apply-clients 4.1.61 → 4.1.62-weinan
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/index.html +1 -1
- package/package.json +7 -5
- package/src/apply.js +81 -67
- package/src/applyAndroid.js +16 -3
- package/src/assets//345/210/240/351/231/244.png +0 -0
- package/src/components/app_apply/AppChargeManagement.vue +749 -0
- package/src/components/app_apply/AppInstallationDetails.vue +529 -0
- package/src/components/app_apply/AppProcessSupervisory.vue +214 -0
- package/src/components/app_apply/AppSupervisoryCart.vue +68 -0
- package/src/components/app_apply/AppTakePic.vue +146 -0
- package/src/components/app_apply/AppdevicesDetails.vue +867 -0
- package/src/components/app_apply/ApplyInfo.vue +1 -1
- package/src/components/app_apply/ApplyToDoList.vue +213 -86
- package/src/components/app_apply/PlaceControler.vue +51 -35
- package/src/components/app_apply/ServiceControl.vue +185 -12
- package/src/components/app_apply/ServiceView.vue +50 -11
- package/src/components/app_apply/materialshoufei.vue +243 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +6 -5
- package/src/components/product/Function/InstallInfoSelect.vue +40 -27
- package/src/components/product/Function/StopApplyCrrdList.vue +1 -1
- package/src/components/product/Function/functions/StopInstall.vue +7 -1
- package/src/components/product/Process/ExplorationSelect.vue +377 -355
- package/src/components/product/Process/ExplorationUser.vue +2 -2
- package/src/components/product/Process/Processes/InstallationDetails.vue +515 -452
- package/src/components/product/Process/Processes/UserFireInfo.vue +409 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +1597 -255
- package/src/components/product/Process/Processes/addressAndUserinfoManagementPro.vue +1221 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +545 -539
- package/src/components/product/Process/Processes/devicesDetails.vue +843 -0
- package/src/components/product/Process/Processes/materialshoufei.vue +187 -0
- package/src/components/product/Process/Processes/printCharge.vue +4 -4
- package/src/components/product/Process/Processes/recordcancel.vue +50 -50
- package/src/components/product/Process/Processes/selectUserinfo.vue +199 -0
- package/src/components/product/Process/Processes/splitMaterial.vue +358 -0
- package/src/components/product/Process/Service/ServiceControl.vue +709 -82
- package/src/components/product/Process/ShowBackReason.vue +1 -0
- package/src/components/product/ServiceView.vue +816 -790
- package/src/components/product/Stop/StopApply.vue +101 -0
- package/src/components/product/Stop/StopApplyList.vue +266 -0
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +6 -0
- package/src/components/product/Supervisory/SupervisoryControl.vue +124 -119
- package/src/components/product/Supervisory/SupervisoryList.vue +40 -27
- package/src/components/product/Supervisory/SupervisoryhCart.vue +0 -7
- package/src/components/product/Test.vue +8 -4
- package/src/components/product/VueUtils/ApplyUpload.vue +22 -7
- package/src/main.js +2 -0
- package/static/images/lefticon//347/237/251/345/275/2421183.png +0 -0
- package/dist.rar +0 -0
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<tab :header='selectdata.defname'>
|
|
10
10
|
<service-control v-ref:service :selectdata="selectdata"></service-control>
|
|
11
11
|
</tab>
|
|
12
|
-
<tab header='附件'>
|
|
12
|
+
<!-- <tab header='附件'>
|
|
13
13
|
<apply-upload :blodid="selectdata.f_process_id"
|
|
14
14
|
:isupload = "true"
|
|
15
15
|
:isdelete="true"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
:issearch="true"
|
|
20
20
|
:defname="selectdata.defname">
|
|
21
21
|
</apply-upload>
|
|
22
|
-
</tab
|
|
22
|
+
</tab>-->
|
|
23
23
|
</tabset>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|