1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687 |
- <template>
- <!-- 计量点数据录入 -->
- <div class="measuringLocationAdd">
- <div class="box">
- <div class="box-top">
- <el-form
- style="overflow: hidden;"
- :style="filterForm.show ? null : { height: '0px' }"
- size="mini"
- label-width="80px"
- >
- <el-row>
- <el-col :span="6">
- <el-form-item label="时间粒度">
- <el-select
- filterable
- clearable
- v-model="filterForm.data.timegranid"
- placeholder="时间粒度"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.timegranid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="日期">
- <!-- <el-date-picker
- value-format="yyyy-MM-dd"
- type="date"
- v-model="filterForm.data.clock"
- placeholder="时间"
- style="width: 100%;"
- ></el-date-picker> -->
- <!-- <zj-timegran-date
- v-model="filterForm.data.clock"
- style="width: 100%;"
- :timegranId="filterForm.data.timegranid"
- :oneFoo="getTableData"
- :defaultOffset="-1"
- ></zj-timegran-date> -->
- <zj-timegran-date
- v-model="filterForm.data.clock"
- style="width: 100%;"
- :type="'daterange'"
- :timegranId="filterForm.data.timegranid"
- :oneFoo="getTableData"
- :defaultOffset="-1"
- ></zj-timegran-date>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="能介类型">
- <el-select
- filterable
- clearable
- v-model="filterForm.data.energytypeid"
- placeholder="能介类型"
- style="width: 100%;"
- @change="filterForm.data.energyid = []"
- >
- <el-option
- v-for="item of nameObj.energytypeid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="能介">
- <el-select
- filterable
- clearable
- multiple
- collapse-tags
- v-model="filterForm.data.energyid"
- placeholder="能介"
- style="width: 100%;"
- >
- <template v-for="item of nameObj.energyid.arr">
- <el-option
- v-if="item.energytypeid === filterForm.data.energytypeid || filterForm.data.energytypeid === ''"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </template>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="手抄或自动">
- <el-select
- filterable
- clearable
- v-model="filterForm.data.itemtype"
- placeholder="手抄或自动"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.itemtype.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="位置">
- <el-select
- filterable
- clearable
- multiple
- collapse-tags
- v-model="filterForm.data.locateid"
- placeholder="位置"
- style="width: 100%;"
- :disabled="filterForm.disabled.locateid"
- >
- <el-option
- v-for="item of nameObj.locateid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="计量点编号">
- <el-input
- clearable
- v-model.trim="filterForm.data.itemid"
- placeholder="计量点编号"
- style="width: 100%;"
- @keyup.enter.native="getTableData(1)"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="计量点名称">
- <el-input
- clearable
- v-model.trim="filterForm.data.itemname"
- placeholder="计量点名称"
- style="width: 100%;"
- @keyup.enter.native="getTableData(1)"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="工序">
- <el-select
- filterable clearable
- v-model="filterForm.data.costid"
- placeholder="工序"
- multiple
- collapse-tags
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.workprocid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="站所">
- <el-select
- filterable
- clearable
- multiple
- collapse-tags
- v-model="filterForm.data.networkid"
- placeholder="站所"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.networkid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <!-- <el-col :span="6">
- <el-form-item label="计量层级">
- <el-select
- filterable clearable
- v-model="filterForm.data.hierarchy"
- placeholder="计量层级"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.hierarchy.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col> -->
- <el-col :span="6">
- <el-form-item label="TAG点别名">
- <el-input
- clearable
- v-model.trim="filterForm.data.tagAlias"
- placeholder="TAG点别名"
- style="width: 100%;"
- @keyup.enter.native="getTableData(1)"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="用能属性">
- <el-select
- filterable clearable
- v-model="filterForm.data.propertyid"
- placeholder="用能属性"
- multiple
- collapse-tags
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.propertyid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div class="box-top-gjl">
- <el-button
- type="primary"
- size="mini"
- @click="look_trendChart()"
- >查看趋势</el-button>
- <el-button
- class="button"
- type="primary"
- size="mini"
- icon="el-icon-edit-outline"
- v-privilege="activeMenu + 'PUT'"
- @click="but_edit_plural()"
- :loading="loading"
- >修改</el-button>
- <el-button
- class="button"
- type="primary"
- size="mini"
- v-privilege="activeMenu + 'PUT'"
- @click="but_re_compute()"
- :loading="loading"
- >重新计算</el-button>
- <el-button
- class="button"
- type="primary"
- size="mini"
- v-privilege="activeMenu + 'PUT'"
- @click="but_redata()"
- :loading="loading"
- >重新生成数据</el-button>
- <div style="float:right; text-align: right;">
- <el-button
- class="button"
- type="primary"
- size="mini"
- icon="el-icon-search"
- v-privilege="activeMenu + 'QUERY'"
- @click="getTableData(1)"
- >查询</el-button>
- <el-button
- class="button"
- type="primary"
- size="mini"
- icon="el-icon-refresh"
- v-privilege="activeMenu + 'QUERY'"
- @click="tableDataCancel();"
- >重置</el-button>
- <el-button
- size="mini"
- :icon="filterForm.show ? 'el-icon-caret-top' : 'el-icon-caret-bottom'"
- :title="filterForm.show ? '收起搜索区' : '展开搜索区'"
- @click="filterForm.show = !filterForm.show;
- $nextTick(() => {
- singleTableHeight = getRoleHeight($refs['singleTable'].$el) - 45;
- }
- );"
- >{{ filterForm.show ? '收起' : '展开' }}</el-button>
- </div>
- </div>
- </div>
- <div class="box-bottom">
- <el-form
- size="mini"
- ref="dialog_form_arr"
- label-width="0px"
- :model="tableFormDataObj"
- >
- <el-table
- stripe
- id="singleTable"
- ref="singleTable"
- :data="tableData"
- v-loading="tableLoading"
- style="width: 100%;"
- :height="singleTableHeight"
- border
- size="mini"
- highlight-current-row
- @selection-change="handleSelectionChange"
- show-summary
- :summary-method="getSummaries"
- >
- <el-table-column
- sortable
- type="selection"
- width="40"
- align="center"
- fixed="left"
- ></el-table-column>
- <el-table-column
- sortable
- prop="timegranid"
- label="时间粒度"
- width="75px"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <span>{{ nameObj.timegranid.obj[scope.row.timegranid] ? nameObj.timegranid.obj[scope.row.timegranid] : scope.row.timegranid }}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="clock"
- label="时间"
- width="75px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="itemid"
- label="计量点编号"
- min-width="120px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="itemname"
- label="计量点名称"
- min-width="120px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="tagAlias"
- label="TAG别名"
- min-width="120px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="propertyid"
- label="用能属性"
- min-width="120px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable prop="ename"
- label="能介"
- width="70px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="costid"
- label="工序"
- min-width="100px"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <span>{{ nameObj.workprocid.obj[scope.row.costid] ? nameObj.workprocid.obj[scope.row.costid] : scope.row.costid }}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable prop="lname"
- label="位置"
- width="75px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="tagModulus"
- label="倍率"
- width="60px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- :sort-by="function(row, index) { return sortFoo(row, index, 'unitid') }"
- prop="unitid"
- label="计量单位"
- width="75px"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <span>{{ nameObj.unitid.obj[scope.row.unitid] ? nameObj.unitid.obj[scope.row.unitid] : scope.row.unitid }}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="mintvalue"
- label="仪表期初值"
- min-width="100px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="mendvalue"
- label="仪表期末值"
- min-width="100px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- label="期末-期初"
- min-width="100px"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <span>{{ isNaN(scope.row.mendvalue - scope.row.mintvalue) ? '' : floatComputed(scope.row.mendvalue, scope.row.mintvalue, '-') }}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="actualvalue"
- label="计算值"
- min-width="100px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="correctvalue"
- label="修正值"
- min-width="100px"
- :show-overflow-tooltip="true"
- > <template slot-scope="scope">
- <el-form-item
- v-if="scope.row.isSelection"
- :prop="scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid + '.correctvalue'"
- :rules="dialog.editorBox.form.rules.correctvalue"
- >
- <el-input
- clearable
- style="width: 100%;"
- v-model.trim="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].correctvalue"
- @change="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].apportvalue = floatComputed(scope.row.actualvalue, tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].correctvalue, '+')"
- ></el-input>
- <template
- slot="error"
- slot-scope="scope"
- >
- <p
- class="error"
- :title="scope.error"
- >{{ scope.error }}</p>
- </template>
- </el-form-item>
- <span v-else>{{scope.row.correctvalue}}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="apportvalue"
- label="最终值"
- min-width="100px"
- :show-overflow-tooltip="true"
- > <template slot-scope="scope">
- <el-form-item
- v-if="scope.row.isSelection"
- :prop="scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid + '.apportvalue'"
- :rules="dialog.editorBox.form.rules.apportvalue"
- >
- <el-input
- clearable
- style="width: 100%;"
- v-model.trim="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].apportvalue"
- @change="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].correctvalue = floatComputed(tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].apportvalue, scope.row.actualvalue, '-')"
- ></el-input>
- <template
- slot="error"
- slot-scope="scope"
- >
- <p
- class="error"
- :title="scope.error"
- >{{ scope.error }}</p>
- </template>
- </el-form-item>
- <span v-else>{{scope.row.apportvalue}}</span>
- </template>
- </el-table-column>
- <!-- <el-table-column
- sortable
- prop="sumvalue"
- label="累计值"
- min-width="100px"
- :show-overflow-tooltip="true"
- > </el-table-column> -->
- <el-table-column
- sortable
- prop="updatereason"
- label="修改原因"
- min-width="100px"
- :show-overflow-tooltip="true"
- > <template slot-scope="scope">
- <el-form-item
- v-if="scope.row.isSelection"
- :prop="scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid + '.updatereason'"
- :rules="dialog.editorBox.form.rules.updatereason"
- >
- <el-input
- clearable
- style="width: 100%;"
- v-model.trim="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].updatereason"
- ></el-input>
- <template
- slot="error"
- slot-scope="scope"
- >
- <p
- class="error"
- :title="scope.error"
- >{{ scope.error }}</p>
- </template>
- </el-form-item>
- <span v-else>{{scope.row.updatereason}}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="bz"
- label="备注"
- min-width="100px"
- :show-overflow-tooltip="true"
- > <template slot-scope="scope">
- <el-form-item
- v-if="scope.row.isSelection"
- :prop="scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid + '.bz'"
- :rules="dialog.editorBox.form.rules.bz"
- >
- <el-input
- clearable
- style="width: 100%;"
- v-model.trim="tableFormDataObj[scope.row.itemid + '-' + scope.row.clock + '-' + scope.row.timegranid].bz"
- ></el-input>
- <template
- slot="error"
- slot-scope="scope"
- >
- <p
- class="error"
- :title="scope.error"
- >{{ scope.error }}</p>
- </template>
- </el-form-item>
- <span v-else>{{scope.row.bz}}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="rectime"
- label="创建时间"
- min-width="120px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="updateUser"
- label="创建人"
- min-width="80px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="updateman"
- label="修改人"
- width="65px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="updatetime"
- label="修改时间"
- width="125px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <!-- <el-table-column
- class-name="gn-TableDownloadExcel-none"
- label="操作"
- align="center"
- width="70px"
- fixed="right"
- >
- <template slot-scope="scope">
- <div>
- <el-button
- type="primary"
- size="mini"
- v-privilege="activeMenu + 'PUT'"
- @click="but_edit(scope.row)"
- >修改</el-button>
- </div>
- </template>
- </el-table-column> -->
- </el-table>
- </el-form>
- <el-pagination
- layout="total, sizes, prev, pager, next, jumper"
- :total="total"
- :page-sizes="[10, 20, 50, 100, 500, 1000]"
- :page-size="pageSize"
- :current-page.sync="pageNum"
- @size-change="tableSizeChange"
- @current-change="getTableData()"
- style="text-align: right;margin-top: 10px;"
- ></el-pagination>
- </div>
- </div>
- <!-- <el-dialog
- :title="'计量点数据 - ' + (dialog.editorBox.type === 'add' ? '新增' : '修改')"
- :visible.sync="dialog.editorBox.show"
- width="600px"
- :close-on-click-modal="false"
- :show-close="!loading"
- >
- <div>
- <el-form
- ref="dialog_form"
- :model="dialog.editorBox.form.data"
- :rules="dialog.editorBox.form.rules"
- size="mini"
- label-width="70px"
- >
- <el-form-item label="计算值">
- <el-input clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.actualvalue"
- readonly
- ></el-input>
- </el-form-item>
- <el-form-item label="修正值" prop="correctvalue">
- <el-input clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.correctvalue"
- @change="dialog.editorBox.form.data.apportvalue = floatComputed(dialog.editorBox.form.data.actualvalue, dialog.editorBox.form.data.correctvalue, '+')"
- ></el-input>
- </el-form-item>
- <el-form-item label="最终值" prop="apportvalue">
- <el-input clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.apportvalue"
- @change="dialog.editorBox.form.data.correctvalue = floatComputed(dialog.editorBox.form.data.apportvalue, dialog.editorBox.form.data.actualvalue, '-')"
- ></el-input>
- </el-form-item>
- <el-form-item label="备注" prop="bz">
- <el-input clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.bz"
- ></el-input>
- </el-form-item>
- <el-form-item label="修改原因" prop="updatereason">
- <el-input clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.updatereason"
- ></el-input>
- </el-form-item>
- </el-form>
- </div>
- <span
- slot="footer"
- class="dialog-footer"
- >
- <el-button @click="dialog.editorBox.show = false" :loading="loading">取 消</el-button>
- <el-button
- type="primary"
- @click="dataSave"
- :loading="loading"
- >保 存</el-button>
- </span>
- </el-dialog> -->
- <el-dialog
- title="趋势图"
- :visible.sync="dialog.trendChart.show"
- width="900px"
- :close-on-click-modal="false"
- :show-close="!loading"
- >
- <div>
- <el-form
- label-width="83px"
- size="mini"
- inline
- >
- <!-- <el-form-item label="查看连续周期">
- <el-checkbox></el-checkbox>
- </el-form-item> -->
- <el-form-item label="图表类型">
- <el-select
- filterable
- clearable
- v-model="dialog.trendChart.form.data.chartSeriesType"
- @change="chartSeriesType"
- >
- <el-option
- value="bar"
- label="柱状图"
- ></el-option>
- <el-option
- value="line"
- label="折线图"
- ></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="业务日期(前)">
- <el-input-number
- v-model="dialog.trendChart.size"
- @change="getTrendChart()"
- :min="1"
- :max="365"
- label=""
- >
- </el-input-number>
- </el-form-item>
- <span>天</span>
- </el-form>
- <div style="min-height: 400px;">
- <icore-graphical
- ref="graphical"
- v-if="dialog.trendChart.show && dialog.trendChart.chart.show"
- :option="dialog.trendChart.chart.option"
- :width="'100%'"
- :height="'400px'"
- >
- </icore-graphical>
- </div>
- </div>
- <span
- slot="footer"
- class="dialog-footer"
- >
- <el-button @click="dialog.trendChart.show = false">取 消</el-button>
- </span>
- </el-dialog>
- </div>
- </template>
- <script>
- import { zCheckNumber1 } from '~/utils/validator.js'
- import store from '@/store/index.js';
- import timegranDate from '@/components/zg/timegranDate.vue'
- import { formatDate, XtcommonSummaries } from '@/utils/util.js';
- export default {
- name: 'measuringLocationAdd',
- components: {
- 'zj-timegran-date': timegranDate
- },
- data () {
- return {
- multipleSelection: [],
- tableFormDataObj: {},
- store,
- userInfo: {
- data: null
- },
- activeMenu: '',
- filterForm: {
- show: true,
- data: {
- itemtype: '',
- clock: '',
- energytypeid: '',
- energyid: '',
- timegranid: '',
- locateid: '',
- itemid: '',
- itemname: '',
- networkid: '',
- hierarchy: '',
- tagAlias: '',
- propertyid: ''
- },
- disabled: {
- locateid: false
- },
- rules: {
- }
- },
- pageNum: 1,
- pageSize: 20,
- total: 0,
- singleTableHeight: 200,
- tableData: [],
- nameObj: {
- workprocid: {
- obj: {},
- arr: []
- },
- timegranid: {
- obj: {},
- arr: []
- },
- energytypeid: {
- obj: {},
- arr: []
- },
- energyid: {
- obj: {},
- arr: []
- },
- propertyid: {
- obj: {},
- arr: []
- },
- itemtype: {
- obj: {
- 'AUTO': '自动上传',
- 'MANUAL': '手抄',
- 'VIRTUAL': '虚拟'
- },
- arr: [
- {
- id: 'AUTO',
- name: '自动上传'
- },
- {
- id: 'MANUAL',
- name: '手抄'
- },
- {
- id: 'VIRTUAL',
- name: '虚拟'
- }
- ]
- },
- locateid: {
- obj: {},
- arr: []
- },
- networkid: {
- obj: {},
- arr: []
- },
- hierarchy: {
- obj: {},
- arr: []
- },
- unitid: {
- obj: {},
- arr: []
- }
- },
- loading: false,
- tableLoading: false,
- dialog: {
- editorBox: {
- show: false,
- type: '',
- form: {
- data: {
- itemid: '',
- correctvalue: '',
- apportvalue: '',
- bz: '',
- updatereason: ''
- },
- rules: {
- correctvalue: [
- { required: true, message: '该项不能为空', trigger: 'change' },
- { validator: zCheckNumber1, trigger: 'change' }
- ],
- apportvalue: [
- { required: true, message: '该项不能为空', trigger: 'change' },
- { validator: zCheckNumber1, trigger: 'change' }
- ],
- update_reason: [
- { required: true, message: '该项不能为空', trigger: 'change' }
- ]
- }
- }
- },
- trendChart: {
- show: false,
- size: 7,
- form: {
- data: {
- chartSeriesType: 'bar'
- }
- },
- chart: {
- show: true,
- option: {
- tooltip: {
- trigger: 'axis'
- },
- legend: {
- data: []
- },
- toolbox: {
- feature: {
- saveAsImage: {}
- }
- },
- xAxis: {
- type: 'category',
- data: []
- },
- yAxis: {
- type: 'value'
- },
- series: [
- // {
- // name: '计量点1号',
- // type: 'bar',
- // data: [1230, 2234, 3000, 4500, 3120]
- // },
- // {
- // name: '计量点2号',
- // type: 'bar',
- // data: [1980, 1200, 3200, 2300, 3212]
- // }
- ]
- }
- }
- }
- }
- }
- },
- created () {
- this.activeMenu = window.localStorage.getItem('activeMenu');
- },
- mounted () {
- let that = this;
- window.PEDataObj = {
- // 将数据绑定到window上,供main页面使用
- vm: that,
- // tableArr:用于导出成Excel的表格的信息
- tableArr: [
- {
- name: '',
- id: 'singleTable'
- }
- ]
- };
- that.$nextTick(() => {
- // 立即获取的height有一定偏差,通过setTimeout延迟来解决
- setTimeout(() => {
- that.singleTableHeight = that.getRoleHeight(that.$refs['singleTable'].$el) - 45;
- }, 1);
- });
- that.store.dispatch('getUserInfo').then((res) => {
- that.userInfo.data = res.data;
- });
- // 接收路由参数
- if (that.$route.query.locateid) {
- that.filterForm.disabled.locateid = true;
- that.filterForm.data.locateid = that.$route.query.locateid;
- }
- if (that.$route.query.timegranid) {
- that.filterForm.data.timegranid = that.$route.query.timegranid;
- }
- if (that.$route.query.itemtype) {
- that.filterForm.data.itemtype = that.$route.query.itemtype;
- }
- that.getTimeGranData();
- that.getEnergyTypeIdData();
- that.getEnergyIdData();
- that.getLocateIdData();
- that.getNetworkIdData();
- that.getworkprocidData();
- that.getHierarchyData();
- that.getUnitIdData();
- that.getPropertyIdData();
- // that.getTableData();
- },
- methods: {
- // 计算树区域高度
- getRoleHeight (dom) {
- return window.innerHeight - dom.offsetTop;
- },
- // 自定义的表格合计方法:只给指定列进行合计
- getSummaries (param) {
- const prop = ['actualvalue', 'correctvalue', 'apportvalue', 'sumvalue']; // 合计列绑定的prop
- return XtcommonSummaries(param, prop);
- },
- // 获取时间粒度(计量点数据录入)
- getTimeGranData () {
- let that = this
- let url = 'pass/ems/v1/tcmdatasourcetimegrans/getTimegranRmCalpointValue';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.TIMEGRANID,
- name: item.NAME
- })
- obj[item.TIMEGRANID] = item.NAME;
- that.filterForm.data.timegranid = that.filterForm.data.timegranid ? that.filterForm.data.timegranid : item.TIMEGRANID;
- }
- that.nameObj.timegranid.arr = arr;
- that.nameObj.timegranid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取能介类型
- getEnergyTypeIdData () {
- let that = this
- let url = 'pass/ems/v1/trmenergytypes/selectNameAndId/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.energytypeid.arr = arr;
- that.nameObj.energytypeid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取能介
- getEnergyIdData () {
- let that = this;
- let url = 'pass/ems/v1/trmenergys/selectNameAndId/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name,
- energytypeid: item.energytypeid,
- unitid: item.unitid
- })
- obj[item.id] = {
- name: item.name,
- unitid: item.unitid
- }
- }
- that.nameObj.energyid.arr = arr;
- that.nameObj.energyid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取位置
- getLocateIdData () {
- let that = this
- let url = 'pass/ems/v1/trmlocations/getidandname/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.locateid.arr = arr;
- that.nameObj.locateid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取站所
- getNetworkIdData () {
- let that = this
- let url = 'pass/ems/v1/trmstations/getidandname/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.networkid.arr = arr;
- that.nameObj.networkid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取计量层级
- getHierarchyData () {
- let that = this
- let url = 'pass/ems/v1/trmcalpoints/getRmCalpoint/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.hierarchy.arr = arr;
- that.nameObj.hierarchy.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取标准计量单位
- getUnitIdData () {
- let that = this
- let url = 'pass/ems/v1/trmunits/getIdAndName';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- if (item.name === '吨') {
- that.nameObj.unitid.defaults = that.nameObj.unitid.defaults ? that.nameObj.unitid.defaults : item.id;
- }
- }
- that.nameObj.unitid.arr = arr;
- that.nameObj.unitid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取属性
- getPropertyIdData () {
- let that = this
- let url = 'pass/ems/v1/trmenergypropertys/getidandname/';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.propertyid.arr = arr;
- that.nameObj.propertyid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取表格中的数据
- getTableData (pageNum) {
- let that = this,
- params = {
- itemtype: that.filterForm.data.itemtype,
- clock: that.filterForm.data.clock[0],
- clocke: that.filterForm.data.clock[1],
- energytypeid: that.filterForm.data.energytypeid,
- energyid: that.filterForm.data.energyid.toString(),
- timegranid: that.filterForm.data.timegranid,
- locateid: that.filterForm.data.locateid.toString(),
- itemid: that.filterForm.data.itemid,
- itemname: that.filterForm.data.itemname,
- networkid: that.filterForm.data.networkid.toString(),
- hierarchy: that.filterForm.data.hierarchy,
- tagAlias: that.filterForm.data.tagAlias,
- propertyid: that.filterForm.data.propertyid.toString(),
- costid: that.filterForm.data.costid.join(',')
- };
- that.pageNum = pageNum || that.pageNum;
- that.tableLoading = true;
- let url = 'pass/ems/v1/trmcalpoints/getDate312ForPage?pageNum=' + that.pageNum + '&pageSize=' + that.pageSize;
- that.axios.get(url, {
- params: params
- })
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- for (let item of res.data.list) {
- arr.push({
- itemid: item.ITEMID,
- clock: item.CLOCK,
- itemname: item.ITEMNAME,
- tagAlias: item.TAG_ALIAS,
- tagModulus: item.TAG_MODULUS,
- unitid: item.UNITID,
- mintvalue: item.MINTVALUE,
- mendvalue: item.MENDVALUE,
- actualvalue: item.ACTUALVALUE,
- correctvalue: item.CORRECTVALUE,
- apportvalue: item.APPORTVALUE,
- sumvalue: item.SUMVALUE,
- bz: item.BZ,
- updatereason: item.UPDATE_REASON,
- rectime: item.REC_TIME,
- updateUser: item.UPDATE_USER,
- ename: item.ENAME,
- lname: item.LNAME,
- updateman: item.UPMAN,
- updatetime: item.UPTIME,
- costid: item.COSTID,
- // 暂时没显示
- itemtype: item.ITEMTYPE,
- timegranid: item.TIMEGRANID,
- propertyid: that.nameObj.propertyid.obj[item.PROPERTYID]
- })
- }
- that.tableData = arr;
- that.total = res.data.total;
- } else {
- that.$message.error(res.message);
- }
- that.tableLoading = false;
- that.$nextTick(() => {
- setTimeout(() => {
- that.singleTableHeight = that.getRoleHeight(that.$refs['singleTable'].$el) - 46;
- }, 1);
- });
- }).catch(function () {
- that.tableLoading = false;
- });
- },
- // 改变表格显示条数
- tableSizeChange (val) {
- let that = this;
- that.pageSize = val;
- that.getTableData(1);
- },
- // 重置搜索
- tableDataCancel () {
- let that = this;
- for (let key in that.filterForm.data) {
- if (!that.filterForm.disabled || !that.filterForm.disabled[key]) {
- if (that.filterForm.data[key] instanceof Array) {
- that.filterForm.data[key] = [];
- } else {
- that.filterForm.data[key] = '';
- }
- }
- }
- that.getTableData(1);
- },
- // 批量修改
- but_edit_plural () {
- let that = this;
- if (that.multipleSelection.length > 0) {
- that.$refs['dialog_form_arr'].validate((valid, msg) => {
- if (valid) {
- let SubmitData = [];
- for (let key in that.tableFormDataObj) {
- SubmitData.push({
- clock: that.tableFormDataObj[key].clock,
- timegranid: that.tableFormDataObj[key].timegranid,
- itemid: that.tableFormDataObj[key].itemid,
- actualvalue: that.tableFormDataObj[key].actualvalue,
- correctvalue: that.tableFormDataObj[key].correctvalue,
- apportvalue: that.tableFormDataObj[key].apportvalue,
- updatereason: that.tableFormDataObj[key].updatereason,
- bz: that.tableFormDataObj[key].bz
- });
- }
- that.loading = true;
- that.axios.put('pass/ems/v1/trmcalpointvalues/batchupdate', SubmitData)
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '修改成功',
- type: 'success'
- });
- that.getTableData();
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- } else {
- let col = Object.keys(msg)[0].split('.')[1];
- if (col && col === 'CORRECTVALUE') {
- this.$message.error('请填写正确的修正值');
- } else if (col && col === 'APPORTVALUE') {
- this.$message.error('请填写正确的最终值');
- } else {
- this.$message.error('数据不完整或者格式错误');
- }
- }
- });
- } else {
- this.$message.error('至少要选择一条数据');
- }
- },
- // 批量重新计算(由小时表数据计算而来)
- but_re_compute () {
- let that = this;
- if (that.multipleSelection.length > 0) {
- that.$refs['dialog_form_arr'].validate((valid) => {
- if (valid) {
- let SubmitData = {};
- for (let key in that.tableFormDataObj) {
- SubmitData = {
- clock: that.filterForm.data.clock[0],
- clocke: that.filterForm.data.clock[1],
- timegranid: that.tableFormDataObj[key].timegranid,
- itemid: that.tableFormDataObj[key].itemid,
- tb: 'hour',
- energytypeid: that.tableFormDataObj[key].energytypeid,
- energyid: that.tableFormDataObj[key].energyid,
- locateid: that.tableFormDataObj[key].locateid,
- itemname: that.tableFormDataObj[key].itemname,
- networkid: that.tableFormDataObj[key].networkid,
- tagAlias: that.tableFormDataObj[key].tagAlias,
- propertyid: that.tableFormDataObj[key].propertyid
- }
- // SubmitData.push({
- // clock: that.tableFormDataObj[key].clock,
- // timegranid: that.tableFormDataObj[key].timegranid,
- // itemid: that.tableFormDataObj[key].itemid
- // });
- }
- that.loading = true;
- that.axios.get('pass/ems/v1/trmactvalues/reDatas', {
- params: SubmitData
- })
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '重新计算成功',
- type: 'success'
- });
- that.getTableData();
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- }
- });
- } else {
- this.$message.error('至少要选择一条数据');
- }
- },
- // but_edit (row) {
- // let that = this;
- // that.dialog.editorBox.form.data.itemid = row.itemid;
- // that.dialog.editorBox.form.data.clock = row.clock;
- // that.dialog.editorBox.form.data.timegranid = row.timegranid;
- // that.dialog.editorBox.form.data.actualvalue = row.actualvalue;
- // that.dialog.editorBox.form.data.correctvalue = row.correctvalue;
- // that.dialog.editorBox.form.data.apportvalue = row.apportvalue;
- // that.dialog.editorBox.form.data.bz = row.bz;
- // that.dialog.editorBox.form.data.updatereason = row.updatereason;
- // that.dialog.editorBox.type = 'edit';
- // that.dialog.editorBox.show = true;
- // },
- // dataSave () {
- // let that = this;
- // let SubmitData = {
- // itemid: that.dialog.editorBox.form.data.itemid,
- // clock: that.dialog.editorBox.form.data.clock,
- // timegranid: that.dialog.editorBox.form.data.timegranid,
- // actualvalue: that.dialog.editorBox.form.data.actualvalue,
- // correctvalue: that.dialog.editorBox.form.data.correctvalue,
- // apportvalue: that.dialog.editorBox.form.data.apportvalue,
- // bz: that.dialog.editorBox.form.data.bz,
- // update_reason: that.dialog.editorBox.form.data.updatereason,
- // update_user: that.userInfo.data.userCode
- // };
- // that.$refs['dialog_form'].validate((valid) => {
- // if (valid) {
- // that.loading = true;
- // that.axios.put('pass/ems/v1/trmcalpointvalues/update', SubmitData)
- // .then(function (res) {
- // if (res.code === '0') {
- // that.$message({
- // message: '修改成功',
- // type: 'success'
- // });
- // that.getTableData();
- // that.dialog.editorBox.show = false;
- // } else {
- // that.$message.error(res.message);
- // }
- // that.loading = false;
- // }).catch(function () {
- // that.loading = false;
- // });
- // }
- // });
- // },
- // 表格中多选按钮的相关方法
- handleSelectionChange (val) {
- let that = this;
- let tableFormDataObj = {};
- for (let item of that.tableData) {
- item.isSelection = false;
- }
- for (let item of val) {
- let obj = {};
- let xId = item.itemid + '-' + item.clock + '-' + item.timegranid;
- if (that.tableFormDataObj[xId]) {
- tableFormDataObj[xId] = that.tableFormDataObj[xId];
- } else {
- for (let key in item) {
- obj[key] = item[key];
- }
- tableFormDataObj[xId] = obj;
- }
- item.isSelection = true;
- }
- that.tableFormDataObj = tableFormDataObj;
- that.multipleSelection = val;
- },
- look_trendChart () {
- let that = this;
- if (this.multipleSelection && this.multipleSelection.length > 0) {
- that.getTrendChart();
- that.dialog.trendChart.show = true;
- } else {
- this.$message.error('请选择计量点');
- }
- },
- getTrendChart () {
- let that = this;
- let SubmitData = {
- size: that.dialog.trendChart.size,
- list: []
- };
- for (let item of that.multipleSelection) {
- SubmitData.list.push({
- itemid: item.itemid,
- clock: that.filterForm.data.clock,
- timegranid: that.filterForm.data.timegranid
- });
- }
- let url = 'pass/ems/v1/trmcalpoints/getDate312ForChart';
- that.axios.post(url, SubmitData, {
- contentType: 'application/json'
- })
- .then(function (res) {
- if (res.code === '0') {
- let legendArr = [],
- xAxisArr = [],
- seriesArr = [];
- for (let item of res.data) {
- for (let key in item) {
- let itemname = /\$.*$/.exec(key)[0].replace(/^\$/, '');
- legendArr.push(itemname);
- let seriesObj = {
- name: itemname,
- type: that.dialog.trendChart.form.data.chartSeriesType,
- data: []
- };
- let clocks = [];
- for (let item2 of item[key]) {
- seriesObj.data.push(item2.APPORTVALUE);
- clocks.push(item2.CLOCK);
- }
- seriesArr.push(seriesObj);
- if (xAxisArr.length === 0) {
- xAxisArr = clocks;
- }
- }
- }
- that.dialog.trendChart.chart.option.legend.data = legendArr;
- that.dialog.trendChart.chart.option.xAxis.data = xAxisArr;
- that.dialog.trendChart.chart.option.series = seriesArr;
- // that.$refs['graphical'].setGraphical();
- that.dialog.trendChart.chart.show = false;
- setTimeout(() => {
- that.dialog.trendChart.chart.show = true;
- }, 100);
- } else {
- that.$message.error(res.message);
- }
- }).catch(function () {
- });
- },
- // 获取工序
- getworkprocidData () {
- let that = this
- let url = 'pass/ems/v1/trmworkprocs/getIdAndName';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- }
- that.nameObj.workprocid.arr = arr;
- that.nameObj.workprocid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- chartSeriesType () {
- let that = this;
- for (let item of that.dialog.trendChart.chart.option.series) {
- item.type = that.dialog.trendChart.form.data.chartSeriesType;
- }
- // that.dialog.trendChart.chart.show = false;
- // setTimeout(() => {
- // that.dialog.trendChart.chart.show = true;
- // }, 100);
- that.$refs['graphical'].setGraphical();
- },
- // 重新生成数据
- but_redata () {
- let that = this;
- if (!that.filterForm.data.clock || that.filterForm.data.clock.length === 0) {
- that.$message.warning('请选择日期范围');
- return true;
- }
- if (!that.filterForm.data.clock[0] || !that.filterForm.data.clock[1]) {
- that.$message.warning('请选择开始日期与结束日期');
- return true;
- }
- if (!that.filterForm.data.timegranid) {
- that.$message.warning('请选择时间粒度');
- return true;
- }
- let params = {
- itemtype: that.filterForm.data.itemtype,
- clock: that.filterForm.data.clock[0],
- clocke: that.filterForm.data.clock[1],
- energytypeid: that.filterForm.data.energytypeid,
- energyid: that.filterForm.data.energyid.toString(),
- timegranid: that.filterForm.data.timegranid,
- locateid: that.filterForm.data.locateid.toString(),
- itemid: that.filterForm.data.itemid,
- itemname: that.filterForm.data.itemname,
- networkid: that.filterForm.data.networkid.toString(),
- tagAlias: that.filterForm.data.tagAlias,
- propertyid: that.filterForm.data.propertyid.toString()
- };
- that.$confirm('是否重新生成数据?日期跨度不易太长!否则运行时间较长', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- state: 'warning'
- }).then(() => {
- that.loading = true;
- let url = 'pass/ems/v1/trmcalpointvalues/reData'
- that.axios.get(url, {
- params: params
- })
- .then(function (res) {
- if (res.code === '0') {
- if (res.message && res.message !== '操作成功') {
- that.$message.warning('重新生成数据成功, 其中【' + res.message + '】');
- } else {
- that.$message({
- message: '重新生成数据成功',
- type: 'success'
- });
- }
- that.getTableData();
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- }).catch(() => {
- });
- }
- }
- }
- </script>
- <style lang="less">
- .measuringLocationAdd {
- min-width: 700px;
- height: 100%;
- .box {
- height: 100%;
- padding: 15px 15px 0 15px;
- .box-top {
- .el-form-item {
- margin-bottom: 7px;
- }
- .box-top-gjl {
- overflow: hidden;
- padding: 7px 0;
- border-top: 1px solid #ccc;
- // border-bottom: 1px solid #ccc;
- // margin-bottom: 6px;
- }
- }
- .el-table .el-table__row {
- height: 35px;
- }
- .el-table__body .el-form-item--mini.el-form-item {
- margin: 0px;
- .error {
- overflow: hidden;
- color: #f56c6c;
- font-size: 12px;
- line-height: 1;
- }
- }
- }
- .attribute-box {
- .item {
- border: #ccc 1px solid;
- padding: 5px;
- margin-bottom: 6px;
- .bt {
- font-size: 14px;
- font-weight: 600;
- color: #000;
- padding-left: 10px;
- border-left: #008fe0 5px solid;
- }
- }
- }
- }
- </style>
|