manage-client 3.3.57 → 3.3.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/build/dev-server.js +21 -34
  2. package/package.json +1 -1
  3. package/src/components/webmeter/instruction/NewQueryInstruct.vue +61 -7
  4. package/src/components/webmeter/reportdata/ReportDataQuery.vue +0 -6
  5. package/src/filiale/WEINAN/CancellationQuery.vue +74 -0
  6. package/src/filiale/WEINAN/ChargeQuery.vue +58 -1
  7. package/src/filiale/WEINAN/DeviceQuery.vue +63 -0
  8. package/src/filiale/WEINAN/DisableQuery.vue +74 -0
  9. package/src/filiale/WEINAN/EnableQuery.vue +74 -0
  10. package/src/filiale/WEINAN/FillGasQuery.vue +74 -0
  11. package/src/filiale/WEINAN/InspectListUser.vue +35 -0
  12. package/src/filiale/WEINAN/MergeFileQuery.vue +77 -1
  13. package/src/filiale/WEINAN/MeterQuery.vue +58 -0
  14. package/src/filiale/WEINAN/NewAccountQuery.vue +58 -0
  15. package/src/filiale/WEINAN/OtherChargeQuery.vue +58 -0
  16. package/src/filiale/WEINAN/RecordInfoQuery.vue +58 -0
  17. package/src/filiale/WEINAN/UserGasAll.vue +63 -0
  18. package/src/filiale/WEINAN/UserGasList.vue +59 -0
  19. package/src/filiale/WEINAN/UserLostContactAnalysis.vue +63 -0
  20. package/src/filiale/WEINAN/UserQuery.vue +63 -0
  21. package/src/filiale/WEINAN/businessquery/FillCardQuery.vue +643 -0
  22. package/src/filiale/WEINAN/businessquery/HandplanQuery.vue +1428 -0
  23. package/src/filiale/WEINAN/businessquery/MoveMeterQuery.vue +477 -0
  24. package/src/filiale/WEINAN/businessquery/ReverseQuery.vue +512 -0
  25. package/src/filiale/WEINAN/businessquery/TransferQuery.vue +553 -0
  26. package/src/filiale/WEINAN/businessquery/UserInsured.vue +483 -0
  27. package/src/filiale/WEINAN/businessquery/priceadjustQuery.vue +535 -0
  28. package/src/filiale/WEINAN/config/exportConfig.js +41 -38
  29. package/src/filiale/WEINAN/filesquery/ChangeUserQuery.vue +468 -0
  30. package/src/filiale/WEINAN/filesquery/FmyGasDeviceQuery.vue +911 -0
  31. package/src/filiale/WEINAN/filesquery/GasDeviceQuery.vue +1021 -0
  32. package/src/filiale/WEINAN/filesquery/PriceChangeQuery.vue +468 -0
  33. package/src/filiale/WEINAN/filesquery/UserDeviceQuery.vue +505 -0
  34. package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +63 -0
  35. package/src/filiale/WEINAN/sale.js +23 -2
  36. package/src/filiale/WEINAN/webmeter/LostContactAnalysisList.vue +692 -0
  37. package/src/filiale/WEINAN/webmeter/NewQueryInstruct.vue +564 -0
  38. package/src/filiale/WEINAN/webmeter/ReportList.vue +483 -0
  39. package/src/filiale/WEINAN/webmeter/TotalExceptionByMeter.vue +665 -0
  40. package/src/filiale/WEINAN/webmeter/UserInstructEchartsList.vue +242 -0
  41. package/src/filiale/WEINAN/webmeter/UserInstructList.vue +390 -0
  42. package/src/filiale/WEINAN/webmeterManage.js +13 -0
  43. package/src/filiale/lixianV3/BusinessManage.vue +3 -0
  44. package/src/filiale/shanxian/UserLostContactAnalysis.vue +35 -3
@@ -0,0 +1,477 @@
1
+ <template>
2
+ <div id="unit" class="flex-row">
3
+ <div class="basic-main" @keyup.enter="search">
4
+ <div class="flex" v-if="!show">
5
+
6
+ <criteria-paged :model="model" v-ref:paged @sort="sort">
7
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
8
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
9
+ <div class="row">
10
+ <div class="col-sm-2 form-group">
11
+ <label for="startDate" class="font_normal_body">开始日期</label>
12
+ <datepicker id="startDate" placeholder="开始日期" style="width:60%"
13
+ v-model="model.startDate"
14
+ :value.sync="model.startDate"
15
+ :format="'yyyy-MM-dd HH:mm:ss'"
16
+ :show-reset-button="true"
17
+ condition="f_operate_date >= '{}'">
18
+ </datepicker>
19
+ </div>
20
+ <div class="col-sm-2 form-group">
21
+ <label for="endDate" class="font_normal_body">结束日期</label>
22
+ <datepicker id="endDate" placeholder="结束日期" style="width:60%"
23
+ v-model="model.endDate"
24
+ :value.sync="model.endDate"
25
+ :format="'yyyy-MM-dd HH:mm:ss'"
26
+ :show-reset-button="true"
27
+ condition="f_operate_date <= '{}'">
28
+ </datepicker>
29
+ </div>
30
+ <div class="col-sm-2 form-group">
31
+ <label class="font_normal_body">客户编号</label>
32
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
33
+ condition="f_userinfo_code = '{}' " placeholder="客户编号">
34
+ </div>
35
+ <div class="col-sm-2 form-group">
36
+ <label class="font_normal_body" title="旧客户编号">档案编号</label>
37
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
38
+ condition="f_olduserinfo_code = '{}' " placeholder="档案编号">
39
+ </div>
40
+
41
+ <div class="span" style="float:right;">
42
+ <button class="button_search button_spacing" @click="search()">查询</button>
43
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
44
+ <!--<button class="btn btn-default" @click="$parent.$parent.stamp()">打印</button>-->
45
+
46
+ <export-excel :data="$parent.$parent.getCondition"
47
+ :field="$parent.$parent.getfield"
48
+ :header="$parent.$parent.other"
49
+ sqlurl="rs/logic/exportfile" sql-name="movemeterQuery" template-name='迁表查询导出'
50
+ :choose-col="true"></export-excel>
51
+ <print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
52
+ :defaultfield="$parent.$parent.defaultfield"
53
+ titletable="迁表记录"
54
+ :sumsmodel="$parent.$parent.sumsmodel"></print-data>
55
+ <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
56
+ </div>
57
+ </div>
58
+
59
+ <div class="row" v-show="$parent.$parent.criteriaShow">
60
+ <res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
61
+ <div class="col-sm-2 form-group">
62
+ <label class="font_normal_body">客户名称</label>
63
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
64
+ condition=" f_user_name = '{}'" placeholder='客户名称'
65
+ :size="model.f_user_name ? model.f_user_name.length * 2 : 1">
66
+ </div>
67
+ <div class="col-sm-2 form-group">
68
+ <label class="font_normal_body">用户类型</label>
69
+ <v-select :value.sync="model.f_user_type"
70
+ v-model="model.f_user_type"
71
+ @change="$parent.$parent.userTypeChange()"
72
+ :options='$parent.$parent.userTypes' placeholder='请选择'
73
+ condition="f_user_type = '{}'"
74
+ close-on-select></v-select>
75
+ </div>
76
+ <div class="col-sm-2 form-group">
77
+ <label for="f_user_usetype" class="font_normal_body ">用气类型</label>
78
+ <v-select :value.sync="model.f_user_usetype" :search="false"
79
+ @change="$parent.$parent.userUseTypeChange()"
80
+ v-model="model.f_user_usetype"
81
+ :options='$parent.$parent.userusetypes'
82
+ condition="f_user_usetype = '{}'"
83
+ placeholder='用气类型'
84
+ value-single="true"
85
+ close-on-select>
86
+ </v-select>
87
+ </div>
88
+ <div class="col-sm-2 form-group">
89
+ <label for="f_use_institution" class="font_normal_body">用气机构</label>
90
+ <v-select :value.sync="model.f_use_institution" :search="false"
91
+ @change="$parent.$parent.userUseInstitutionChange()"
92
+ v-model="model.f_use_institution"
93
+ :options='$parent.$parent.useinstitutions'
94
+ condition="f_use_institution = '{}'"
95
+ placeholder='用气机构'
96
+ value-single="true"
97
+ close-on-select>
98
+ </v-select>
99
+ </div>
100
+ <div class="col-sm-2 form-group">
101
+ <label for="f_user_usenature" class="font_normal_body ">使用性质</label>
102
+ <v-select :value.sync="model.f_user_usenature" :search="false"
103
+ v-model="model.f_user_usenature"
104
+ :options='$parent.$parent.userusenatures'
105
+ condition="f_user_usenature = '{}'"
106
+ placeholder='使用性质'
107
+ value-single="true"
108
+ close-on-select>
109
+ </v-select>
110
+ </div>
111
+ </div>
112
+
113
+
114
+ </div>
115
+ </criteria>
116
+
117
+ <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
118
+ <template partial='head'>
119
+ <tr>
120
+ <th>
121
+ <!-- <nobr>客户编号</nobr>-->
122
+ <data-order field="f_userinfo_code" name="客户编号"
123
+ :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
124
+ </th>
125
+ <th>
126
+ <nobr>客户名称</nobr>
127
+ </th>
128
+ <th>
129
+ <!-- <nobr>档案编号</nobr>-->
130
+ <data-order field="f_olduserinfo_code" name="档案编号"
131
+ :order.sync="$parent.$parent.$parent.orderFields.f_olduserinfo_code"></data-order>
132
+ </th>
133
+ <th>
134
+ <nobr>表号</nobr>
135
+ </th>
136
+ <th>
137
+ <!-- <nobr>旧地址</nobr>-->
138
+ <data-order field="f_address" name="旧地址"
139
+ :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
140
+ </th>
141
+ <th>
142
+ <!-- <nobr>新地址</nobr>-->
143
+ <data-order field="f_address_new" name="新地址"
144
+ :order.sync="$parent.$parent.$parent.orderFields.f_address_new"></data-order>
145
+ </th>
146
+ <th>
147
+ <nobr>旧表箱号</nobr>
148
+ </th>
149
+ <th>
150
+ <nobr>新表箱号</nobr>
151
+ </th>
152
+ <th>
153
+ <!-- <nobr>操作日期</nobr>-->
154
+ <data-order field="f_operate_date" name="操作日期"
155
+ :order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
156
+ </th>
157
+ <th>
158
+ <nobr>人员</nobr>
159
+ </th>
160
+ <th>
161
+ <nobr>部门</nobr>
162
+ </th>
163
+ <th>
164
+ <nobr>公司</nobr>
165
+ </th>
166
+ <th><nobr>附件</nobr></th>
167
+ </tr>
168
+ </template>
169
+ <template partial='body'>
170
+ <td style="text-align: center;">
171
+ <nobr>
172
+ <span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_userinfo_code}}</a></span></nobr>
173
+ </td>
174
+ <td style="text-align: center;">
175
+ <nobr>{{row.f_user_name}}</nobr>
176
+ </td>
177
+ <td style="text-align: center;">
178
+ <nobr>{{row.f_olduserinfo_code}}</nobr>
179
+ </td>
180
+ <td style="text-align: center;">
181
+ <nobr>{{row.f_meternumber}}</nobr>
182
+ </td>
183
+ <td style="text-align: center;">
184
+ <nobr>{{row.f_address}}</nobr>
185
+ </td>
186
+ <td style="text-align: center;">
187
+ <nobr>{{row.f_address_new}}</nobr>
188
+ </td>
189
+ <td style="text-align: center;">
190
+ <nobr>{{row.f_metertitles}}</nobr>
191
+ </td>
192
+ <td style="text-align: center;">
193
+ <nobr>{{row.f_metertitles_new}}</nobr>
194
+ </td>
195
+ <td style="text-align: center;">
196
+ <nobr>{{row.f_operate_date}}</nobr>
197
+ </td>
198
+ <td style="text-align: center;">
199
+ <nobr>{{row.f_operator}}</nobr>
200
+ </td>
201
+ <td style="text-align: center;">
202
+ <nobr>{{row.f_depname}}</nobr>
203
+ </td>
204
+ <td style="text-align: center;">
205
+ <nobr>{{row.f_orgname}}</nobr>
206
+ </td>
207
+ <td style="text-align: center;"><nobr>
208
+ <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
209
+ </nobr></td>
210
+ </template>
211
+ <template partial='foot'></template>
212
+ </data-grid>
213
+ </criteria-paged>
214
+
215
+ <!-- <table class="table-hover">-->
216
+ <!-- <tr style="position: relative" class="table-bordered">-->
217
+ <!-- <td-->
218
+ <!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">-->
219
+ <!-- 汇总信息-->
220
+ <!-- </td>-->
221
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">合计:&emsp;{{sumsmodel.f_pregas}}</td>-->
222
+ <!-- </tr>-->
223
+ <!-- </table>-->
224
+ </div>
225
+ <div class="flex" v-if="show">
226
+ <user-info-detail-manage :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage>
227
+ </div>
228
+ </div>
229
+ <modal :show.sync="showupload" v-if="showupload" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
230
+ <article slot="modal-body">
231
+ <upload :blodid="selected.f_userinfo_id" v-ref:upload isupload="false" takeimg="false" fusetype="迁表" :isremark="false" style="width:auto" ></upload>
232
+ </article>
233
+ <footer slot="modal-footer" class="modal-footer">
234
+ </footer>
235
+ </modal>
236
+ </div>
237
+ </template>
238
+
239
+ <script>
240
+ import {PagedList} from 'vue-client'
241
+ import defaultPrint from './../config/DefaultPrint'
242
+ import exportConfig from './../config/exportConfig'
243
+
244
+ let readySomething = async function (self) {
245
+ self.$refs.paged.$refs.cri.model.startDate = self.data ? self.data.startDate : self.$login.toStandardDateString() + ' 00:00:00'
246
+ self.$refs.paged.$refs.cri.model.endDate = self.data ? self.data.endDate : self.$login.toStandardDateString() + ' 23:59:59'
247
+ // await self.$refs.paged.$refs.cri.search()
248
+ self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
249
+ await self.$MagLoadParams.loadParam()
250
+ }
251
+ export default {
252
+ props:['data'],
253
+ title: '迁表查询',
254
+ data() {
255
+ return {
256
+ data: {},
257
+ other: [],
258
+ footer: [],
259
+ //排序
260
+ orderitem:'f_operate_date desc',
261
+ orderFields: {
262
+ f_operate_date: 'no'
263
+ },
264
+ model: new PagedList('rs/sql/movemeterQuery', 20, {orderitem: this.orderitem?`${this.orderitem}`: " 'f_operate_date desc ' "}),
265
+ criteriaShow: false,
266
+ // headData: ["客户编号", "客户名称", "操作人", "操作日期", "启用状态", "停用原因", "其他停用原因", "同步状态"],
267
+ // bodyData: ["f_userinfo_id", "f_user_name", "f_operator", "f_operate_date", "f_state", "f_comments", "f_othereason", "f_sendsuccess"],
268
+ config: {
269
+ defaultPrint: ['f_userinfo_code', 'f_user_name', 'f_address', 'f_address_new', 'f_metertitles', 'f_metertitles_new', 'f_operate_date', 'f_operator']
270
+ },
271
+ //默认打印列
272
+ defaultfield: [],
273
+ orgCondtionStr: '',
274
+ modelval: [],
275
+ printshow: false,
276
+ all: false,
277
+ fields: {},
278
+ initres: {
279
+ org: [this.$login.f.orgid],
280
+ dep: [],
281
+ user: [],
282
+ },
283
+ show: false,
284
+ rowdata: {},
285
+ thead: '',
286
+ tfoot: '',
287
+ showupload:false,
288
+ selected:{},
289
+ userusetypes: [],
290
+ useinstitutions: [],
291
+ userusenatures: [],
292
+ //合计数据
293
+ sumsmodel: {},
294
+ operattype:[{label: '全部', value: ''},{label: '启用', value: '启用'},{label: '复拆表', value: '复拆表'}]
295
+ }
296
+ },
297
+ ready() {
298
+ readySomething(this).then(() => {
299
+ this.$emit('ready')
300
+ }).catch((error) => {
301
+ this.$emit('error', error)
302
+ })
303
+ },
304
+ methods: {
305
+ userUseInstitutionChange () {
306
+ this.userusenatures = []
307
+ this.$refs.paged.$refs.cri.model.f_user_usenature = ''
308
+ if (this.$refs.paged.$refs.cri.model.f_use_institution) {
309
+ let str = this.$refs.paged.$refs.cri.model.f_use_institution + '使用性质'
310
+ this.userusenatures = this.$appdata.getParam(str)
311
+ }
312
+ },
313
+ userUseTypeChange () {
314
+ this.useinstitutions = []
315
+ this.$refs.paged.$refs.cri.model.f_use_institution = ''
316
+ if (this.$refs.paged.$refs.cri.model.f_user_usetype) {
317
+ let str = this.$refs.paged.$refs.cri.model.f_user_usetype + '机构'
318
+ this.useinstitutions = this.$appdata.getParam(str)
319
+ }
320
+ },
321
+ userTypeChange () {
322
+ this.userusetypes = []
323
+ if(this.$refs.paged.$refs.cri.model !==null) {
324
+ this.$refs.paged.$refs.cri.model.f_use_institution = ''
325
+ let str = this.$refs.paged.$refs.cri.model.f_user_type[0] + '用气类型'
326
+ this.userusetypes = this.$appdata.getParam(str)
327
+ }
328
+ },
329
+ view(row){
330
+ this.showupload = true
331
+ this.selected= row
332
+ },
333
+ getotherfooter() {
334
+ // this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
335
+ // this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
336
+ this.other = [];
337
+ this.footer = [];
338
+ let exportdata = this.getCondition;
339
+ let otherInData = [];
340
+ otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
341
+ let footerData = [], exportfield = this.getfield;
342
+ footerData.push("合计");
343
+ let self = this;
344
+ for (var field in self.sumsmodel) {
345
+ footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
346
+ }
347
+ this.footer.push(footerData);
348
+ this.other.push(otherInData);
349
+ },
350
+ search() {
351
+ this.$refs.paged.$refs.cri.search()
352
+ },
353
+ cancel() {
354
+ this.show = false
355
+ },
356
+ selfSearch(args) {
357
+ if (this.data) {
358
+ this.$parent.$parent.$parent.data.startDate=this.$refs.paged.$refs.cri.model.startDate
359
+ this.$parent.$parent.$parent.data.endDate=this.$refs.paged.$refs.cri.model.endDate
360
+ }
361
+ args.condition = `${args.condition} ` + this.orgCondtionStr
362
+ this.model.search(args.condition, args.model)
363
+ this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
364
+ },
365
+
366
+ clear() {
367
+ //清空部门和人员
368
+ this.$refs.paged.$refs.cri.$refs.sel.$children[1].selectres = []
369
+ //部门和人员变为全选
370
+ this.$refs.paged.$refs.cri.$refs.sel.$children[1].$children[0].isSelectAll = false
371
+ this.$refs.paged.$refs.cri.$refs.sel.$children[2].$children[0].isSelectAll = false
372
+ Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
373
+ this.$refs.paged.$refs.cri.model[key] = []
374
+ })
375
+ },
376
+ dealmsg(val) {
377
+ console.log('---------------dealmsg')
378
+ this.rowdata = val
379
+ this.show = true
380
+ val.model = this.model.model
381
+ this.$dispatch('deal-msg', val)
382
+ },
383
+ hidden() {
384
+ this.criteriaShow = !this.criteriaShow
385
+ },
386
+ getRes(obj) {
387
+ this.orgCondtionStr = obj
388
+ },
389
+ stamp() {
390
+ this.all = false
391
+ //默认选择要打印的列
392
+ this.modelval = defaultPrint.config
393
+ this.fields = this.getfield
394
+ console.log('所有打印字段', this.fields)
395
+ this.printshow = true
396
+ this.put()
397
+ },
398
+ put() {
399
+ // 对Modelval进行排序
400
+ this.sortModelval()
401
+ this.thead = `<tr><th colspan=${this.modelval.length}>启用查询报表</th></tr><tr>`
402
+ for (let key of this.modelval) {
403
+ this.thead += '<th>' + this.fields[key] + '</th>'
404
+ }
405
+ this.thead += '</tr>'
406
+ },
407
+ print() {
408
+ this.$refs.print.PrintAsFile()
409
+ this.printshow = false
410
+ },
411
+ close() {
412
+ this.printshow = false
413
+ this.all = false
414
+ },
415
+ // 对选择的列进行排序
416
+ sortModelval() {
417
+ let sortModel = []
418
+ Object.keys(this.fields).forEach((key) => {
419
+ if (this.modelval.includes(key)) {
420
+ sortModel.push(key)
421
+ }
422
+ })
423
+ this.modelval = sortModel
424
+ console.log('选择的打印的字段', this.modelval)
425
+ },
426
+ sort (field, rule) {
427
+ // 将所有排序方式设为不排序,实现相互排斥
428
+ for (let key in this.orderFields) {
429
+ if (key === field) {
430
+ this.orderFields[key] = rule
431
+ } else {
432
+ this.orderFields[key] = 'no'
433
+ }
434
+ }
435
+ // 如果新规则不排序,还原为默认排序
436
+ if (rule === 'no') {
437
+ this.model.paramSource.orderitem = `'${this.orderitem}'`
438
+ } else {
439
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
440
+ }
441
+
442
+ this.search()
443
+ }
444
+ },
445
+ watch: {
446
+ 'all'(val) {
447
+ if (val) {
448
+ this.modelval = this.bodyData
449
+ } else {
450
+ this.modelval = defaultPrint.config
451
+ this.put()
452
+ }
453
+ },
454
+ sumsmodel: {
455
+ handler: function (val) {
456
+ this.getotherfooter();
457
+ },
458
+ deep: true
459
+ },
460
+ 'modelval.length'() {
461
+ this.put()
462
+ }
463
+ },
464
+ computed: {
465
+ userTypes() {
466
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
467
+ },
468
+ getCondition() {
469
+ return {condition: `${this.$refs.paged.$refs.cri.condition} ` + this.orgCondtionStr,
470
+ orderitem: this.orderitem?`${this.orderitem}`: " f_operate_date desc"}
471
+ },
472
+ getfield() {
473
+ return exportConfig.movemeterConfig
474
+ }
475
+ }
476
+ }
477
+ </script>