apply-clients 5.0.35-91 → 5.0.35-94
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/.eslintrc.js +16 -16
- package/package.json +1 -1
- package/src/components/app_apply/ApplyToDoList.vue +312 -312
- package/src/components/app_apply/OneToMany.vue +194 -194
- package/src/components/app_apply/PlaceControler.vue +299 -299
- package/src/components/app_apply/ServiceControl.vue +687 -687
- package/src/components/app_apply/ezhou/ServiceView.vue +745 -745
- 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 +8 -1
- package/src/components/product/Process/ExplorationSelect.vue +646 -640
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +392 -392
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +2156 -2155
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +453 -453
- package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
- package/src/ezhouAndroid.js +48 -48
|
@@ -754,7 +754,14 @@
|
|
|
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.
|
|
757
|
+
if(this.model.f_payment_account==='安泰'){
|
|
758
|
+
this.addItem.f_filiale ='燃气公司.安泰天然气'
|
|
759
|
+
} else if(this.model.f_payment_account==='欣泰'){
|
|
760
|
+
this.addItem.f_filiale ='欣泰工程公司'
|
|
761
|
+
}else{
|
|
762
|
+
this.addItem.f_filiale='迪泰公司'
|
|
763
|
+
}
|
|
764
|
+
// this.addItem.f_filiale = this.model.f_payment_account =='安泰' ? '燃气公司.安泰天然气' : '欣泰工程公司'
|
|
758
765
|
this.addItem.f_process_id = this.infee.f_process_id
|
|
759
766
|
this.addItem.f_apply_num = this.infee.f_apply_num
|
|
760
767
|
this.model.rows.push(this.addItem)
|