1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297 |
- <template>
- <div class="app-container">
- <div v-if="isPercentage" class="percentage" style="width: 210px;height: 90px;background: #fff;position: fixed;bottom: 0;left: 0;z-index: 9999999999999;">
- <h4 style="padding-left: 10px;line-height: 0;">导出进度:</h4>
- <el-progress style="padding-left: 10px;" :text-inside="true" :stroke-width="26" :percentage="percentage" />
- </div>
- <div class="filter-container">
- <el-select v-model="getdataListParm.parammaps.pastureName" placeholder="牧场" style="width: 140px;" class="filter-item" @change="changePastureName">
- <el-option v-for="item in findAllPasture" :key="item.id" :label="item.name" :value="item.name" />
- </el-select>
- <el-select v-model="getdataListParm.parammaps.departName" style="width: 140px;" clearable placeholder="部门" class="filter-item">
- <el-option v-for="item in findAllDepart" :key="item.id" :label="item.name" :value="item.name" />
- </el-select>
- <el-input v-model="getdataListParm.parammaps.formNumber" placeholder="编号" style="width: 140px;" class="filter-item" />
- <el-input v-model="getdataListParm.parammaps.formName" placeholder="表名称" style="width: 140px;" class="filter-item" />
- <el-select v-model="getdataListParm.parammaps.formType" style="width: 140px;" clearable placeholder="表结构" class="filter-item">
- <el-option v-for="item in useTypes" :key="item.id" :label="item.name" :value="item.name" />
- </el-select>
- <el-date-picker v-model="getdataListParm.parammaps.createDate" type="date" placeholder="日期" style="width:140px;top:-3px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" />
- <el-date-picker v-model="getdataListParm.parammaps.inputDatetime" clearable class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;margin-right: 10px;" />
- <div>
- <el-button v-waves class="filter-item" type="primary" icon="el-icon-search" @click="form_search">搜索</el-button>
- <el-button v-if="isElecAdd" class="filter-item" type="primary" icon="el-icon-edit" @click="form_add">新增</el-button>
- <el-button v-waves class="filter-item" type="info" icon="el-icon-tickets" @click="handleDownloadTemp">模板</el-button>
- <el-button v-if="isElecExport" v-waves class="filter-item" type="success" icon="el-icon-download" @click="handleDownload">导出数据</el-button>
- <el-upload style="display: inline-block;" :headers="headers" :data="uploadData" :action="uploadExcelUrl" :show-file-list="false" :before-upload="beforeImportExcel" :on-success="handleImportExcelSuccess">
- <el-button v-if="isElecImport" v-waves class="filter-item" type="warning" icon="el-icon-upload2" @click="form_search">导入</el-button>
- </el-upload>
- <el-button class="filter-item" type="danger" icon="el-icon-download" @click="form_delete">删除</el-button>
- <el-button class="filter-item" icon="el-icon-share" @click="formEchart">折线图</el-button>
- </div>
- </div>
- <el-table
- :key="tableKey"
- v-loading="listLoading"
- element-loading-text="给我一点时间"
- :data="list"
- border
- fit
- highlight-current-row
- style="width: 100%;"
- :row-style="rowStyle"
- :cell-style="cellStyle"
- class="elTable"
- @sort-change="tableSort1"
- :max-height="myHeight"
- >
- <el-table-column label="序号" align="center" type="index" width="50px">
- <template slot-scope="scope">
- <span>{{ scope.$index + (pageNum-1) * pageSize + 1 }}</span>
- </template>
- </el-table-column>
- <el-table-column label="牧场" width="90px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.pastureName }}</span>
- </template>
- </el-table-column>
- <el-table-column label="部门" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.departName }}</span>
- </template>
- </el-table-column>
- <el-table-column label="编号" width="90px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.elecNumber }}</span>
- </template>
- </el-table-column>
- <el-table-column label="名称" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.elecName }}</span>
- </template>
- </el-table-column>
- <el-table-column label="表结构" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.useType }}</span>
- </template>
- </el-table-column>
- <!-- <el-table-column label="上次值" width="90px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.lastAmount }}</span>
- </template>
- </el-table-column>
- <el-table-column label="本次值" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.endAmount }}</span>
- </template>
- </el-table-column> -->
- <el-table-column label="当天用电量(度)" sortable prop="elecConsumption" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.elecConsumption }}</span>
- </template>
- </el-table-column>
- <el-table-column label="单价" sortable prop="price" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.price }}</span>
- </template>
- </el-table-column>
- <!-- <el-table-column label="倍率" sortable prop="Multiple" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.Multiple }}</span>
- </template>
- </el-table-column> -->
- <el-table-column label="当天费用" sortable prop="sumPrice" width="80px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.sumPrice }}</span>
- </template>
- </el-table-column>
- <el-table-column label="记录人" min-width="110px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.putName }}</span>
- </template>
- </el-table-column>
- <el-table-column label="日期" min-width="110px" align="center" sortable prop="dateFormat" />
- <el-table-column label="备注" min-width="110px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.note }}</span>
- </template>
- </el-table-column>
- <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right">
- <template slot-scope="{row}">
- <el-button v-if="isElecModify" type="success" size="mini" @click="form_edit(row)">编辑</el-button>
- <el-button type="primary" size="mini" style="width:70px" @click="handleDosageRecord(row)">用量记录</el-button>
- </template>
- </el-table-column>
- </el-table>
- <!-- 分页 -->
- <pagination v-show="total>0" :total="total" :page.sync="getdataListParm.offset" :limit.sync="getdataListParm.pagecount" @pagination="get_table_data" />
- <!-- 弹出层新增or修改 -->
- <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" :close-on-click-modal="false">
- <el-form ref="temp" :rules="rules" :model="temp" label-position="right" label-width="110px">
- <el-row>
- <el-col :span="8">
- <el-form-item label="电表编号:" prop="formNumber">
- <el-autocomplete ref="formNumber" v-model="temp.formNumber" value-key="formNumber" class="inline-input" :fetch-suggestions="formNumberSearch" placeholder="请输入内容" :disabled="dialogStatus==='update'" style="width:100%;" @select="handleformNumberSelect" @blur="blurSelect" />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="电表名称:" prop="formName">
- <el-autocomplete ref="formName" v-model="temp.formName" value-key="formName" class="inline-input" :fetch-suggestions="formNameSearch" placeholder="请输入内容" :disabled="dialogStatus==='update'" style="width:100%;" @select="blurSelect" />
- </el-form-item>
- </el-col>
- <!-- <el-col :span="8">
- <el-form-item label="上次值(m³):" prop="aAmount">
- <el-input ref="aAmount" v-model="temp.aAmount" disabled />
- </el-form-item>
- </el-col> -->
- </el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="类型:">
- <span>{{ temp.useType }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="牧场:">
- <span>{{ temp.pastureName }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="部门:">
- <span>{{ temp.departName }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="责任人:">
- <span>{{ temp.employeName1 }}</span>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="8">
- <el-form-item label="用量(度):" prop="consumption">
- <el-input ref="consumption" v-model="temp.consumption" @blur="handleBlurConsumption" />
- </el-form-item>
- </el-col>
- <!-- <el-col :span="8">
- <el-form-item label="当前值(m³):" prop="endAmount">
- <el-input ref="endAmount" v-model="temp.endAmount" @blur="handleBlurEndAmount" />
- </el-form-item>
- </el-col> -->
- <el-col :span="8">
- <el-form-item label="单价(元):" prop="price1">
- <el-input ref="price" v-model="temp.price1" :disabled="dialogStatus==='update'" />
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="8">
- <el-form-item label="备注:" prop="note">
- <el-input ref="note" v-model="temp.note" />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="当前时间:" prop="date">
- <el-date-picker v-model="temp.date" type="date" placeholder="当前时间" format="yyyy-MM-dd" value-format="yyyy-MM-dd" disabled style="width:100%;" />
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <!-- <el-col :span="8">
- <el-form-item label="倍率:">
- <el-input ref="rate" v-model="temp.rate" disabled />
- </el-form-item>
- </el-col> -->
- <el-col :span="8">
- <el-form-item label="负责人:" prop="employeId">
- <el-select v-model="temp.employeId" placeholder="负责人" class="filter-item" style="width:100%;">
- <el-option v-for="item in findAllEmploye" :key="item.id" :label="item.name" :value="item.id" />
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button v-if="dialogStatus==='create'" ref="createb" type="success" :disabled="isokDisable" @click="add_dialog_save_again()">保存并新增</el-button>
- <el-button type="primary" :disabled="isokDisable" @click="dialogStatus==='create'?add_dialog_save():edit_dialog_save()">保存并关闭</el-button>
- <el-button @click="dialogFormVisible = false;get_table_data()">取消并关闭</el-button>
- </div>
- </el-dialog>
- <!-- 用量记录 -->
- <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormDosageRecord" :close-on-click-modal="false">
- <div class="dosageRecord">
- <div style="position: absolute;top:20px;left:100px;font:18px/24px '' ;color:#303133;">
- <span style="margin:0 10px;">表名称:{{ dosageRecordTemp.formName }}</span>
- <span>表编号:{{ dosageRecordTemp.formNumber }}</span>
- </div>
- <el-table
- :key="tableKey"
- v-loading="listLoadingDosageRecord"
- element-loading-text="给我一点时间"
- :data="listDosageRecord"
- border
- fit
- highlight-current-row
- style="width: 100%;"
- :row-style="rowStyle"
- :cell-style="cellStyle"
- class="elTable"
- @sort-change="tableSort2"
- >
- <el-table-column label="序号" align="center" type="index" width="50px">
- <template slot-scope="scope">
- <span>{{ scope.$index + (pageNumDosageRecord-1) * pageSizeDosageRecord + 1 }}</span>
- </template>
- </el-table-column>
- <!-- <el-table-column label="上次值" min-width="110px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.lastAmount }}</span>
- </template>
- </el-table-column>
- <el-table-column label="本次值" min-width="110px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.endAmount }}</span>
- </template>
- </el-table-column> -->
- <el-table-column label="用量(度)" sortable prop="waterConsumption" min-width="110px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.waterConsumption }}</span>
- </template>
- </el-table-column>
- <el-table-column label="单价" sortable prop="price" align="center" width="150">
- <template slot-scope="scope">
- <span>{{ scope.row.price }}</span>
- </template>
- </el-table-column>
- <el-table-column label="总价" sortable prop="sumPrice" align="center" width="150">
- <template slot-scope="scope">
- <span>{{ scope.row.sumPrice }}</span>
- </template>
- </el-table-column>
- <el-table-column label="记录人" width="150px" align="center">
- <template slot-scope="scope">
- <span>{{ scope.row.empname }}</span>
- </template>
- </el-table-column>
- <el-table-column label="记录日期" min-width="110px" align="center" sortable prop="date" />
- </el-table>
- <pagination v-show="totalDosageRecord>=0" :total="totalDosageRecord" :page.sync="getDosageRecordListParm.offset" :limit.sync="getDosageRecordListParm.pagecount" @pagination="getDosageRecordList" />
- <div slot="footer" class="dialog-footer">
- <el-button @click="dialogFormDosageRecord = false">关闭</el-button>
- </div>
- </div>
- </el-dialog>
- <!-- 删除 -->
- <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormDelete" :close-on-click-modal="false" width="40%">
- <el-form ref="deleteTemp" :rules="rules" :model="deleteTemp" label-position="right" label-width="190px">
- <el-row>
- <el-col :span="8">
- <el-form-item label="请选择要删除数据的日期:" prop="startTime">
- <el-date-picker ref="startTime" v-model="deleteTemp.startTime" :clearable="false" type="date" placeholder="日期" style="width:100%px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" :disabled="isokDisable" @click="deleteData()">确认</el-button>
- <el-button @click="dialogFormDelete = false;get_table_data()">关闭</el-button>
- </div>
- </el-dialog>
- <!-- 折线图 -->
- <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogECharts" :close-on-click-modal="false" width="80%">
- <div>
- <h3 style="text-align: center;">月总用量: {{mountTotal}} 度</h3>
- <div id="chart7" style="width: 100%;height:400px;" />
- </div>
- <div slot="footer" class="dialog-footer">
- <!-- <el-button type="primary" :disabled="isokDisable" @click="deleteData()">确认</el-button> -->
- <el-button @click="dialogECharts = false">关闭</el-button>
- </div>
- </el-dialog>
- </div>
- </template>
- <script>
- // 引入
- require('script-loader!file-saver')
- import echarts from 'echarts'
- import { GetDataByName, GetDataByNames, PostDataByName, checkButtons, ExecDataByConfig, GetAccount,GetReportform ,getJson} from '@/api/common'
- // import { DownloadExcel, GetDataByNameXlsx } from '@/api/common'
- import waves from '@/directive/waves' // waves directive
- // eslint-disable-next-line no-unused-vars
- // import { isIntegerZero } from '@/utils/validate.js'
- import { parseTime, sortChange } from '@/utils/index.js'
- import Pagination from '@/components/Pagination' // secondary package based on el-pagination
- import { MessageBox } from 'element-ui'
- import { getToken } from '@/utils/auth'
- import Cookies from 'js-cookie'
- export default {
- name: 'Elec',
- components: { Pagination },
- directives: { waves },
- data() {
- return {
- mountTotal:0,
- pastureName: Cookies.get('pasturename'),
- year: new Date().getFullYear(),
- month: new Date().getMonth() < 9 ? '0' + (new Date().getMonth() + 1) : new Date().getMonth() + 1,
- selectionList:[],
- myHeight:document.documentElement.clientHeight - 85- 200,
- isokDisable: false,
- isElecAdd: [],
- isElecExport: [],
- isElecImport: [],
- isElecModify: [],
- tableKey: 0,
- list: null,
- total: 0,
- listLoading: true,
- formNumberSearchList: [],
- formNameSearchList: [],
- requestParam: {
- name: 'insertElectricity',
- offset: 0,
- pagecount: 0,
- parammaps: {}
- },
- postDataPramas: {
- },
- // 1-2:table&搜索传参
- getdataListParm: {
- name: 'getElecList',
- page: 1,
- offset: 1,
- pagecount: 50,
- returntype: 'Map',
- parammaps: {
- formName: '',
- formNumber: '',
- formType: '',
- pastureName: Cookies.get('pasturename'),
- departName: '',
- inputDatetime:[],
- startTime:'',
- stopTime:''
- }
- },
- // 2-3:下拉框请求后数据加入[]
- useTypes: [{ id: 0, name: '1级表' }, { id: 1, name: '2级表' }, { id: 2, name: '3级表' }],
- getDictByName: [],
- findAllAssetType: [],
- findAllPasture: [],
- findAllDepart: [],
- findAllEmploye: [],
- // 2-1.请求下拉框接口
- requestParams: [
- { name: 'getDictByName', offset: 0, pagecount: 0, params: ['电表类型'] },
- { name: 'findAllAssetType', offset: 0, pagecount: 0, params: [] },
- { name: 'findAllPasture', offset: 0, pagecount: 0, returntype: 'Map', parammaps: { 'id': Cookies.get('pastureid') }},
- { name: 'findAllEmploye', offset: 0, pagecount: 0, parammaps: { 'pastureId': Cookies.get('pastureid') }}
- ],
- getDepartParam: {
- name: 'findAllDepart', offset: 0, pagecount: 0, parammaps: { 'pastureId': Cookies.get('pastureid') }
- },
- requestFilterParams: {
- name: 'getElecList',
- page: 1,
- offset: 1,
- pagecount: 50,
- returntype: 'Map',
- parammaps: { }
- },
- temp: { pastureName: '',
- consumption: '',
- measureId: '',
- useType: '',
- departName: '',
- aAmount: '',
- employeName1: '',
- endAmount: '',
- employeName: '',
- price1: '',
- note: '',
- formName: '',
- formNumber: '',
- rate: '',
- inputDatetime: parseTime(new Date(), '{y}-{m}-{d}'),
- typeName: '',
- assTypeId: '',
- employeId: this.$store.state.user.employeid,
- departmentId: this.$store.state.user.departmentid,
- pastureId: this.$store.state.user.pastureid
- },
- dialogFormVisible: false,
- dialogStatus: '',
- textMap: {
- update: '编辑',
- create: '新增',
- DosageRecord: '用量记录',
- delete: '删除',
- echarts: '每日用电量'
- },
- dialogFormDosageRecord: false,
- totalDosageRecord: 0,
- listDosageRecord: [],
- listLoadingDosageRecord: false,
- getDosageRecordListParm: {
- name: 'getAllMeasureTypeList',
- page: 1,
- offset: 1,
- pagecount: 50,
- returntype: 'Map',
- parammaps: {}
- },
- dosageRecordTemp: {},
- // 校验规则
- rules: {
- endAmount: [{ type: 'number', required: true, validator: (rule, value, callback) => {
- if (!value) {
- callback(new Error('不能为空'))
- }
- if (value < 0) {
- callback(new Error('必须大于0'))
- } else if (value < this.temp.aAmount) {
- callback(new Error('必须大于上次值'))
- }
- setTimeout(() => {
- const re = /^\d+$/ // /^[0-9]*[1-9][0-9]*$/
- const rsCheck = re.test(value)
- if (!rsCheck) {
- callback(new Error('请输入整数'))
- } else {
- callback()
- }
- }, 0)
- }, trigger: 'blur' }],
- equipmentName: [{ required: true, message: '必填', trigger: 'blur' }],
- price1: [{ required: true, message: '必填', trigger: 'blur' }],
- consumption: [{ required: true, message: '必填', trigger: 'blur' }],
- startTime: [{ required: true, message: '必填', trigger: 'blur' }]
- },
- MeasureListbyfilter: [],
- rowStyle: { maxHeight: 50 + 'px', height: 45 + 'px' },
- cellStyle: { padding: 0 + 'px' },
- buttons: [],
- isPercentage: false,
- percentage: 1,
- dialogFormDelete: false,
- deleteTemp: {},
- dialogECharts: false,
- isChart7: [],
- chart_data7: {},
- getChart7Parm: {
- name: 'getpSumNowWater',
- parammaps: {
- receiveTime: new Date().getFullYear(),
- pastureName: Cookies.get('pasturename'),
- startTime: "",
- endTime:""
- }
- },
- }
- },
- computed: {
- // 设置请求头
- headers() {
- return {
- // 设置token
- token: getToken()
- }
- },
- uploadData() {
- return {
- name: 'insertElecsMeasure',
- importParams: '牧场,表名称,表编号,上次抄表日期,上次值,抄表日期,用量(度),本次值,单价,录入人,备注',
- sheetname: 'SheetJS'
- }
- },
- // 设置上传地址
- uploadExcelUrl() {
- // process.env.VUE_APP_BASE_API是服务器的路径,也是axios的基本路径
- return process.env.VUE_APP_BASE_API + 'authdata/ImportExcel'
- }
- },
- created() {
- const that = this
- GetDataByName({ 'name': 'getUserPCButtons', 'parammaps': { 'jwt_username': Cookies.get('name') }}).then(response => {
- that.buttons = response.data.list
- that.get_auto_buttons()
- })
- this.get_select_list()
- this.get_table_data()
- },
- methods: {
- // 电年度每月总用量
- // 各牧场年度用水量对比
- getChart1() {
- let date = new Date();
- let year = date.getFullYear()
- let month = date.getMonth() + 1
- let startTime = ''
- let endTime = ''
- let lastDay = new Date(year, month, 0).getDate();
- if(this.getdataListParm.parammaps.inputDatetime !== null && this.getdataListParm.parammaps.inputDatetime.length > 0){
- startTime = parseTime(this.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}') + '-01'
- endTime = parseTime(this.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}') + '-' + lastDay
- }else{
- startTime = parseTime(new Date(), '{y}-{m}') + '-01'
- endTime = parseTime(new Date(), '{y}-{m}') + '-' + lastDay
- }
- let datas = {
- name: "getPastureSumMonthElec",
- parammaps: {
- startTime: startTime,
- endTime: endTime,
- pastureName: this.pastureName.toString(),
- },
- }
- GetReportform(datas).then(response => {
- console.log('牧场每月用水量', response)
- if (response.data) {
- this.mountTotal = response.data.chart_data.nowYear[0][0]
- }else{
- this.mountTotal = 0;
- }
- })
- },
- // 折线图
- formEchart() {
- this.dialogECharts = true;
- this.dialogStatus = 'echarts'
- this.getChart7();
- },
- // XX月每日用电量
- getChart7() {
- if(this.getdataListParm.parammaps.inputDatetime !== null && this.getdataListParm.parammaps.inputDatetime.length > 0){
- this.getChart7Parm.parammaps.startTime = parseTime(this.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}')
- this.getChart7Parm.parammaps.endTime = parseTime(this.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}')
- this.getChart7Parm.parammaps.date = parseTime(this.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}')
- }else{
- this.getChart7Parm.parammaps.startTime = ''
- this.getChart7Parm.parammaps.endTime = ''
- this.getChart7Parm.parammaps.date = parseTime(new Date(), '{y}-{m}')
- }
- this.getChart1();
- let data = {
- name:"getPastureSumDayElec",
- parammaps:{
- startTime: this.getChart7Parm.parammaps.startTime || parseTime(new Date(), '{y}-{m}'),
- endTime: this.getChart7Parm.parammaps.endTime || parseTime(new Date(), '{y}-{m}'),
- pastureName: this.getdataListParm.parammaps.pastureName || Cookies.get('pasturename'),
- },
- }
- GetReportform(data).then(response => {
- console.log('XX月每日用电量==>图8', response)
- // this.chart_data7 = response.data.chart_data
- if(response.data){
- this.chart_data7 = {
- data1:response.data.chart_data.nowYear,
- data_name:this.pastureName,
- xdata:response.data.chart_data.day
- }
- }else{
- this.chart_data7 = {
- data1:[],
- data_name:[],
- xdata:[]
- }
- }
- this.roadChart7(this.chart_data7)
- })
- },
- // XX月每日用电量
- roadChart7(chart_data) {
- console.log(chart_data,'chart_data')
- if (this.chart7 != null) {
- this.chart7.dispose()
- }
- this.chart7 = echarts.init(document.getElementById('chart7'))
- var text = this.getChart7Parm.parammaps.date + '月每日用电量'
- var option = {
- title: { text: text, left:'left',textStyle: { color: '#769cfc' }},
- tooltip: { trigger: 'axis' },
- legend: {
- data: chart_data.data_name,
- left: 40,
- bottom:0
- },
- color: ['#eb123a','#eba612','#124feb','#15ab2e','#b20fdb'],
- grid: { left: '3%', right: '10%', bottom: '4%', containLabel: true },
- xAxis: [{ type: 'category', name: '日',data: chart_data.xdata, axisLabel: { interval: 0, rotate: 30 }}],
- yAxis: [{ type: 'value', name: '电量(度)'}],
- series: (function() {
- var serie = []
- if(chart_data.data1 !== null){
- for (var i = 0; i < chart_data.data1.length; i++) {
- var item = {
- name: chart_data.data_name && chart_data.data_name[i] ||'',
- type: 'line',
- data: chart_data.data1[i]
- }
- serie.push(item)
- }
- }
- return serie
- }())
- }
- this.chart7.setOption(option)
- window.onresize = function() {
- this.chart7.resize()
- }
- var that = this
- this.chart7.on('click', function(param, i) {
- // console.log(param)
- })
- },
- tableSort1(column) {
- sortChange(column, this.list)
- },
- tableSort2(column) {
- sortChange(column, this.listDosageRecord)
- },
- get_auto_buttons() {
- // 新增
- const ElecAdd = 'cost:elec:add'
- const isElecAdd = checkButtons(this.$store.state.user.buttons, ElecAdd)
- this.isElecAdd = isElecAdd
- // 导出
- const ElecExport = 'cost:elec:export'
- const isElecExport = checkButtons(this.$store.state.user.buttons, ElecExport)
- this.isElecExport = isElecExport
- // 导入
- const ElecImport = 'cost:elec:import'
- const isElecImport = checkButtons(this.$store.state.user.buttons, ElecImport)
- this.isElecImport = isElecImport
- // 编辑
- const ElecModify = 'cost:elec:modify'
- const isElecModify = checkButtons(this.$store.state.user.buttons, ElecModify)
- this.isElecModify = isElecModify
- },
- isIntegerZero_(rule, value, callback) {
- if (value === '' || value === undefined || value === null) {
- return callback(new Error('输入不可以为空'))
- }
- if (value.length === 0) {
- return callback(new Error('输入不可以为空'))
- }
- setTimeout(() => {
- const re = /^\d+$/ // /^[0-9]*[1-9][0-9]*$/
- const rsCheck = re.test(value)
- if (!rsCheck) {
- callback(new Error('请输入整数'))
- } else {
- callback()
- }
- }, 0)
- },
- handleDownloadTemp(){
- this.$alert('电表模板正在导出中,请勿刷新或离开本页面,若导出时间过长,建议缩小导出数据范围重新导出', {})
- this.isPercentage = true
- this.percentage = 1
- var timer = setInterval(() => {
- this.percentage += 5
- if (this.percentage > 95) {
- this.percentage = 99
- clearInterval(timer)
- }
- this.percentage = this.percentage
- }, 1000)
- this.requestParam.name = 'getMeasureList'
- this.requestParam.parammaps.pastureName = this.getdataListParm.parammaps.pastureName
- // this.requestParam.parammaps.departName = this.getdataListParm.parammaps.departName
- // this.requestParam.parammaps.formName = this.getdataListParm.parammaps.formName
- // this.requestParam.parammaps.formNumber = this.getdataListParm.parammaps.formNumber
- // this.requestParam.parammaps.useType = this.getdataListParm.parammaps.formType
- // this.requestParam.parammaps.startTime = this.getdataListParm.parammaps.startTime
- // this.requestParam.parammaps.stopTime = this.getdataListParm.parammaps.stopTime
- this.requestParam.parammaps.formType = '电表'
- GetDataByName(this.requestParam).then(response => {
- if (response.data.list !== '') {
- this.percentage = 99
- setTimeout(() => {
- this.isPercentage = false
- }, 2000)
- }
- this.$nextTick(() => {
- import('@/vendor/Export2Excel').then(excel => {
- let day = parseTime(new Date(), '{y}-{m}-{d}')
- for(let i=0;i<response.data.list.length;i++){
- this.$set(response.data.list[i], 'i', i+1)
- this.$set(response.data.list[i], 'day', day)
- this.$set(response.data.list[i], 'name', Cookies.get('employename'))
- }
- const list1 = response.data.list
- const tHeader = [
- '编号', '牧场', '表名称', '表编号', '抄表日期', '用量(度)', '单价', '录入人', '备注'
- ]
- const filterVal = [
- 'i', 'pastureName', 'formName', 'formNumber', 'day', '用量111', 'price', 'name', '备注2'
- ]
- const data1 = this.formatJson(filterVal, list1)
- excel.export_json_to_excel({
- header: tHeader,
- data: data1,
- filename: '电表模板',
- autoWidth: true,
- bookType: 'xlsx'
- })
- })
- })
- })
- },
- handleDownload() {
- this.$alert('电表正在导出中,请勿刷新或离开本页面,若导出时间过长,建议缩小导出数据范围重新导出', {})
- this.isPercentage = true
- this.percentage = 1
- var timer = setInterval(() => {
- this.percentage += 5
- if (this.percentage > 95) {
- this.percentage = 99
- clearInterval(timer)
- }
- this.percentage = this.percentage
- }, 1000)
- this.requestParam.name = 'meteringOutfit'
- this.requestParam.parammaps.pastureName = this.getdataListParm.parammaps.pastureName
- this.requestParam.parammaps.departName = this.getdataListParm.parammaps.departName
- this.requestParam.parammaps.formName = this.getdataListParm.parammaps.formName
- this.requestParam.parammaps.formNumber = this.getdataListParm.parammaps.formNumber
- this.requestParam.parammaps.useType = this.getdataListParm.parammaps.formType
- this.requestParam.parammaps.startTime = this.getdataListParm.parammaps.startTime
- this.requestParam.parammaps.stopTime = this.getdataListParm.parammaps.stopTime
- this.requestParam.parammaps.formType = '电表'
- GetAccount(this.requestParam).then(response => {
- if (response.data.list !== '') {
- this.percentage = 99
- setTimeout(() => {
- this.isPercentage = false
- }, 2000)
- }
- this.$nextTick(() => {
- import('@/vendor/Export2Excel').then(excel => {
- const list1 = response.data.list
- const tHeader = [
- '编号', '牧场', '表名称', '表编号', '抄表日期', '用量(度)', '单价', '录入人', '备注'
- ]
- const filterVal = [
- '编号', '牧场', '表名称', '表编号', '抄表日期2', '用量', '单价2', '录入人', '备注2'
- ]
- const data1 = this.formatJson(filterVal, list1)
- excel.export_json_to_excel({
- header: tHeader,
- data: data1,
- filename: '电表',
- autoWidth: true,
- bookType: 'xlsx'
- })
- })
- })
- })
- },
- formatJson(filterVal, jsonData) {
- return jsonData.map(v =>
- filterVal.map(j => {
- if (j === 'timestamp') {
- return parseTime(v[j])
- } else {
- return v[j]
- }
- })
- )
- },
- beforeImportExcel(file) {
- const isLt2M = file.size / 1024 / 1024 < 2
- if (!isLt2M) {
- this.$message.error('上传文件大小不能超过 2MB!')
- }
- return isLt2M
- },
- handleImportExcelSuccess(res, file) {
- this.get_table_data()
- if (res.msg === 'ok') {
- this.$message({ title: '成功', message: '导入成功:' + res.data.success + '条!', type: 'success', duration: 2000 })
- if (res.data.err_count > 0) {
- this.$notify({ title: '失败', message: '导入失败:' + res.data.err_count + '条!', type: 'danger', duration: 2000 })
- import('@/vendor/Export2Excel').then(excel => {
- const list1 = res.data.result
- const tHeader = [
- '编号', '牧场', '表名称', '表编号', '抄表日期', '用量', '单价', '录入人', '备注', '错误信息'
- ]
- const filterVal = [
- '编号', '牧场', '表名称', '表编号', '抄表日期', '用量', '单价', '录入人', '备注', 'error_msg'
- ]
- const data1 = this.formatJson(filterVal, list1)
- excel.export_json_to_excel({ header: tHeader, data: data1, filename: '电表导入报错信息', autoWidth: true, bookType: 'xlsx' })
- })
- }
- } else {
- this.$notify({ title: '失败', message: '上传失败', type: 'danger', duration: 2000 })
- }
- },
- formNumberSearch(queryString, cb) {
- this.requestFilterParams.name = 'getMeasureListbyfilter'
- this.requestFilterParams.parammaps['formType'] = '电表'
- this.requestFilterParams.parammaps['pastureId'] = Cookies.get('pastureid')
- this.requestFilterParams.parammaps['formNumber'] = queryString
- this.requestFilterParams.parammaps['formName'] = ''
- GetDataByName(this.requestFilterParams).then(response => {
- if (response.data.list === null) {
- this.formNumberSearchList = []
- } else {
- this.formNumberSearchList = response.data.list
- }
- var results = queryString ? this.formNumberSearchList.filter(this.createFilter(queryString)) : this.formNumberSearchList
- cb(results)
- })
- },
- createFilter(queryString) {
- return returnValue => {
- return (
- returnValue.formNumber.toLowerCase().indexOf(queryString.toLowerCase()) >= 0
- )
- }
- },
- formNameSearch(queryString, cb) {
- this.requestFilterParams.name = 'getMeasureListbyfilter'
- this.requestFilterParams.parammaps['formType'] = '电表'
- this.requestFilterParams.parammaps['pastureId'] = Cookies.get('pastureid')
- this.requestFilterParams.parammaps['formNumber'] = ''
- this.requestFilterParams.parammaps['formName'] = queryString
- GetDataByName(this.requestFilterParams).then(response => {
- if (response.data.list === null) {
- this.formNameSearchList = []
- } else {
- this.formNameSearchList = response.data.list
- }
- var results = queryString ? this.formNameSearchList.filter(this.createFilterName(queryString)) : this.formNameSearchList
- cb(results)
- })
- },
- createFilterName(queryString) {
- return returnValue => {
- return (
- returnValue.formName.toLowerCase().indexOf(queryString.toLowerCase()) >= 0
- )
- }
- },
- handleformNumberSelect() {
- this.requestFilterParams.name = 'findByNMeasureElec'
- this.requestFilterParams.parammaps['formNumber'] = this.temp.formNumber
- this.requestFilterParams.parammaps['formName'] = ''
- GetDataByName(this.requestFilterParams).then(response => {
- this.$nextTick(() => {
- if (response.data.list.length > 0) {
- this.temp.pastureName = response.data.list[0].pastureName
- this.temp.useType = response.data.list[0].useType
- this.temp.departName = response.data.list[0].departName
- this.temp.aAmount = response.data.list[0].aAmount
- this.temp.employeName1 = response.data.list[0].employeName
- this.temp.formName = response.data.list[0].formName
- this.temp.measureId = response.data.list[0].measureId
- this.temp.pastureId = response.data.list[0].pastureId
- this.temp.rate = response.data.list[0].rate
- this.temp.price1 = response.data.list[0].price
- this.$forceUpdate()
- }
- })
- })
- },
- handleformNameSelect() {
- this.requestFilterParams.name = 'findByNMeasureElec'
- this.requestFilterParams.parammaps['formNumber'] = ''
- this.requestFilterParams.parammaps['formName'] = this.temp.formName
- GetDataByName(this.requestFilterParams).then(response => {
- this.$nextTick(() => {
- if (response.data.list.length > 0) {
- this.temp.pastureName = response.data.list[0].pastureName
- this.temp.useType = response.data.list[0].useType
- this.temp.departName = response.data.list[0].departName
- this.temp.aAmount = response.data.list[0].aAmount
- this.temp.employeName1 = response.data.list[0].employeName
- this.temp.formNumber = response.data.list[0].formNumber
- this.temp.measureId = response.data.list[0].measureId
- this.temp.pastureId = response.data.list[0].pastureId
- this.temp.price1 = response.data.list[0].price
- this.$forceUpdate()
- }
- })
- })
- },
- blurSelect(item) {
- this.temp.pastureName = ''
- this.temp.useType = ''
- this.temp.departName = ''
- this.temp.aAmount = ''
- this.temp.employeName1 = ''
- this.temp.formName = ''
- this.temp.formNumber = ''
- this.temp.measureId = ''
- this.temp.pastureId = ''
- this.temp.rate = ''
- },
- // 1-1: table&搜索
- get_table_data() {
- this.listLoading = true
- if(this.getdataListParm.parammaps.inputDatetime !== null && this.getdataListParm.parammaps.inputDatetime.length > 0){
- this.getdataListParm.parammaps.startTime = parseTime(this.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
- this.getdataListParm.parammaps.stopTime = parseTime(this.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
- }else{
- this.getdataListParm.parammaps.inputDatetime = []
- this.getdataListParm.parammaps.startTime = ''
- this.getdataListParm.parammaps.stopTime = ''
- }
- GetDataByName(this.getdataListParm).then(response => {
- if (response.data.list == null) {
- this.list = []
- this.total = 0
- } else {
- this.list = response.data.list
- this.pageNum = response.data.pageNum
- this.pageSize = response.data.pageSize
- this.total = response.data.total
- }
- setTimeout(() => {
- this.listLoading = false
- }, 100)
- })
- },
- // 2-2:下拉框
- get_select_list() {
- GetDataByNames(this.requestParams).then(response => {
- this.getDictByName = response.data.getDictByName.list
- this.findAllAssetType = response.data.findAllAssetType.list
- this.findAllPasture = response.data.findAllPasture.list
- this.findAllEmploye = response.data.findAllEmploye.list
- this.getDepartDownList()
- })
- },
- getDepartDownList() {
- GetDataByName(this.getDepartParam).then(response => {
- this.findAllDepart = response.data.list
- })
- },
- changePastureName(item) {
- this.getDepartParam.parammaps.pastureId = this.findAllPasture.find(obj => obj.name == item).id
- this.getdataListParm.parammaps.departName = ''
- // this.getdataListParm.parammaps.pastureName = item
- this.getdataListParm.parammaps.pastureName = item
- this.getDepartDownList()
- },
- form_search() {
- this.listLoading = true
- this.getdataListParm.offset = 1
- if(this.getdataListParm.parammaps.createDate == null){
- this.getdataListParm.parammaps.createDate =''
- }
- this.get_table_data()
- },
- handleModifyStatus(row, status) {
- this.$message({
- message: '操作成功',
- type: 'success'
- })
- row.status = status
- },
- form_reset() {
- this.temp.pastureName = ''
- this.temp.useType = ''
- this.temp.departName = ''
- this.temp.aAmount = ''
- this.temp.employeName1 = ''
- this.temp.formName = ''
- this.temp.formNumber = ''
- this.temp.consumption = ''
- this.temp.rate = ''
- this.temp.endAmount = ''
- this.temp.price1 = ''
- this.temp.note = ''
- this.temp.employeId = ''
- this.temp.employeName = ''
- this.temp.date = parseTime(new Date(), '{y}-{m}-{d}')
- this.temp.inputDatetime = parseTime(new Date(), '{y}-{m}-{d}')
- this.temp.typeName = ''
- this.temp.assTypeId = ''
- this.temp.employeId = this.$store.state.user.employeid
- this.temp.departmentId = this.$store.state.user.departmentid
- this.temp.pastureId = this.$store.state.user.pastureid
- },
- form_add() {
- this.form_reset()
- this.dialogStatus = 'create'
- this.dialogFormVisible = true
- this.temp.employeId = this.$store.state.user.employeid
- this.$nextTick(() => {
- this.$refs['temp'].clearValidate()
- })
- },
- // 用量
- handleBlurConsumption() {
- if (this.dialogStatus == 'create') {
- if (this.temp.aAmount !== '' && this.temp.consumption !== undefined && this.temp.consumption !== '' && this.temp.consumption !== null) {
- this.temp.endAmount = parseFloat(this.temp.aAmount) + parseFloat(this.temp.consumption)
- }
- } else {
- this.$set(this.temp, 'endAmount', parseFloat(this.temp.aAmount) + parseFloat(this.temp.consumption))
- this.$forceUpdate()
- }
- },
- // 当前值
- handleBlurEndAmount() {
- if (this.dialogStatus == 'create') {
- if (this.temp.endAmount !== 'undefined' && this.temp.endAmount !== '' && this.temp.endAmount !== null && this.temp.aAmount !== '') {
- this.temp.consumption = parseFloat(this.temp.endAmount) - parseFloat(this.temp.aAmount)
- }
- } else {
- this.$set(this.temp, 'consumption', parseFloat(this.temp.endAmount) - parseFloat(this.temp.aAmount))
- this.$forceUpdate()
- }
- },
- add_dialog_save() {
- this.isokDisable = true
- setTimeout(() => {
- this.isokDisable = false
- }, 1000)
- this.$refs['temp'].validate(valid => {
- if (valid) {
- this.postDataPramas.common = { 'returnmap': '0' }
- this.postDataPramas.data = []
- this.postDataPramas.data[0] = { 'name': 'checkMeasure', 'type': 'v', 'parammaps': { 'endAmount': this.temp.endAmount,
- 'checkdate': this.temp.inputDatetime, 'measureId': this.temp.measureId }}
- this.postDataPramas.data[1] = { 'name': 'insertElecExecData', 'type': 'e', 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- // 'data': this.temp.inputDatetime,
- 'id': this.temp.id,
- 'employeId': this.temp.employeId,
- 'formNumber': this.temp.formNumber,
- 'formName': this.temp.formName,
- 'price': this.temp.price1,
- 'rate': this.temp.rate,
- 'pastureId': this.temp.pastureId,
- 'note': this.temp.note,
- 'consumption': this.temp.consumption
- }}
- this.postDataPramas.data[2] = { 'name': 'updateMeasureExecData', 'type': 'e',
- 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- 'endDate': this.temp.inputDatetime,
- 'lastRecodeId': '@insertElecExecData.LastInsertId'
- }}
- ExecDataByConfig(this.postDataPramas).then(response => {
- console.log('保存发送参数', this.postDataPramas)
- if (response.msg === 'fail') {
- this.$notify({
- title: '保存失败',
- message: response.data,
- type: 'warning',
- duration: 2000
- })
- } else {
- this.get_table_data()
- this.dialogFormVisible = false
- this.$notify({
- title: '',
- message: '保存成功',
- type: 'success',
- duration: 2000
- })
- }
- })
- }
- })
- },
- // 继续新增
- add_dialog_save_again() {
- this.isokDisable = true
- setTimeout(() => {
- this.isokDisable = false
- }, 1000)
- this.$refs['temp'].validate(valid => {
- if (valid) {
- this.postDataPramas.common = { 'returnmap': '0' }
- this.postDataPramas.data = []
- this.postDataPramas.data[0] = { 'name': 'checkMeasure', 'type': 'v', 'parammaps': { 'endAmount': this.temp.endAmount,
- 'checkdate': this.temp.inputDatetime, 'measureId': this.temp.measureId }}
- this.postDataPramas.data[1] = { 'name': 'insertElecExecData', 'type': 'e', 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- // 'data': this.temp.inputDatetime,
- 'id': this.temp.id,
- 'employeId': this.temp.employeId,
- 'formNumber': this.temp.formNumber,
- 'formName': this.temp.formName,
- 'price': this.temp.price1,
- 'rate': this.temp.rate,
- 'pastureId': this.temp.pastureId,
- 'note': this.temp.note,
- 'consumption': this.temp.consumption
- }}
- this.postDataPramas.data[2] = { 'name': 'updateMeasureExecData', 'type': 'e',
- 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- 'endDate': this.temp.inputDatetime,
- 'lastRecodeId': '@insertElecExecData.LastInsertId'
- }}
- ExecDataByConfig(this.postDataPramas).then(response => {
- console.log('保存发送参数', this.postDataPramas)
- if (response.msg === 'fail') {
- this.$notify({
- title: '保存失败',
- message: response.data,
- type: 'warning',
- duration: 2000
- })
- } else {
- this.form_reset()
- this.$notify({
- title: '',
- message: '保存成功',
- type: 'success',
- duration: 2000
- })
- }
- })
- }
- })
- },
- form_edit(row) {
- console.log(row,'编剧')
- this.temp = Object.assign({}, row) // copy obj
- // if (this.temp.endAmount !== '' && this.temp.endAmount !== undefined && this.temp.endAmount !== null && this.temp.aAmount !== '' && this.temp.aAmount !== undefined && this.temp.aAmount !== null) {
- // this.$set(this.temp, 'consumption', parseFloat(this.temp.endAmount) - parseFloat(this.temp.aAmount))
- // }
- this.temp.date = row.dateFormat;
- this.dialogStatus = 'update'
- this.dialogFormVisible = true
- this.$nextTick(() => {
- this.$refs['temp'].clearValidate()
- })
- },
- edit_dialog_save() {
- this.$refs['temp'].validate(valid => {
- if (valid) {
- this.temp.date = parseTime(new Date(), '{y}-{m}-{d}')
- this.postDataPramas.common = { 'returnmap': '0' }
- this.postDataPramas.data = []
- this.postDataPramas.data[0] = { 'name': 'checkMeasureUpdate', 'type': 'v', 'parammaps': { 'endAmount': this.temp.endAmount,
- 'checkdate': this.temp.date, 'measureId': this.temp.measureId }}
- this.postDataPramas.data[1] = { 'name': 'updateElectricity', 'type': 'e', 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- // 'data': this.temp.inputDatetime,
- 'rate': this.temp.rate,
- 'id': this.temp.id,
- 'note': this.temp.note,
- 'employeId': this.temp.employeId,
- 'consumption': this.temp.consumption
- }}
- this.postDataPramas.data[2] = { 'name': 'updateMeasureEle', 'type': 'e',
- 'parammaps': {
- 'endAmount': this.temp.endAmount,
- 'measureId': this.temp.measureId,
- 'endDate': this.temp.date,
- 'lastRecodeId': this.temp.id
- }}
- ExecDataByConfig(this.postDataPramas).then(response => {
- if (response.msg === 'fail') {
- this.$notify({
- title: '保存失败',
- message: response.data,
- type: 'warning',
- duration: 2000
- })
- } else {
- this.get_table_data()
- this.dialogFormVisible = false
- this.$notify({
- title: '',
- message: '保存成功',
- type: 'success',
- duration: 2000
- })
- }
- })
- }
- })
- },
- form_delete() {
- this.deleteTemp = {}
- this.dialogStatus = 'delete'
- this.dialogFormDelete = true
- },
- deleteData() {
- this.$refs['deleteTemp'].validate(valid => {
- if (valid) {
- this.requestParam.name = 'deletedatastem'
- this.requestParam.parammaps = {}
- this.requestParam.parammaps.pastureName = this.getdataListParm.parammaps.pastureName
- this.requestParam.parammaps.codeType = 2
- this.requestParam.parammaps.startTime = this.deleteTemp.startTime
- this.requestParam.parammaps.stopTime = this.deleteTemp.startTime
- PostDataByName(this.requestParam).then(response => {
- if (response.msg == 'fail') {
- this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
- } else {
- this.$notify({ title: '成功', message: '删除成功', type: 'success', duration: 2000 })
- this.dialogFormDelete = false
- this.get_table_data()
- }
- })
- }
- })
- },
- handleDosageRecord(row) {
- this.dialogStatus = 'DosageRecord'
- this.dialogFormDosageRecord = true
- this.dosageRecordTemp = Object(row, {})
- this.getDosageRecordList()
- },
- getDosageRecordList() {
- this.listLoadingDosageRecord = true
- this.getDosageRecordListParm.parammaps.id = this.dosageRecordTemp.measureId
- GetDataByName(this.getDosageRecordListParm).then(response => {
- this.listDosageRecord = response.data.list
- this.pageNumDosageRecord = response.data.pageNum
- this.pageSizeDosageRecord = response.data.pageSize
- if (response.data.total) {
- this.totalDosageRecord = response.data.total
- }
- setTimeout(() => {
- this.listLoadingDosageRecord = false
- }, 100)
- })
- }
- }
- }
- </script>
|