manage-client 3.3.19 → 3.3.20

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.
@@ -0,0 +1,574 @@
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
+ <criteria-paged :model="model" v-ref:paged @sort="sort">
6
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
7
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
8
+ <div class="row">
9
+ <div class="col-sm-2 form-group">
10
+ <label for="startDate" class="font_normal_body">开始日期</label>
11
+ <datepicker id="startDate" placeholder="开始日期" style="width:60%"
12
+ v-model="model.startDate"
13
+ :value.sync="model.startDate"
14
+ :format="'yyyy-MM-dd HH:mm:ss'"
15
+ :show-reset-button="true"
16
+ condition="f_hand_date >= '{}'">
17
+ </datepicker>
18
+ </div>
19
+ <div class="col-sm-2 form-group">
20
+ <label for="endDate" class="font_normal_body">结束日期</label>
21
+ <datepicker id="endDate" placeholder="结束日期" style="width:60%"
22
+ v-model="model.endDate"
23
+ :value.sync="model.endDate"
24
+ :format="'yyyy-MM-dd HH:mm:ss'"
25
+ :show-reset-button="true"
26
+ condition="f_hand_date <= '{}'">
27
+ </datepicker>
28
+ </div>
29
+ <div class="col-sm-2 form-group">
30
+ <label class="font_normal_body">客户编号</label>
31
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
32
+ condition="f_userinfo_code = '{}' " placeholder="客户编号">
33
+ </div>
34
+ <div class="col-sm-2 form-group">
35
+ <label class="font_normal_body" title="旧客户编号">档案编号</label>
36
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
37
+ condition="f_olduserinfo_code = '{}' " placeholder="档案编号">
38
+ </div>
39
+
40
+ <div class="span" style="float:right;">
41
+ <button class="button_search button_spacing" @click="search()">查询</button>
42
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
43
+ <export-excel :data="$parent.$parent.getCondition"
44
+ :field="$parent.$parent.getfield"
45
+ sqlurl="rs/logic/exportfile" sql-name="cardhandplanQuery" template-name='卡表抄表查询导出'
46
+ :choose-col="true"></export-excel>
47
+ <print-data :model="$parent.model" :field="$parent.$parent.getfield"
48
+ :defaultfield="$parent.$parent.defaultfield" print-name="抄表查询打印"
49
+ :sumsmodel="$parent.$parent.sumsmodel"></print-data>
50
+
51
+ <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>
52
+ </div>
53
+ </div>
54
+ <div class="row" v-show="$parent.$parent.criteriaShow">
55
+ <div class="col-sm-2 form-group">
56
+ <label class="font_normal_body">客户名称</label>
57
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
58
+ condition="f_user_name = '{}'" placeholder="客户名称">
59
+ </div>
60
+ <div class="col-sm-2 form-group">
61
+ <label class="font_normal_body">客户地址</label>
62
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
63
+ condition="f_address like '%{}%'" placeholder='客户地址'>
64
+ </div>
65
+ <div class="col-sm-2 form-group">
66
+ <label class="font_normal_body">抄表状态</label>
67
+ <v-select :value.sync="model.f_meter_state"
68
+ v-model="model.f_meter_state"
69
+ :options='$parent.$parent.meterstate' placeholder='请选择'
70
+ condition="f_meter_state = '{}'"
71
+ close-on-select></v-select>
72
+ </div>
73
+ <!--<div class="col-sm-2 form-group">
74
+ <label class="font_normal_body">表单状态</label>
75
+ <v-select :value.sync="model.f_hand_state"
76
+ v-model="model.f_hand_state"
77
+ :options='$parent.$parent.handstate' placeholder='请选择'
78
+ condition="f_hand_state = '{}'"
79
+ close-on-select></v-select>
80
+ </div>-->
81
+ <div class="col-sm-2 form-group">
82
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;抄表员</label>
83
+ <v-select :value.sync="model.f_inputtor"
84
+ v-model="model.f_inputtor"
85
+ :options='$parent.$parent.inputtor' placeholder='请选择'
86
+ multiple = "true"
87
+ close-on-select></v-select>
88
+ </div>
89
+ <div class="col-sm-2 form-group">
90
+ <label class="font_normal_body">客户类型</label>
91
+ <v-select :value.sync="model.f_user_type"
92
+ :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
93
+ condition="f_user_type = '{}'"
94
+ close-on-select></v-select>
95
+ </div>
96
+ <!--<div class="col-sm-2 form-group">
97
+ <label class="font_normal_body">是否缴费</label>
98
+ <v-select :value.sync="model.f_whether_pay"
99
+ :options='$parent.$parent.accountsState' placeholder='请选择' v-model="model.f_whether_pay"
100
+ condition="f_whether_pay = '{}'"
101
+ close-on-select></v-select>
102
+ </div>-->
103
+ <res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
104
+ <div class="col-sm-2 form-group">
105
+ <label class="font_normal_body">气价类型</label>
106
+ <v-select :value.sync="model.pricetype" v-model="model.pricetype"
107
+ @change="$parent.$parent.pricetypechanged"
108
+ placeholder='气价类型' :options="$parent.$parent.pricetypes"
109
+ close-on-select v-ref:type>
110
+ </v-select>
111
+ </div>
112
+ <div class="col-sm-2 form-group">
113
+ <label class="font_normal_body">气价名称</label>
114
+ <v-select :value.sync="model.f_price_name"
115
+ v-model="model.f_price_name"
116
+ multiple
117
+ :options="$parent.$parent.getPricenames"
118
+ condition="f_price_name in {}"
119
+ ></v-select>
120
+ </div>
121
+ </div>
122
+ </div>
123
+ </criteria>
124
+
125
+ <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid :classname="$parent.classname">
126
+ <template partial='head'>
127
+ <tr>
128
+ <th>
129
+ <!-- <nobr>客户编号</nobr>-->
130
+ <data-order field="f_userinfo_code" name="客户编号"
131
+ :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
132
+ </th>
133
+ <th>
134
+ <nobr>客户名称</nobr>
135
+ </th>
136
+ <th>
137
+ <data-order field="f_address" name="客户地址"
138
+ :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
139
+ </th>
140
+ <th>
141
+ <nobr>档案编号</nobr>
142
+ </th>
143
+ <th>
144
+ <nobr>表号</nobr>
145
+ </th>
146
+ <th>
147
+ <nobr>上期底数</nobr>
148
+ </th>
149
+ <th>
150
+ <nobr>本期底数</nobr>
151
+ </th>
152
+ <th>
153
+ <nobr>气量</nobr>
154
+ </th>
155
+ <th>
156
+ <nobr>总购气量</nobr>
157
+ </th>
158
+ <th>
159
+ <nobr>余量</nobr>
160
+ </th>
161
+ <th>
162
+ <!-- <nobr>录入日期</nobr>-->
163
+ <data-order field="f_hand_date" name="录入日期"
164
+ :order.sync="$parent.$parent.$parent.orderFields.f_hand_date"></data-order>
165
+ </th>
166
+ <th>
167
+ <nobr>抄表员</nobr>
168
+ </th>
169
+
170
+ <th>
171
+ <nobr>抄表状态</nobr>
172
+ </th>
173
+ <th>
174
+ <nobr>人员</nobr>
175
+ </th>
176
+ <th>
177
+ <nobr>部门</nobr>
178
+ </th>
179
+ <th>
180
+ <nobr>平均用气量</nobr>
181
+ </th>
182
+ <th>
183
+ <nobr>瞬时流量</nobr>
184
+ </th>
185
+ <th>
186
+ <nobr>压力</nobr>
187
+ </th>
188
+ <th>
189
+ <nobr>温度</nobr>
190
+ </th>
191
+ <th>
192
+ <nobr>流量计电量</nobr>
193
+ </th>
194
+ <th>
195
+ <nobr>控制器电量</nobr>
196
+ </th>
197
+ <th>
198
+ <nobr>阀门开关</nobr>
199
+ </th>
200
+ </tr>
201
+ </template>
202
+ <template partial='body'>
203
+ <td style="text-align: center;">
204
+ <nobr>
205
+ <span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_userinfo_code}}</a></span></nobr>
206
+ </td>
207
+ <td style="text-align: center;">
208
+ <nobr>{{row.f_user_name}}</nobr>
209
+ </td>
210
+ <td style="text-align: center;">
211
+ <nobr>{{row.f_address}}</nobr>
212
+ </td>
213
+ <td style="text-align: center;">
214
+ <nobr>{{row.f_olduserinfo_code}}</nobr>
215
+ </td>
216
+ <td style="text-align: center;">
217
+ <nobr>{{row.f_meternumber}}</nobr>
218
+ </td>
219
+ <td style="text-align: center;">
220
+ <nobr>{{row.f_last_tablebase}}</nobr>
221
+ </td>
222
+ <td style="text-align: center;">
223
+ <nobr>{{row.f_tablebase}}</nobr>
224
+ </td>
225
+ <td style="text-align: center;">
226
+ <nobr>{{row.f_real_amount}}</nobr>
227
+ </td>
228
+ <td style="text-align: center;">
229
+ <nobr>{{row.totalgas}}</nobr>
230
+ </td>
231
+ <td style="text-align: center;">
232
+ <nobr>{{row.f_yuliang}}</nobr>
233
+ </td>
234
+ <td style="text-align: center;">
235
+ <nobr>{{row.f_hand_date}}</nobr>
236
+ </td>
237
+ <td style="text-align: center;">
238
+ <nobr>{{row.f_inputtor}}</nobr>
239
+ </td>
240
+
241
+ <td style="text-align: center;">
242
+ <nobr>{{row.f_meter_state}}</nobr>
243
+ </td>
244
+ <td style="text-align: center;">
245
+ <nobr>{{row.f_operator}}</nobr>
246
+ </td>
247
+ <td style="text-align: center;">
248
+ <nobr>{{row.f_depname}}</nobr>
249
+ </td>
250
+ <td style="text-align: center;">
251
+ <nobr>{{row.avg_oughtamount}}</nobr>
252
+ </td>
253
+ <td style="text-align: center;">
254
+ <nobr>{{row.f_instantaneous_flow}}</nobr>
255
+ </td>
256
+ <td style="text-align: center;">
257
+ <nobr>{{row.f_pressure}}</nobr>
258
+ </td>
259
+ <td style="text-align: center;">
260
+ <nobr>{{row.f_temperature}}</nobr>
261
+ </td>
262
+ <td style="text-align: center;">
263
+ <nobr>{{row.f_flowmeter_capacity}}</nobr>
264
+ </td>
265
+ <td style="text-align: center;">
266
+ <nobr>{{row.f_controller_power}}</nobr>
267
+ </td>
268
+ <td style="text-align: center;">
269
+ <nobr>{{row.f_valve_switch}}</nobr>
270
+ </td>
271
+ </template>
272
+ <template partial='foot'></template>
273
+ </data-grid>
274
+ </criteria-paged>
275
+
276
+ </div>
277
+ <modal :show.sync="batchmoneyShow" width="500px" title="反盘导入" v-ref:modal large backdrop="false">
278
+ <article slot="modal-body" class="modal-body">
279
+ <file-upload class="my-file-uploader" name="useraddressUploadFile" action="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
280
+ </article>
281
+ <footer slot="modal-footer" class="modal-footer">
282
+ </footer>
283
+ </modal>
284
+ <div class="flex" v-if="show">
285
+ <user-info-detail-manage :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </template>
290
+
291
+ <script>
292
+ import {PagedList, HttpResetClass} from 'vue-client'
293
+ import defaultPrint from './config/DefaultPrint'
294
+ import exportConfig from './config/exportConfig'
295
+
296
+ let readySomething = async function (self) {
297
+ self.$refs.paged.$refs.cri.model.startDate = self.data ? self.data.startDate : self.$login.toStandardDateString() + ' 00:00:00'
298
+ self.$refs.paged.$refs.cri.model.endDate = self.data ? self.data.endDate : self.$login.toStandardDateString() + ' 23:59:59'
299
+ // self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
300
+ // self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
301
+ // await self.$refs.paged.$refs.cri.search()
302
+ await self.$getConfig(self, 'CardHandplanQuery')
303
+ console.log('抄表查询获取默认配置', self.config)
304
+ self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
305
+ console.log('开始初始化参数', self.defaultfield)
306
+ await self.$MagLoadParams.loadParam()
307
+ // await self.$MagLoadParams.loadParam()
308
+ // self.initParams()
309
+ console.log('开始查询')
310
+ self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
311
+ }
312
+ export default {
313
+ props:['data'],
314
+ title: '卡表抄表查询',
315
+ data() {
316
+ return {
317
+ data: {},
318
+ //排序
319
+ orderitem:'f_input_date desc',
320
+ orderFields: {
321
+ f_input_date : 'no'
322
+ },
323
+ model: new PagedList('rs/sql/cardhandplanQuery', 20, {orderitem: this.orderitem?`${this.orderitem}`: " 'f_input_date desc ' "}, {
324
+ f_real_amount: 0
325
+ }),
326
+ initres: {
327
+ org:[this.$login.f.orgid],
328
+ dep:[],
329
+ user:[],
330
+ },
331
+ f_filialeid: this.$login.f.orgid,
332
+ show:false,
333
+ rowdata:{},
334
+ criteriaShow: false,
335
+ orgCondtionStr: '',
336
+ modelval: [],
337
+ inputtouPerson: [],
338
+ printshow: false,
339
+ all: false,
340
+ fields: {},
341
+ thead: '',
342
+ tfoot: '',
343
+
344
+ // 下拉框
345
+
346
+ //合计数据
347
+ sumsmodel: {},
348
+ defaultfield: [],
349
+ config: {
350
+ defaultPrint: ['f_userinfo_code', 'f_address', 'f_user_name', 'f_meternumber']
351
+ },
352
+ batchmoneyShow:false
353
+ }
354
+ },
355
+ ready() {
356
+ readySomething(this).then(() => {
357
+ this.$emit('ready')
358
+ }).catch((error) => {
359
+ this.$emit('error', error)
360
+ })
361
+ },
362
+ methods: {
363
+ pricetypechanged(){
364
+ this.$refs.paged.$refs.cri.model.f_price_name = []
365
+ },
366
+ Fileinput(){
367
+ this.batchmoneyShow=true;
368
+ },
369
+ search(){
370
+ this.$refs.paged.$refs.cri.search()
371
+ },
372
+ cancel() {
373
+ this.show = false
374
+ },
375
+ selfSearch(args) {
376
+ this.$parent.$parent.$parent.data.startDate=this.$refs.paged.$refs.cri.model.startDate
377
+ this.$parent.$parent.$parent.data.endDate=this.$refs.paged.$refs.cri.model.endDate
378
+ //抄表员查询条件
379
+ this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
380
+ if(this.inputtouPerson.length !== 0){
381
+ let str = JSON.stringify(this.inputtouPerson)
382
+ str = str.replace(/"/g,`'`)
383
+ str = str.replace(/\[/g,``)
384
+ str = str.replace(/\]/g,``)
385
+ //查询多个抄表员时条件
386
+ args.condition += ` and f_inputtor in ( ${str} )`
387
+ }
388
+
389
+ args.condition = `${args.condition} ` + this.orgCondtionStr
390
+ this.model.search(args.condition, args.model)
391
+ this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
392
+ },
393
+ clear() {
394
+ //清空部门和人员
395
+ this.$refs.paged.$refs.cri.$refs.sel.$children[1].selectres = []
396
+ //部门和人员变为全选
397
+ this.$refs.paged.$refs.cri.$refs.sel.$children[1].$children[0].isSelectAll = false
398
+ this.$refs.paged.$refs.cri.$refs.sel.$children[2].$children[0].isSelectAll = false
399
+ Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
400
+ this.$refs.paged.$refs.cri.model[key] = []
401
+ })
402
+ },
403
+ show() {
404
+ this.criteriaShow = true
405
+ },
406
+ hidden() {
407
+ this.criteriaShow = !this.criteriaShow
408
+ },
409
+ getRes(obj) {
410
+ this.orgCondtionStr = obj
411
+ },
412
+ stamp() {
413
+ this.all = false
414
+ //默认选择要打印的列
415
+ this.modelval = defaultPrint.config
416
+ this.fields = this.getfield
417
+ console.log('所有打印字段', this.fields)
418
+ this.printshow = true
419
+ this.put()
420
+ },
421
+ put() {
422
+ // 对Modelval进行排序
423
+ this.sortModelval()
424
+ this.thead = `<tr><th colspan=${this.modelval.length}>收费查询统计报表</th></tr><tr>`
425
+ for (let key of this.modelval) {
426
+ this.thead += '<th>' + this.fields[key] + '</th>'
427
+ }
428
+ this.thead += '</tr>'
429
+ },
430
+ print() {
431
+ this.$refs.print.PrintAsFile()
432
+ this.printshow = false
433
+ },
434
+ dealmsg(val) {
435
+ console.log('---------------dealmsg')
436
+ this.rowdata=val
437
+ this.show=true
438
+ val.model = this.model.model
439
+ this.$dispatch('deal-msg', val)
440
+ },
441
+ close() {
442
+ this.printshow = false
443
+ this.all = false
444
+ },
445
+ // 对选择的列进行排序
446
+ sortModelval() {
447
+ let sortModel = []
448
+ Object.keys(this.fields).forEach((key) => {
449
+ if (this.modelval.includes(key)) {
450
+ sortModel.push(key)
451
+ }
452
+ })
453
+ this.modelval = sortModel
454
+ console.log('选择的打印的字段', this.modelval)
455
+ },
456
+ sort (field, rule) {
457
+ // 将所有排序方式设为不排序,实现相互排斥
458
+ for (let key in this.orderFields) {
459
+ if (key === field) {
460
+ this.orderFields[key] = rule
461
+ } else {
462
+ this.orderFields[key] = 'no'
463
+ }
464
+ }
465
+ // 如果新规则不排序,还原为默认排序
466
+ if (rule === 'no') {
467
+ this.model.paramSource.orderitem = `'${this.orderitem}'`
468
+ } else {
469
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
470
+ }
471
+
472
+ this.search()
473
+ }
474
+ },
475
+ watch: {
476
+ 'all'(val) {
477
+ if (val) {
478
+ this.modelval = this.bodyData
479
+ } else {
480
+ this.modelval = defaultPrint.config
481
+ this.put()
482
+ }
483
+ },
484
+ 'modelval.length'() {
485
+ this.put()
486
+ },
487
+ },
488
+ computed: {
489
+ getPricenames() {
490
+ let f_user_type = this.$refs.paged.$refs.cri.model.f_user_type;
491
+ let pricetype = this.$refs.paged.$refs.cri.model.pricetype;
492
+ console.log("打印一下:",f_user_type,pricetype,this.f_filialeid)
493
+ if(this.$refs.paged.$refs.cri.model !==null) {
494
+ let rs = []
495
+ let priceArr = []
496
+ if ( pricetype.length >0) {
497
+ let params = {
498
+ f_price_type: pricetype[0],
499
+ filter: this.f_filialeid,
500
+ prices: this.prices
501
+ }
502
+ this.$MagGetSaleParam.getPrice(params).forEach((item) => {
503
+ let temp = {}
504
+ temp.label = item.label
505
+ temp.value = item.value.f_price_name
506
+ priceArr.push(temp)
507
+ })
508
+ if(priceArr.length == 0 ){
509
+ rs= [{label: '全部', value: ''}]
510
+ }else{
511
+ rs = [ ...priceArr]
512
+ }
513
+ }
514
+ if (rs.length === 0) {
515
+ console.log('rs读出来是空')
516
+ this.$refs.paged.$refs.cri.model.f_price_name = ''
517
+ }
518
+ return rs
519
+ }
520
+ },
521
+ getCondition() {
522
+ return {condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
523
+ orderitem: this.orderitem?`${this.orderitem}`: " f_input_date desc "}
524
+ },
525
+ getfield() {
526
+ return exportConfig.cardhandplanConfig
527
+ },
528
+ getBankfield(){
529
+ return exportConfig.batchBankConfig
530
+ },
531
+ usertypes() {
532
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
533
+ },
534
+ accountsState() {
535
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
536
+ },
537
+ meterstate() {
538
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表状态')]
539
+ },
540
+ handstate() {
541
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('表单状态')]
542
+ },
543
+ inputtor() {
544
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表员')]
545
+ },
546
+ whetherPay() {
547
+ return [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}]
548
+ },
549
+ pricetypes() {
550
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
551
+ },
552
+ },
553
+ events:{
554
+ 'onFileUpload': function (file, res) {
555
+ if (this.batchmoneyShow) {
556
+ let param = {
557
+ filepath: res.f_downloadpath,
558
+ f_operator: this.$login.f.name,
559
+ f_operatorid: this.$login.f.id,
560
+ f_orgid: this.$login.f.orgid,
561
+ f_orgname: this.$login.f.orgs,
562
+ f_depid: this.$login.f.depids,
563
+ f_depname: this.$login.f.deps
564
+ }
565
+ let http = new HttpResetClass();
566
+ http.load('POST', 'rs/logic/SumSettleFileImport', {data: param}, {
567
+ resolveMsg: null,
568
+ rejectMsg: '上传失败'
569
+ });
570
+ }
571
+ }
572
+ }
573
+ }
574
+ </script>
@@ -21,4 +21,12 @@ export default function () {
21
21
  Vue.component('meter-query', (resolve) => { require(['./MeterQuery'], resolve) })
22
22
  // 档案变更查询
23
23
  Vue.component('changeuser-query', (resolve) => { require(['./ChangeUserQuery'], resolve) })
24
+ // 卡表抄表查询
25
+ Vue.component('card-handplan-query', (resolve) => {
26
+ require(['./CardHandplanQuery'], resolve)
27
+ })
28
+ // 业务查询
29
+ Vue.component('business-manage', (resolve) => {
30
+ require(['./BusinessManage'], resolve)
31
+ })
24
32
  }