apply-clients 3.5.5-8 → 3.5.5-80

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 (90) hide show
  1. package/build/dev-server.js +5 -13
  2. package/package.json +6 -4
  3. package/src/App.vue +25 -25
  4. package/src/apply.js +141 -141
  5. package/src/components/QXClient.js +333 -0
  6. package/src/components/SignTools.js +65 -0
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -2
  9. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  10. package/src/components/product/Install/ContractCharge.vue +3 -3
  11. package/src/components/product/MaterialsManage/MaterialsBase.vue +181 -181
  12. package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -60
  13. package/src/components/product/Process/Processes/contractModel.vue +436 -424
  14. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  16. package/src/filiale/dingcheng/pc/SupervisoryList.vue +441 -441
  17. package/src/filiale/fugou/android/AppAddMaterialScience.vue +20 -16
  18. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -341
  19. package/src/filiale/fugou/android/AppDevicesManagement.vue +3 -1
  20. package/src/filiale/fugou/android/AppExplorationUser.vue +3 -3
  21. package/src/filiale/fugou/android/AppInstallationDetails.vue +2 -1
  22. package/src/filiale/fugou/android/AppServiceControl.vue +11 -7
  23. package/src/filiale/fugou/android/AppZhihuanManagement.vue +3 -1
  24. package/src/filiale/fugou/pc/AddReplacement.vue +511 -340
  25. package/src/filiale/fugou/pc/ApplyChargeList.vue +487 -480
  26. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -0
  27. package/src/filiale/fugou/pc/ExplorationSelect.vue +3 -4
  28. package/src/filiale/fugou/pc/ServiceControl.vue +1720 -1705
  29. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  30. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  31. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  32. package/src/filiale/fugou/pc/devicesManagement.vue +1 -0
  33. package/src/filiale/fugou/pc.js +19 -17
  34. package/src/filiale/gongyi/android/AppDisclosurerecord.vue +214 -214
  35. package/src/filiale/gongyi/android/AppInstallationDetails.vue +500 -500
  36. package/src/filiale/gongyi/android/AppLegacyIssues.vue +309 -309
  37. package/src/filiale/gongyi/android/AppSign.vue +170 -170
  38. package/src/filiale/gongyi/android/AppSupplementalAgreement.vue +298 -298
  39. package/src/filiale/gongyi/android.js +18 -18
  40. package/src/filiale/gongyi/pc/ApplyUpload.vue +371 -371
  41. package/src/filiale/gongyi/pc/PcAddLogs.vue +221 -221
  42. package/src/filiale/gongyi/pc/PcDisclosurerecord.vue +218 -218
  43. package/src/filiale/gongyi/pc/PcLegacyIssues.vue +309 -309
  44. package/src/filiale/gongyi/pc/SupervisoryServiceControl.vue +894 -894
  45. package/src/filiale/gongyi/pc/SupervisoryServiceView.vue +1005 -1005
  46. package/src/filiale/gongyi/pc/addMaterialScience.vue +575 -575
  47. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  48. package/src/filiale/gongyi/pc/supplementalAgreement.vue +277 -277
  49. package/src/filiale/gongyi/pc.js +24 -24
  50. package/src/filiale/hongda/pc/SupervisoryList.vue +422 -422
  51. package/src/filiale/jingyang/pc/SupervisoryList.vue +459 -459
  52. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  53. package/src/filiale/jinhuang/android.js +6 -0
  54. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  55. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +523 -0
  56. package/src/filiale/jinhuang/pc/ServiceControl.vue +7 -0
  57. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  58. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  59. package/src/filiale/jinhuang/pc.js +3 -0
  60. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  61. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +1 -1
  62. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +8 -5
  63. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  64. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  65. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  66. package/src/filiale/ruihua/pc/ServiceControl.vue +2 -1
  67. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +11 -4
  68. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  69. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  70. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +30 -1
  71. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  72. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +219 -43
  73. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  74. package/src/filiale/yangchunboneng/android.js +2 -1
  75. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  76. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  77. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +114 -49
  78. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +4 -2
  79. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  80. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  81. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +54 -42
  82. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +5 -1
  83. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  84. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +411 -0
  85. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +5 -1
  86. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  87. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  88. package/src/filiale/yangchunboneng/pc.js +6 -1
  89. package/src/main.js +1 -1
  90. package/~/chatbot/main.py +0 -57
@@ -54,7 +54,7 @@
54
54
  <label class="font_normal_body">用户编号:</label>
55
55
  <input type="text" style="width:60%" class="input_search" placeholder='用户编号' v-model="model.f_userinfo_code"
56
56
  v-on:keyup.enter="$parent.$parent.search()"
57
- condition="ui.f_userinfo_code like '%{}%'">
57
+ condition="u.f_userinfo_code like '%{}%'">
58
58
  </div>
59
59
  <div class="form-group col-sm-3">
60
60
  <label class="font_normal_body">工程编号:</label>
@@ -418,11 +418,10 @@
418
418
 
419
419
  data.f_sub_state = "新增"
420
420
  data.f_apply_source = "线下发起"
421
- data.f_process_id = await this.getProcessId(data.processname)
422
-
421
+ // data.f_process_id = await this.getProcessId()
422
+ data.workname=data.processname
423
423
  // 调用ExplorationUser事件
424
424
  this.$dispatch('apply', data)
425
-
426
425
  this.applyType = null
427
426
  this.showModal = false
428
427
  },