apply-clients 5.0.35-88 → 5.0.35-90
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/ServiceControl.vue +4 -57
- package/src/components/product/Common/PrintBill.vue +121 -121
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +586 -586
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +132 -132
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +340 -340
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +490 -490
- 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 +1 -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/Supervisory/Service/SupervisoryServiceControl.vue +453 -453
- package/src/components/product/Supervisory/SupervisoryList.vue +409 -409
- package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
- package/src/ezhouAndroid.js +48 -48
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
this.addItem.f_charge_collectors = this.$login.f.name
|
|
755
755
|
this.addItem.f_charge_date = this.model.f_charge_date
|
|
756
756
|
this.addItem.f_charge_remarks = this.model.f_charge_remarks
|
|
757
|
-
this.addItem.f_filiale = this.model.f_payment_account =='安泰' ? '
|
|
757
|
+
this.addItem.f_filiale = this.model.f_payment_account =='安泰' ? '燃气公司.安泰天然气' : '欣泰工程公司'
|
|
758
758
|
this.addItem.f_process_id = this.infee.f_process_id
|
|
759
759
|
this.addItem.f_apply_num = this.infee.f_apply_num
|
|
760
760
|
this.model.rows.push(this.addItem)
|