apply-clients 3.4.3 → 3.4.4
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/package.json +1 -1
- package/src/AndroidApp.vue +18 -18
- package/src/android.js +1 -1
- package/src/apply.js +39 -20
- package/src/applyAndroid.js +23 -9
- package/src/components/android/AppOnetomany.vue +47 -5
- package/src/components/android/AppServiceView.vue +745 -566
- package/src/components/android/AppSign.vue +154 -142
- package/src/components/android/AppTakePic.vue +11 -11
- package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
- package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
- package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
- package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
- package/src/components/android/Function/AppInstallFunction.vue +366 -0
- package/src/components/android/Process/AppExplorationUser.vue +217 -37
- package/src/components/android/Process/AppServiceControl.vue +1708 -757
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
- package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
- package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -456
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
- package/src/components/android/Process/Processes/selectApply.vue +250 -0
- package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -121
- package/src/components/common/TabButton.vue +149 -0
- package/src/components/common/Tabs.vue +67 -0
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/txt.jpg +0 -0
- package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
- package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
- package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
- package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
- package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
- package/src/components/product/Function/InstallFunction.vue +3 -2
- package/src/components/product/Function/InstallInfoSelect.vue +41 -21
- package/src/components/product/Function/Service/FunctionServiceControl.vue +96 -71
- package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
- package/src/components/product/Install/InstallProject.vue +194 -0
- package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
- package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
- package/src/components/product/OldApply/OldApply.vue +209 -0
- package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
- package/src/components/product/Onetomany.vue +40 -11
- package/src/components/product/Process/ExplorationSelect.vue +495 -417
- package/src/components/product/Process/ExplorationUser.vue +145 -94
- package/src/components/product/Process/Processes/InstallationDetails.vue +610 -592
- package/src/components/product/Process/Processes/Print/printCharge.vue +166 -142
- package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
- package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +4 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +656 -638
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
- package/src/components/product/Process/Processes/selectApply.vue +2 -2
- package/src/components/product/Process/Service/ServiceControl.vue +628 -10
- package/src/components/product/Process/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +981 -631
- package/src/components/product/Stop/StopApply.vue +26 -30
- package/src/components/product/Stop/StopApplyList.vue +27 -25
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +732 -34
- package/src/components/product/Supervisory/SupervisoryControl.vue +38 -1
- package/src/components/product/Supervisory/SupervisoryList.vue +404 -233
- package/src/components/product/Supervisory/SupervisoryhCart.vue +51 -28
- package/src/components/product/VueUtils/ApplyUpload.vue +40 -38
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
- package/src/components/product/VueUtils/ToolsPage.vue +51 -0
- package/src/components/product/VueUtils/Tree.vue +330 -0
- package/src/expandcssAndroid.less +362 -879
- package/src/main.js +3 -0
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
:isdelete="false"
|
|
20
20
|
:isusetype="true"
|
|
21
21
|
:isremark = "true"
|
|
22
|
-
:takeimg="
|
|
22
|
+
:takeimg="true"
|
|
23
23
|
:issearch="true"
|
|
24
24
|
:defname="selectdata.defname">
|
|
25
25
|
</apply-upload>
|
|
@@ -63,6 +63,32 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
events: {
|
|
66
|
+
// 刷新控制层
|
|
67
|
+
async 'breakControl' (servicedata) {
|
|
68
|
+
|
|
69
|
+
if (servicedata.id) {
|
|
70
|
+
let data = {
|
|
71
|
+
condition: `u.id = ${servicedata.id}`,
|
|
72
|
+
data: {
|
|
73
|
+
orgid: this.$login.f.orgid
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
let res = await this.$resetpost(
|
|
77
|
+
'rs/sql/supervisory',
|
|
78
|
+
{data: data},
|
|
79
|
+
{resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
|
|
80
|
+
)
|
|
81
|
+
this.selectdata = Object.assign({}, this.selectdata, res.data[0])
|
|
82
|
+
} else {
|
|
83
|
+
this.selectdata = servicedata
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
this.showtotal = false
|
|
87
|
+
this.$nextTick(() => {
|
|
88
|
+
this.showtotal = true
|
|
89
|
+
})
|
|
90
|
+
|
|
91
|
+
},
|
|
66
92
|
'onMessage' (data) {
|
|
67
93
|
console.log('接收消息')
|
|
68
94
|
console.log(data)
|
|
@@ -71,6 +97,7 @@
|
|
|
71
97
|
}
|
|
72
98
|
},
|
|
73
99
|
async 'apply' (val) {
|
|
100
|
+
this.selectdata = null
|
|
74
101
|
this.selectdata = val
|
|
75
102
|
this.showtotal = false
|
|
76
103
|
|
|
@@ -91,6 +118,16 @@
|
|
|
91
118
|
this.$refs.query.$refs.cp.pager = true
|
|
92
119
|
// 调用查询
|
|
93
120
|
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
121
|
+
},
|
|
122
|
+
'loadPage' () {
|
|
123
|
+
// 关闭详细
|
|
124
|
+
this.showtotal = false
|
|
125
|
+
// 显示列表数据
|
|
126
|
+
this.showData = true
|
|
127
|
+
// 显示分页
|
|
128
|
+
this.$refs.query.$refs.cp.pager = true
|
|
129
|
+
// 调用查询
|
|
130
|
+
this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
|
|
94
131
|
}
|
|
95
132
|
},
|
|
96
133
|
|