apply-clients 3.4.98-2 → 3.4.98-21
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.
- package/build/dev-server.js +2 -10
- package/package.json +3 -2
- package/src/App.vue +6 -11
- package/src/applyAndroid.js +1 -0
- package/src/components/android/AppSign.vue +9 -10
- package/src/components/android/Ignition/VentilationIgnition.vue +312 -312
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +353 -353
- package/src/components/android/Process/AppServiceControl.vue +1738 -1734
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +476 -476
- package/src/components/product/Function/InstallInfoSelect.vue +326 -326
- package/src/components/product/Ignition/IgnitionListManage.vue +420 -420
- package/src/components/product/Install/ContractCharge.vue +210 -210
- package/src/components/product/Material/MaterialDetailed.vue +268 -268
- package/src/components/product/Material/Materiallist.vue +74 -74
- package/src/components/product/Material/Materialmanger.vue +58 -58
- package/src/components/product/Process/ExplorationSelect.vue +491 -491
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +203 -203
- package/src/components/product/Process/Service/ServiceControl.vue +2 -2
- package/src/components/product/Process/ShowBackReason.vue +40 -40
- package/src/components/product/Stop/StopApplyList.vue +278 -278
- package/src/components/product/Supervisory/SupervisoryControl.vue +140 -140
- package/src/components/product/Supervisory/SupervisoryList.vue +27 -0
- package/src/filiale/gongyi/pc/ServiceControl.vue +1926 -0
- package/src/filiale/gongyi/pc.js +6 -0
- package/src/filiale/guzhou/pc/ServiceControl.vue +1926 -0
- package/src/filiale/guzhou/pc.js +6 -0
- package/src/filiale/hongda/pc/FunctionServiceControl.vue +21 -0
- package/src/filiale/hongda/pc/printChargepc.vue +114 -114
- package/src/filiale/hongda/pc/printactivatecard.vue +151 -151
- package/src/filiale/hongda/pc/printrefit.vue +3 -1
- package/src/filiale/huayinyihua/pc/StopApplyList.vue +271 -0
- package/src/filiale/huayinyihua/pc/SupervisoryList.vue +363 -0
- package/src/filiale/huayinyihua/pc.js +7 -0
- package/src/filiale/linzhou/pc/ApplyChargeList.vue +486 -486
- package/src/filiale/linzhou/pc/ServiceControl.vue +1968 -1968
- package/src/filiale/linzhou/pc/devicesManagement.vue +494 -494
- package/src/filiale/linzhou/pc.js +10 -10
- package/src/filiale/qianneng/android/AppAddMaterialScience.vue +477 -477
- package/src/filiale/qianneng/android/AppExplorationUser.vue +447 -447
- package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -1608
- package/src/filiale/qianneng/android/AppServiceView.vue +761 -761
- package/src/filiale/qianneng/android/AppSign.vue +152 -152
- package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
- package/src/filiale/qianneng/android.js +12 -12
- package/src/filiale/qianneng/pc/ApplyUpload.vue +290 -290
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +685 -685
- package/src/filiale/qianneng/pc/ExplorationUser.vue +189 -189
- package/src/filiale/qianneng/pc/InstallationDetails.vue +561 -561
- package/src/filiale/qianneng/pc/ServiceView.vue +1118 -1118
- package/src/filiale/qianneng/pc/SupervisoryList.vue +344 -344
- package/src/filiale/qianneng/pc/SupervisoryhCart.vue +127 -127
- package/src/filiale/qianneng/pc/addMaterialScience.vue +464 -464
- package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +389 -389
- package/src/filiale/qianneng/pc/devicesManagement.vue +484 -484
- package/src/filiale/qianneng/pc/printactivatecard.vue +295 -295
- package/src/filiale/qianneng/pc.js +26 -26
- package/src/filiale/yangchunboneng/android/AppAddMaterialScience.vue +390 -0
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +108 -0
- package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +552 -0
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +507 -0
- package/src/filiale/yangchunboneng/android/chargesList.vue +173 -0
- package/src/filiale/yangchunboneng/android.js +6 -0
- package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +594 -546
- package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +375 -375
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +469 -469
- package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +364 -357
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +1739 -1734
- package/src/filiale/yangchunboneng/pc/ServiceView.vue +1004 -0
- package/src/filiale/yangchunboneng/pc/addMaterialScience.vue +374 -0
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +955 -1011
- package/src/filiale/yangchunboneng/pc/devicesManagement.vue +511 -0
- package/src/filiale/yangchunboneng/pc.js +16 -13
- package/src/main.js +1 -1