apply-clients 3.4.64 → 3.4.66
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 +2 -2
- package/dist-android/static/18.js +2 -2
- package/dist-android/static/18.js.map +1 -1
- package/dist-android/static/19.js +2 -2
- package/dist-android/static/19.js.map +1 -1
- package/dist-android/static/24.js +2 -2
- package/dist-android/static/24.js.map +1 -1
- package/dist-android/static/25.js +2 -2
- package/dist-android/static/25.js.map +1 -1
- package/dist-android/static/26.js +2 -2
- package/dist-android/static/26.js.map +1 -1
- package/dist-android/static/28.js +2 -2
- package/dist-android/static/28.js.map +1 -1
- package/dist-android/static/30.js +2 -2
- package/dist-android/static/30.js.map +1 -1
- package/dist-android/static/34.js +2 -2
- package/dist-android/static/34.js.map +1 -1
- package/dist-android/static/43.js +2 -2
- package/dist-android/static/43.js.map +1 -1
- package/dist-android/static/47.js +2 -2
- package/dist-android/static/47.js.map +1 -1
- package/dist-android/static/50.js +2 -2
- package/dist-android/static/50.js.map +1 -1
- package/dist-android/static/52.js +2 -2
- package/dist-android/static/52.js.map +1 -1
- package/dist-android/static/53.js +2 -2
- package/dist-android/static/53.js.map +1 -1
- package/dist-android/static/54.js +2 -2
- package/dist-android/static/54.js.map +1 -1
- package/dist-android/static/60.js +2 -2
- package/dist-android/static/60.js.map +1 -1
- package/dist-android/static/63.js +2 -2
- package/dist-android/static/63.js.map +1 -1
- package/dist-android/static/64.js +2 -2
- package/dist-android/static/64.js.map +1 -1
- package/dist-android/static/78.js +2 -2
- package/dist-android/static/78.js.map +1 -1
- package/dist-android/static/83.js +2 -2
- package/dist-android/static/83.js.map +1 -1
- package/dist-android/static/84.js +2 -2
- package/dist-android/static/84.js.map +1 -1
- package/dist-android/static/86.js +2 -2
- package/dist-android/static/86.js.map +1 -1
- package/dist-android/static/87.js +2 -2
- package/dist-android/static/87.js.map +1 -1
- package/dist-android/static/89.js +2 -2
- package/dist-android/static/89.js.map +1 -1
- package/dist-android/static/97.js +2 -2
- package/dist-android/static/97.js.map +1 -1
- package/dist-android/static/app.js +80 -80
- package/dist-android/static/app.js.map +1 -1
- package/package.json +4 -3
- package/src/apply.js +5 -0
- package/src/applyAndroid.js +2 -0
- package/src/components/android/AppSign.vue +154 -154
- package/src/components/android/AppTakePic.vue +143 -143
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -344
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -0
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -0
- package/src/components/android/Process/AppServiceControl.vue +1708 -1708
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
- package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -537
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +470 -470
- package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
- package/src/components/product/Ignition/IgnitionDispatch.vue +92 -0
- package/src/components/product/Ignition/IgnitionList.vue +236 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +413 -0
- package/src/components/product/Ignition/IgnitionRecord.vue +357 -0
- package/src/components/product/Process/ExplorationSelect.vue +0 -13
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
- package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
- package/src/components/product/Process/Processes/supplementalAgreement.vue +298 -298
- package/src/components/product/Process/Service/ServiceControl.vue +56 -1
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/Process/ShowBackReason.vue +33 -33
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +882 -882
- package/src/components/product/VueUtils/ApplyUpload.vue +287 -287
- package/src/filiale/gehua/pc/ServiceControl.vue +1938 -1938
- package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
- package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +520 -520
- package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
- package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
- package/src/filiale/guangxi/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
- package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
- package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +724 -724
- package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
- package/src/filiale/guangxi/pc/Process/Service/ShowBackReason.vue +33 -33
- package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
- package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +517 -517
- package/src/filiale/guangxi/pc/Process/ShowBackReason.vue +33 -33
- package/src/filiale/shexian/pc/ExplorationSelect.vue +474 -0
- package/src/filiale/shexian/pc.js +6 -0
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -735
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -621
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1108
- package/dist.7z +0 -0
|
@@ -913,7 +913,27 @@
|
|
|
913
913
|
},
|
|
914
914
|
PrefixInteger(num, n) {
|
|
915
915
|
return (Array(n).join(0) + num).slice(-n);
|
|
916
|
-
}
|
|
916
|
+
},
|
|
917
|
+
// 单价失去焦点
|
|
918
|
+
async priceSum () {
|
|
919
|
+
if (isEmpty(this.show_data.f_price)) {
|
|
920
|
+
return
|
|
921
|
+
}
|
|
922
|
+
let data = {
|
|
923
|
+
operator: '*',
|
|
924
|
+
num1: this.show_data.f_price,
|
|
925
|
+
num2: this.show_data.f_install_count
|
|
926
|
+
}
|
|
927
|
+
let http = new HttpResetClass()
|
|
928
|
+
let res = await http.load(
|
|
929
|
+
'POST',
|
|
930
|
+
`rs/logic/compute`,
|
|
931
|
+
{data: data},
|
|
932
|
+
{resolveMsg: null, rejectMsg: '工程材料费计算失败!!!'}
|
|
933
|
+
)
|
|
934
|
+
|
|
935
|
+
this.setLabelValue('工程材料费', res.data)
|
|
936
|
+
},
|
|
917
937
|
},
|
|
918
938
|
events: {
|
|
919
939
|
'priceType'(index){
|
|
@@ -1422,6 +1442,41 @@
|
|
|
1422
1442
|
}
|
|
1423
1443
|
}
|
|
1424
1444
|
},
|
|
1445
|
+
// 报建性质失去焦点
|
|
1446
|
+
'applynatureChange' (index) {
|
|
1447
|
+
let f_apply_nature = this.show_data.fields[index].value
|
|
1448
|
+
for (const item of this.show_data.fields) {
|
|
1449
|
+
if (f_apply_nature === '工业') {
|
|
1450
|
+
if ( item.label === '生产用气' || item.label === '每小时用气量_m³' || item.label === '常压锅炉' || item.label === '蒸汽锅炉') {
|
|
1451
|
+
item.hidden = false
|
|
1452
|
+
item.required = true
|
|
1453
|
+
item.value = null
|
|
1454
|
+
}
|
|
1455
|
+
if (item.label === '申请单位') {
|
|
1456
|
+
item.hidden = true
|
|
1457
|
+
item.required = false
|
|
1458
|
+
item.value = null
|
|
1459
|
+
}
|
|
1460
|
+
} else if (f_apply_nature === '商业') {
|
|
1461
|
+
if ( item.label === '生产用气' || item.label === '每小时用气量_m³' || item.label === '常压锅炉' || item.label === '蒸汽锅炉') {
|
|
1462
|
+
item.hidden = true
|
|
1463
|
+
item.required = false
|
|
1464
|
+
item.value = null
|
|
1465
|
+
}
|
|
1466
|
+
if (item.label === '申请单位') {
|
|
1467
|
+
item.hidden = false
|
|
1468
|
+
item.required = true
|
|
1469
|
+
item.value = null
|
|
1470
|
+
}
|
|
1471
|
+
} else {
|
|
1472
|
+
if (item.label === '生产用气' || item.label === '每小时用气量_m³' || item.label === '常压锅炉' || item.label === '蒸汽锅炉'|| item.label === '申请单位') {
|
|
1473
|
+
item.hidden = true
|
|
1474
|
+
item.required = false
|
|
1475
|
+
item.value = null
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1425
1480
|
// 团购转散户初始化
|
|
1426
1481
|
'apply2ReadyEvent' () {
|
|
1427
1482
|
if (this.show_data.f_apply_source === '线下发起') {
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null">
|
|
3
|
-
<span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
<script>
|
|
7
|
-
import {HttpResetClass} from 'vue-client'
|
|
8
|
-
|
|
9
|
-
export default {
|
|
10
|
-
title: '退回原因展示',
|
|
11
|
-
props: ['selectdata'],
|
|
12
|
-
data () {
|
|
13
|
-
return {
|
|
14
|
-
data: null
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
async ready () {
|
|
18
|
-
let data = {
|
|
19
|
-
tablename: 't_backcause',
|
|
20
|
-
condition: `actid = '${this.selectdata.actid}' and f_process_id = '${this.selectdata.f_process_id}'`
|
|
21
|
-
}
|
|
22
|
-
let http = new HttpResetClass()
|
|
23
|
-
let res = await http.load(
|
|
24
|
-
'POST',
|
|
25
|
-
'rs/sql/apply_singleTable',
|
|
26
|
-
{data: data}, {
|
|
27
|
-
resolveMsg: null,
|
|
28
|
-
rejectMsg: '退回原因查询失败!!!'
|
|
29
|
-
})
|
|
30
|
-
this.data = res.data[0]
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null">
|
|
3
|
+
<span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
<script>
|
|
7
|
+
import {HttpResetClass} from 'vue-client'
|
|
8
|
+
|
|
9
|
+
export default {
|
|
10
|
+
title: '退回原因展示',
|
|
11
|
+
props: ['selectdata'],
|
|
12
|
+
data () {
|
|
13
|
+
return {
|
|
14
|
+
data: null
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
async ready () {
|
|
18
|
+
let data = {
|
|
19
|
+
tablename: 't_backcause',
|
|
20
|
+
condition: `actid = '${this.selectdata.actid}' and f_process_id = '${this.selectdata.f_process_id}'`
|
|
21
|
+
}
|
|
22
|
+
let http = new HttpResetClass()
|
|
23
|
+
let res = await http.load(
|
|
24
|
+
'POST',
|
|
25
|
+
'rs/sql/apply_singleTable',
|
|
26
|
+
{data: data}, {
|
|
27
|
+
resolveMsg: null,
|
|
28
|
+
rejectMsg: '退回原因查询失败!!!'
|
|
29
|
+
})
|
|
30
|
+
this.data = res.data[0]
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
</script>
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null">
|
|
3
|
-
<span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
<script>
|
|
7
|
-
import {HttpResetClass} from 'vue-client'
|
|
8
|
-
|
|
9
|
-
export default {
|
|
10
|
-
title: '退回原因展示',
|
|
11
|
-
props: ['selectdata'],
|
|
12
|
-
data () {
|
|
13
|
-
return {
|
|
14
|
-
data: null
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
async ready () {
|
|
18
|
-
let data = {
|
|
19
|
-
tablename: 't_backcause',
|
|
20
|
-
condition: `actid = '${this.selectdata.actid}' and f_process_id = '${this.selectdata.f_process_id}'`
|
|
21
|
-
}
|
|
22
|
-
let http = new HttpResetClass()
|
|
23
|
-
let res = await http.load(
|
|
24
|
-
'POST',
|
|
25
|
-
'rs/sql/apply_singleTable',
|
|
26
|
-
{data: data}, {
|
|
27
|
-
resolveMsg: null,
|
|
28
|
-
rejectMsg: '退回原因查询失败!!!'
|
|
29
|
-
})
|
|
30
|
-
this.data = res.data[0]
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="height: auto;text-align: center" class="col-sm-12" v-if="data != null">
|
|
3
|
+
<span style="color: red;font-family: 微软雅黑;font-weight: bold;font-size: 18px">请注意被退回原因为:{{data.f_back_reason}} 退回时间:{{data.f_date}}</span>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
<script>
|
|
7
|
+
import {HttpResetClass} from 'vue-client'
|
|
8
|
+
|
|
9
|
+
export default {
|
|
10
|
+
title: '退回原因展示',
|
|
11
|
+
props: ['selectdata'],
|
|
12
|
+
data () {
|
|
13
|
+
return {
|
|
14
|
+
data: null
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
async ready () {
|
|
18
|
+
let data = {
|
|
19
|
+
tablename: 't_backcause',
|
|
20
|
+
condition: `actid = '${this.selectdata.actid}' and f_process_id = '${this.selectdata.f_process_id}'`
|
|
21
|
+
}
|
|
22
|
+
let http = new HttpResetClass()
|
|
23
|
+
let res = await http.load(
|
|
24
|
+
'POST',
|
|
25
|
+
'rs/sql/apply_singleTable',
|
|
26
|
+
{data: data}, {
|
|
27
|
+
resolveMsg: null,
|
|
28
|
+
rejectMsg: '退回原因查询失败!!!'
|
|
29
|
+
})
|
|
30
|
+
this.data = res.data[0]
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
</script>
|