apply-clients 3.4.50 → 3.4.52

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 (57) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/apply.js +113 -113
  4. package/src/applyAndroid.js +53 -53
  5. package/src/components/android/AppServiceView.vue +745 -745
  6. package/src/components/android/AppSign.vue +154 -154
  7. package/src/components/android/Process/AppExplorationUser.vue +507 -507
  8. package/src/components/android/Process/AppServiceControl.vue +1708 -1708
  9. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
  10. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -482
  12. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
  13. package/src/components/product/Business/BusinessApply.vue +269 -269
  14. package/src/components/product/Business/CivilApply.vue +269 -269
  15. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -253
  16. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -53
  17. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -376
  18. package/src/components/product/Material/MaterialDetailed.vue +262 -262
  19. package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -360
  20. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -157
  21. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -259
  22. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -168
  23. package/src/components/product/Process/ExplorationSelect.vue +495 -495
  24. package/src/components/product/Process/ExplorationUser.vue +189 -189
  25. package/src/components/product/Process/Processes/InstallationDetails.vue +610 -610
  26. package/src/components/product/Process/Processes/Print/printCharge.vue +166 -166
  27. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
  28. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  29. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  30. package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
  31. package/src/components/product/Process/Service/ServiceControl.vue +26 -21
  32. package/src/components/product/ServiceView.vue +981 -981
  33. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  34. package/src/components/product/Supervisory/SupervisoryList.vue +404 -404
  35. package/src/components/product/VueUtils/ApplyUpload.vue +275 -280
  36. package/src/filiale/gehua/pc/ExplorationSelect.vue +483 -483
  37. package/src/filiale/gehua/pc/ServiceControl.vue +1929 -1929
  38. package/src/filiale/gehua/pc/SupervisoryControl.vue +137 -137
  39. package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
  40. package/src/filiale/gehua/pc/buildOrderList.vue +339 -0
  41. package/src/filiale/gehua/pc/printBuildOrder.vue +243 -0
  42. package/src/filiale/gehua/pc.js +3 -2
  43. package/src/filiale/guangxi/android/Process/AppExplorationUser.vue +503 -503
  44. package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +470 -470
  45. package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
  46. package/src/filiale/guangxi/android/Process/Processes/AppInstallationDetails.vue +482 -482
  47. package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
  48. package/src/filiale/guangxi/android/Process/Processes/AppServiceView.vue +766 -766
  49. package/src/filiale/guangxi/android.js +9 -9
  50. package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
  51. package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +702 -702
  52. package/src/filiale/guangxi/pc/Process/ExplorationSelect.vue +538 -538
  53. package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
  54. package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
  55. package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +482 -482
  56. package/src/filiale/guangxi/pc.js +15 -15
  57. package/src/main.js +23 -23
@@ -1636,23 +1636,23 @@
1636
1636
  && (this.show_data.defname === '报装申请') && this.show_data.button.button_name === '提交'){
1637
1637
  await this.contract_number()
1638
1638
  }
1639
- if(this.show_data.f_apply_type === '散户报建' && this.show_data.defname === '合同签订' && (this.show_data.button.button_name === '保存'||this.show_data.button.button_name === '提交')){
1640
- let dataz = {
1641
- condition: `u.id = ${this.show_data.id}`,
1642
- data: {
1643
- id: this.$login.f.id,
1644
- orgid: this.$login.f.orgid
1645
- }
1646
- }
1647
- let http = new HttpResetClass()
1648
- let restpz = await http.load(
1649
- 'POST',
1650
- `rs/sql/checkuser`,
1651
- {data: dataz},
1652
- {resolveMsg: null, rejectMsg: '报建数据查询失败!!!'}
1653
- )
1654
- this.show_data.actid=restpz.data[0].actid
1655
- }
1639
+ // if(this.show_data.f_apply_type === '散户报建' && this.show_data.defname === '合同签订' && (this.show_data.button.button_name === '保存'||this.show_data.button.button_name === '提交')){
1640
+ // let dataz = {
1641
+ // condition: `u.id = ${this.show_data.id}`,
1642
+ // data: {
1643
+ // id: this.$login.f.id,
1644
+ // orgid: this.$login.f.orgid
1645
+ // }
1646
+ // }
1647
+ // let http = new HttpResetClass()
1648
+ // let restpz = await http.load(
1649
+ // 'POST',
1650
+ // `rs/sql/checkuser`,
1651
+ // {data: dataz},
1652
+ // {resolveMsg: null, rejectMsg: '报建数据查询失败!!!'}
1653
+ // )
1654
+ // this.show_data.actid=restpz.data[0].actid
1655
+ // }
1656
1656
  let res = await this.$resetpost(
1657
1657
  `rs/logic/ApplyProductService`,
1658
1658
  {data: this.show_data},
@@ -1777,6 +1777,7 @@
1777
1777
  // 失去焦点出触发事件
1778
1778
  'onchange' (index) {
1779
1779
  if (this.show_data.defname === '报装申请' || this.show_data.defname === '信息确认') {
1780
+ debugger
1780
1781
  if (
1781
1782
  this.show_data.fields[index].label === '区/县' ||
1782
1783
  this.show_data.fields[index].label === '街道/乡镇' ||
@@ -1791,13 +1792,17 @@
1791
1792
  let f_street = this.getLableValue('街道/乡镇') || ''
1792
1793
  let f_residential_area = this.getLableValue('集收单位') || ''
1793
1794
  let f_building = this.getLableValue('楼号/组') || ''
1794
- let f_building_suffix = f_building ? this.config.f_building_suffix : ''
1795
+ // let f_building_suffix = f_building ? this.config.f_building_suffix : ''
1796
+ let f_building_suffix = f_building ? '号楼' : ''
1795
1797
  let f_unit = this.getLableValue('单元/排') || ''
1796
- let f_unit_suffix = f_unit ? this.config.f_unit_suffix : ''
1798
+ // let f_unit_suffix = f_unit ? this.config.f_unit_suffix : ''
1799
+ let f_unit_suffix = f_unit ? '单元' : ''
1797
1800
  let f_floor = this.getLableValue('楼层') || ''
1798
- let f_floor_suffix = f_floor ? this.config.f_floor_suffix : ''
1801
+ // let f_floor_suffix = f_floor ? this.config.f_floor_suffix : ''
1802
+ let f_floor_suffix = f_floor ? '层' : ''
1799
1803
  let f_room = this.getLableValue('门牌号') || ''
1800
- let f_room_suffix = f_room ? this.config.f_room_suffix : ''
1804
+ // let f_room_suffix = f_room ? this.config.f_room_suffix : ''
1805
+ let f_room_suffix = f_room ? '室' : ''
1801
1806
 
1802
1807
  let f_address = f_pcd + f_street + f_residential_area + f_building + f_building_suffix + f_unit + f_unit_suffix + f_floor + f_floor_suffix + f_room + f_room_suffix
1803
1808
  this.setLabelValue("地址", f_address)