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
@@ -136,6 +136,7 @@ import { PagedList } from 'vue-client'
136
136
  import {HttpResetClass} from 'vue-client'
137
137
  import Vue from 'vue'
138
138
  import co from 'co'
139
+ import * as Util from '../../../components/Util'
139
140
  let insert = async function (self) {
140
141
  let param = {
141
142
  processid: self.selectdata.f_process_id,
@@ -664,6 +665,7 @@ export default {
664
665
  /* this.selectItem.f_amount = this.selectItem.f_amount*/
665
666
  this.selectItem.f_apply_num=this.selectdata.f_apply_num
666
667
  this.selectItem.f_process_id=this.selectdata.f_process_id
668
+ this.selectItem.f_material_time=Util.toStandardTimeString()
667
669
  let data = {
668
670
  tablename: 't_materials_detailed',
669
671
  parameters: this.selectItem