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.
Files changed (22) hide show
  1. package/.eslintrc.js +16 -16
  2. package/package.json +1 -1
  3. package/src/components/app_apply/ApplyToDoList.vue +312 -312
  4. package/src/components/app_apply/OneToMany.vue +194 -194
  5. package/src/components/app_apply/PlaceControler.vue +299 -299
  6. package/src/components/app_apply/ServiceControl.vue +687 -687
  7. package/src/components/app_apply/ezhou/ServiceView.vue +745 -745
  8. package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
  9. package/src/components/product/EngineeringManagement/EngineeringSelect.vue +586 -586
  10. package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
  11. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +132 -132
  12. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +340 -340
  13. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +490 -490
  14. package/src/components/product/Function/InstallInfoSelect.vue +255 -255
  15. package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
  16. package/src/components/product/Function/functions/InstallFee.vue +8 -1
  17. package/src/components/product/Process/ExplorationSelect.vue +646 -640
  18. package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +392 -392
  19. package/src/components/product/Process/Processes/Service/ServiceControl.vue +2156 -2155
  20. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +453 -453
  21. package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
  22. 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.addItem.f_filiale = this.model.f_payment_account =='安泰' ? '燃气公司.安泰天然气' : '欣泰工程公司'
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)