apply-clients 5.0.35-81 → 5.0.35-84
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/package.json +1 -1
- package/src/components/app_apply/ApplyToDoList.vue +2820 -2820
- package/src/components/app_apply/Gongcheng.vue +3631 -3631
- package/src/components/app_apply/ServiceControl.vue +740 -736
- package/src/components/app_apply/ezhou/ServiceView.vue +808 -808
- package/src/components/product/Common/PrintBill.vue +121 -121
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
- package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -137
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +586 -587
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +1 -2
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +7 -3
- package/src/components/product/Function/InstallInfoSelect.vue +255 -255
- package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
- package/src/components/product/Function/functions/InstallFee.vue +2 -3
- package/src/components/product/Function/functions/InstallFeeInfo.vue +6 -1
- package/src/components/product/Process/ExplorationSelect.vue +640 -640
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +2 -2
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +2155 -2155
- package/src/components/product/Supervisory/SupervisoryList.vue +409 -401
- package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
- package/src/ezhouAndroid.js +48 -48
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
} else {
|
|
724
724
|
debugger
|
|
725
725
|
//获取购货方信息
|
|
726
|
-
|
|
726
|
+
let http = new HttpResetClass()
|
|
727
727
|
data = {
|
|
728
728
|
tablename: 't_buyer_info',
|
|
729
729
|
condition: `f_process_id = '${this.infee.f_process_id}' and f_apply_num = '${this.infee.f_apply_num}' `
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
let flag2 = this.accSub(Number(this.model.f_unaccounts_money), Number(this.model.f_charge_money))
|
|
745
745
|
|
|
746
746
|
|
|
747
|
-
|
|
747
|
+
http = new HttpResetClass()
|
|
748
748
|
console.log('f_charge_money' + Number(this.model.f_charge_money))
|
|
749
749
|
console.log('f_unaccounts_money' + Number(this.model.f_unaccounts_money))
|
|
750
750
|
this.addItem.f_charge_money = this.model.f_charge_money
|
|
@@ -1068,7 +1068,6 @@
|
|
|
1068
1068
|
rejectMsg: '获取用户信息失败!'
|
|
1069
1069
|
})
|
|
1070
1070
|
console.dir(userinfores.data)
|
|
1071
|
-
console.log(userinfores.data[0].f_charging_status=='有效'?'已缴':'未缴')
|
|
1072
1071
|
this.userinfoRow.rows = userinfores.data;
|
|
1073
1072
|
|
|
1074
1073
|
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
<label class = "col-sm-5 control-label">用户类型:</label>
|
|
27
27
|
<span class = "col-sm-7">{{model.f_user_type}}</span>
|
|
28
28
|
</div>
|
|
29
|
+
<div class="row">
|
|
30
|
+
<label class = "col-sm-5 control-label">支付账户:</label>
|
|
31
|
+
<span class = "col-sm-7">{{model.f_payment_account}}</span>
|
|
32
|
+
</div>
|
|
29
33
|
<div class="row">
|
|
30
34
|
<label class = "col-sm-5 control-label">申请户数:</label>
|
|
31
35
|
<span class = "col-sm-7">{{model.f_user_type}}</span>
|
|
@@ -96,7 +100,8 @@
|
|
|
96
100
|
f_user_type: '无',
|
|
97
101
|
f_house_type: '无',
|
|
98
102
|
f_residential_area: '无',
|
|
99
|
-
f_apply_remarks: '无'
|
|
103
|
+
f_apply_remarks: '无',
|
|
104
|
+
f_payment_account: '无'
|
|
100
105
|
}
|
|
101
106
|
}
|
|
102
107
|
},
|