apply-clients 5.0.35-83 → 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 -586
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +340 -340
- 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 +1154 -1154
- 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 +392 -392
- 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
|
@@ -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
|
},
|