apply-clients 6.0.1 → 6.0.4
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.
- package/build/dev-server.js +72 -72
- package/package.json +1 -1
- package/src/apply.js +219 -219
- package/src/components/apply/base/rightview/InstallCardList2.vue +267 -268
- package/src/components/apply/base/rightview/carddetail/BuildFeeDetail2.vue +77 -77
- package/src/components/apply/base/rightview/carddetail/ChangeFeeDetail2.vue +116 -116
- package/src/components/apply/base/rightview/carddetail/ReduceFeeDetail2.vue +77 -77
- package/src/components/build/Install/ExplorationSelect.vue +308 -308
- package/src/components/build/Install/ExplorationUser.vue +315 -315
- package/src/components/build/Install/InstallFee/AddContract.vue +257 -257
- package/src/components/build/Install/InstallFee/InstallFee.vue +929 -929
- package/src/components/build/Install/InstallFee/InstallInfoSelect.vue +232 -232
- package/src/components/build/Install/InstallFee/PreparationFee.vue +223 -223
- package/src/components/build/Install/InstallFee/PrestoreFee.vue +630 -630
- package/src/components/build/Install/Process/CustomerBuildingMessage.vue +251 -251
- package/src/components/build/Install/Process/CustomerEquipmentMessage.vue +172 -172
- package/src/components/build/Install/Process/CustomerEssentialInfo.vue +1 -1
- package/src/components/build/Install/Process/CustomerFile.vue +423 -423
- package/src/components/build/Install/Process/CustomerMaterialMessage.vue +414 -414
- package/src/components/build/Install/Process/CustomerRecordMessage.vue +10 -10
- package/src/components/build/Install/Process/FeeNormeAndContratSigne.vue +376 -376
- package/src/components/build/Install/Process/MeterType.vue +379 -379
- package/src/components/build/Install/Process/PlaceControler.vue +304 -304
- package/src/components/build/Install/Process/boneng/qbj_placecontroler.vue +1 -1
- package/src/components/build/Install/Process/zhongran/ZR_Construction.vue +388 -388
- package/src/components/build/Install/Process/zhongran/ZR_CustomerEssentialInfo.vue +1 -1
- package/src/components/build/Install/Process/zhongran/ZR_MaterialPlan.vue +259 -259
- package/src/components/build/Install/Process/zhongran/ZR_MaterialPlanExamine.vue +243 -243
- package/src/components/build/Install/Process/zhongran/ZR_PlaceControler.vue +426 -426
- package/src/components/build/Install/Process/zhongran/ZR_PlaceControler_print.vue +187 -187
- package/src/components/build/Install/Process/zhongran/ZR_TestDesign.vue +441 -441
- package/src/components/build/Install/ProcessInfo/ApplyRecordCancel.vue +135 -135
- package/src/components/build/Install/bill/BillGZKMakeInfo.vue +58 -58
- package/src/components/build/Install/bill/BillQRKMakeInfo.vue +79 -79
- package/src/components/build/Install/bill/BillXSDMakeInfo.vue +206 -206
- package/src/components/build/Install/monitor/SupervisoryControl.vue +178 -178
- package/src/main.js +25 -25
- package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/built.bin +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
- package/yarn.lock +0 -8074
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
}
|
|
328
328
|
let self = this
|
|
329
329
|
let http = new HttpResetClass()
|
|
330
|
-
let res = await http.load('POST', 'rs/sql/
|
|
330
|
+
let res = await http.load('POST', 'rs/sql/applysingleTable', {data: data}, {
|
|
331
331
|
resolveMsg: null,
|
|
332
332
|
rejectMsg: '获取户档案信息失败'
|
|
333
333
|
})
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
condition: `f_userinfo_id=${res.data[i].f_userinfo_id}`
|
|
345
345
|
}
|
|
346
346
|
http = new HttpResetClass()
|
|
347
|
-
let resUserfiles = await http.load('POST', 'rs/sql/
|
|
347
|
+
let resUserfiles = await http.load('POST', 'rs/sql/applysingleTable', {data: data}, {
|
|
348
348
|
resolveMsg: null,
|
|
349
349
|
rejectMsg: '获取表档案信息失败'
|
|
350
350
|
})
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
condition: `id=${resUserfiles.data[i].f_gasbrand_id}`
|
|
358
358
|
}
|
|
359
359
|
http = new HttpResetClass()
|
|
360
|
-
let resGasbrand = await http.load('POST', 'rs/sql/
|
|
360
|
+
let resGasbrand = await http.load('POST', 'rs/sql/applysingleTable', {data: data}, {
|
|
361
361
|
resolveMsg: null,
|
|
362
362
|
rejectMsg: '获取档案信息失败'
|
|
363
363
|
})
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
condition: `id=${resUserfiles.data[i].f_gasmodel_id}`
|
|
368
368
|
}
|
|
369
369
|
http = new HttpResetClass()
|
|
370
|
-
let resModel = await http.load('POST', 'rs/sql/
|
|
370
|
+
let resModel = await http.load('POST', 'rs/sql/applysingleTable', {data: data}, {
|
|
371
371
|
resolveMsg: null,
|
|
372
372
|
rejectMsg: '获取档案信息失败'
|
|
373
373
|
})
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
tablename: 't_devices',
|
|
388
388
|
condition: 'f_process_id=' + '\'' + String(this.selectdata.f_process_id) + '\''
|
|
389
389
|
}// eqBodyData: ['f_userinfo_id', 'f_devices_no', 'f_devices_type', 'f_brand','f_devices_model','f_devices_num'],
|
|
390
|
-
this.$resetpost('rs/sql/
|
|
390
|
+
this.$resetpost('rs/sql/applysingleTable', {data: data}, {resolveMsg: null, rejectMsg: '查询失败'})
|
|
391
391
|
.then((dev) => {
|
|
392
392
|
self.model.rows.push({
|
|
393
393
|
f_userinfo_id: res.data[i].f_userinfo_id,
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
condition: `f_userinfo_id=${row.f_userinfo_id}`
|
|
508
508
|
}
|
|
509
509
|
http = new HttpResetClass()
|
|
510
|
-
let resGasbrand = http.load('POST', 'rs/sql/
|
|
510
|
+
let resGasbrand = http.load('POST', 'rs/sql/applysingleTable', {data: data}, {
|
|
511
511
|
resolveMsg: null,
|
|
512
512
|
rejectMsg: '获取档案信息失败'
|
|
513
513
|
})
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
condition: `f_meter_brand= '${_this.selectItem.f_meter_brand}'`
|
|
582
582
|
}
|
|
583
583
|
http = new HttpResetClass()
|
|
584
|
-
http.load('POST', 'rs/sql/
|
|
584
|
+
http.load('POST', 'rs/sql/applysingleTable', {data: data}).then((res) => {
|
|
585
585
|
if (res.data.length > 0) {
|
|
586
586
|
//表型号
|
|
587
587
|
data = {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
condition: `f_meter_style= '${_this.selectItem.f_meter_style}'`
|
|
590
590
|
}
|
|
591
591
|
http = new HttpResetClass()
|
|
592
|
-
http.load('POST', 'rs/sql/
|
|
592
|
+
http.load('POST', 'rs/sql/applysingleTable', {data: data}).then((re) => {
|
|
593
593
|
if (re.data.length > 0) {
|
|
594
594
|
this.selectItem.version = 1
|
|
595
595
|
this.selectItem.f_table_state = '正常'
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
condition: `f_meter_brand= '${this.selectItem.f_meter_brand}'`
|
|
630
630
|
}
|
|
631
631
|
let http = new HttpResetClass()
|
|
632
|
-
http.load('POST', 'rs/sql/
|
|
632
|
+
http.load('POST', 'rs/sql/applysingleTable', {data: data}).then((res) => {
|
|
633
633
|
if (res.data.length > 0) {
|
|
634
634
|
//表型号
|
|
635
635
|
data = {
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
condition: `f_meter_style= '${this.selectItem.f_meter_style}'`
|
|
638
638
|
}
|
|
639
639
|
http = new HttpResetClass()
|
|
640
|
-
http.load('POST', 'rs/sql/
|
|
640
|
+
http.load('POST', 'rs/sql/applysingleTable', {data: data}).then((re) => {
|
|
641
641
|
if (re.data.length > 0) {
|
|
642
642
|
this.selectItem.f_gasbrand_id = res.data[0].id
|
|
643
643
|
this.selectItem.f_gasmodel_id = re.data[0].id
|