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.
Files changed (22) hide show
  1. package/package.json +1 -1
  2. package/src/components/app_apply/ApplyToDoList.vue +2820 -2820
  3. package/src/components/app_apply/Gongcheng.vue +3631 -3631
  4. package/src/components/app_apply/ServiceControl.vue +740 -736
  5. package/src/components/app_apply/ezhou/ServiceView.vue +808 -808
  6. package/src/components/product/Common/PrintBill.vue +121 -121
  7. package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
  8. package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -137
  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/EngineeringSupervisoryList.vue +340 -340
  12. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +7 -3
  13. package/src/components/product/Function/InstallInfoSelect.vue +255 -255
  14. package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
  15. package/src/components/product/Function/functions/InstallFee.vue +1154 -1154
  16. package/src/components/product/Function/functions/InstallFeeInfo.vue +6 -1
  17. package/src/components/product/Process/ExplorationSelect.vue +640 -640
  18. package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +392 -392
  19. package/src/components/product/Process/Processes/Service/ServiceControl.vue +2155 -2155
  20. package/src/components/product/Supervisory/SupervisoryList.vue +409 -401
  21. package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
  22. 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
  },