apply-clients 5.0.35-79 → 5.0.35-81
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/apply.js +1 -0
- 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 +736 -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 +587 -587
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +1 -1
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +7 -16
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +486 -0
- 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 +6 -2
- 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/stopInfo/ApplyStopInfo.vue +281 -281
- package/src/ezhouAndroid.js +48 -48
|
@@ -442,7 +442,9 @@
|
|
|
442
442
|
f_payment_method: '',
|
|
443
443
|
f_charging_status: '有效',
|
|
444
444
|
f_is_correct: '否',
|
|
445
|
-
f_bill_style: ''
|
|
445
|
+
f_bill_style: '',
|
|
446
|
+
f_charge_user: '',
|
|
447
|
+
f_charge_address: ''
|
|
446
448
|
},
|
|
447
449
|
charges: [{f_project_item: '合同总额', f_amount: 0, f_price: 0, f_money: 0}],
|
|
448
450
|
// 启用发票管理需要对票号进行验证
|
|
@@ -603,7 +605,9 @@
|
|
|
603
605
|
f_apply_num: '',
|
|
604
606
|
f_charging_status: '有效',
|
|
605
607
|
f_is_correct: '否',
|
|
606
|
-
f_bill_style: ''
|
|
608
|
+
f_bill_style: '',
|
|
609
|
+
f_charge_user: '',
|
|
610
|
+
f_charge_address: ''
|
|
607
611
|
}
|
|
608
612
|
|
|
609
613
|
// this.$dispatch('refresh', this.model)
|