apply-clients 3.3.217 → 3.4.2
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/android.html +23 -23
- package/build/css-loaders.js +34 -0
- package/build/dev-android.js +101 -0
- package/build/dev-client.js +8 -0
- package/build/dev-server-app.js +76 -0
- package/build/dev-server.js +119 -0
- package/build/example-server.js +80 -0
- package/build/release.sh +28 -0
- package/build/utils.js +80 -0
- package/build/webpack.base.conf.js +84 -0
- package/build/webpack.baseandroid.conf.js +84 -0
- package/build/webpack.dev.conf.js +39 -0
- package/build/webpack.devandroid.conf.js +34 -0
- package/build/webpack.example.conf.js +49 -0
- package/build/webpack.prod.conf.js +60 -0
- package/build/webpack.prodandroid.conf.js +60 -0
- package/build/webpack.test.conf.js +31 -0
- package/index.html +33 -33
- package/package.json +3 -3
- package/src/AndroidApp.vue +35 -30
- package/src/App.vue +20 -20
- package/src/android.js +21 -21
- package/src/apply.js +81 -90
- package/src/applyAndroid.js +32 -53
- package/src/components/android/AppOnetomany.vue +301 -285
- package/src/components/android/AppServiceView.vue +566 -570
- package/src/components/android/AppSign.vue +142 -142
- package/src/components/android/AppTakePic.vue +143 -144
- package/src/components/android/Process/AppExplorationUser.vue +320 -270
- package/src/components/android/Process/AppServiceControl.vue +757 -686
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
- package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
- package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
- package/src/components/android/TaskGraph.vue +125 -0
- package/src/components/build/Install/ExplorationUser.vue +304 -0
- package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/Function/InstallFunction.vue +125 -122
- package/src/components/product/Function/InstallInfoSelect.vue +292 -318
- package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
- package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
- package/src/components/product/Function/functions/StopInstall.vue +106 -0
- package/src/components/product/Onetomany.vue +377 -296
- package/src/components/product/Order/OrderApply.vue +30 -30
- package/src/components/product/Order/OrderApplyList.vue +78 -67
- package/src/components/product/Order/OrderMessage.vue +11 -87
- package/src/components/product/Process/ExplorationSelect.vue +410 -369
- package/src/components/product/Process/ExplorationUser.vue +138 -128
- package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
- package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
- package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
- package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
- package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
- package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
- package/src/components/product/Process/Processes/selectApply.vue +1 -1
- package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +631 -741
- package/src/components/product/Stop/StopApply.vue +103 -103
- package/src/components/product/Stop/StopApplyList.vue +269 -254
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
- package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
- package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
- package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
- package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
- package/src/components/product/VueUtils/HighMeter.vue +208 -0
- package/src/expandcssAndroid.less +1034 -517
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +731 -414
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -456
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -0
- package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -0
- package/src/{components/android/Process/Processes/AppBuildSign.vue → filiale/yuchuan/android/Sign/BuildSign.vue} +50 -47
- package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -0
- package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -0
- package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -0
- package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -0
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
- package/src/filiale/yuchuan/android.js +14 -8
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
- package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
- package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
- package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -131
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -0
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -0
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1074 -517
- package/src/filiale/yuchuan/pc.js +12 -13
- package/src/main.js +23 -23
- package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
- package/src/components/android/Function/AppInstallFunction.vue +0 -330
- package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
- package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
- package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
- package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/yasuobao.jpg +0 -0
- package/src/components/product/Function/Inform.vue +0 -73
- package/src/components/product/Function/MarketSurvey.vue +0 -81
- package/src/components/product/Process/Processes/printCharge.vue +0 -121
- package/src/components/product/Process/ShowBackReason.vue +0 -33
- package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
- package/src/components/product/VueUtils/ToolsPage.vue +0 -51
- package/src/components/product/VueUtils/Tree.vue +0 -330
- package/src/filiale/wuan/android.js +0 -0
- package/src/filiale/wuan/pc.js +0 -4
- package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
- package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
- package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
- package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12 auto">
|
|
3
|
+
<validator name="v">
|
|
4
|
+
<form class="form-horizontal">
|
|
5
|
+
<div class="form-group col-sm-12" style="margin: 100px 0px">
|
|
6
|
+
<div class="col-sm-2">
|
|
7
|
+
<label class="control-label col-sm-12">撤销原因:</label>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="col-sm-10">
|
|
10
|
+
<textarea class="form-control" rows="3" v-model="model.f_cancel_reason"></textarea>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-sm-12 form-group text-center">
|
|
14
|
+
<div class="col-sm-12 form-group text-center">
|
|
15
|
+
<div class="form-group col-sm-6 center-block">
|
|
16
|
+
<label class="col-sm-4">分公司:</label>
|
|
17
|
+
<div class="col-sm-8" style="text-align: left">
|
|
18
|
+
{{model.f_filiale}}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="form-group col-sm-6 center-block">
|
|
22
|
+
<label class="col-sm-4">操作日期:</label>
|
|
23
|
+
<div class="col-sm-8" style="text-align: left">
|
|
24
|
+
{{model.f_date}}
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-sm-12 form-group text-center">
|
|
29
|
+
<div class="form-group col-sm-6 center-block">
|
|
30
|
+
<label class="col-sm-4">部门:</label>
|
|
31
|
+
<div class="col-sm-8" style="text-align: left">
|
|
32
|
+
{{model.f_department}}
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="form-group col-sm-6 center-block">
|
|
36
|
+
<label class="col-sm-4">操作人:</label>
|
|
37
|
+
<div class="col-sm-8" style="text-align: left">
|
|
38
|
+
{{model.f_operator}}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</form>
|
|
44
|
+
</validator>
|
|
45
|
+
|
|
46
|
+
<div class="from-group col-sm-12">
|
|
47
|
+
<center>
|
|
48
|
+
<button type="button" @click="confirm()" :disabled="disabled" class="btn btn-primary" style="width: 100px">
|
|
49
|
+
保存
|
|
50
|
+
</button>
|
|
51
|
+
</center>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
<script>
|
|
56
|
+
import * as Util from '../../../Util'
|
|
57
|
+
import {HttpResetClass} from 'vue-client'
|
|
58
|
+
export default {
|
|
59
|
+
title: '终止报建',
|
|
60
|
+
props: ['selectdata'],
|
|
61
|
+
data () {
|
|
62
|
+
return {
|
|
63
|
+
model: {
|
|
64
|
+
f_date: Util.toStandardTimeString(),
|
|
65
|
+
f_department: this.$login.f.f_department_name,
|
|
66
|
+
f_operator: this.$login.f.name,
|
|
67
|
+
f_filiale: this.$login.f.orgs,
|
|
68
|
+
f_cancel_reason: null
|
|
69
|
+
},
|
|
70
|
+
disabled: true
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
methods: {
|
|
74
|
+
confirm () {
|
|
75
|
+
this.disabled = true
|
|
76
|
+
let http = new HttpResetClass()
|
|
77
|
+
let data = {
|
|
78
|
+
loginUser: this.$login.f,
|
|
79
|
+
selectdata: this.selectdata,
|
|
80
|
+
model: this.model
|
|
81
|
+
}
|
|
82
|
+
http.load('POST', 'rs/logic/cancelStopApply', {data: data}, {resolveMsg: null,rejectMsg: '删除失败'})
|
|
83
|
+
.then(res => {
|
|
84
|
+
if (res.data === 200) {
|
|
85
|
+
this.$dispatch('query')
|
|
86
|
+
} else {
|
|
87
|
+
this.$showMessage('撤销失败')
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
watch: {
|
|
93
|
+
'model.f_cancel_reason' (val) {
|
|
94
|
+
if (val != null || val !== '') {
|
|
95
|
+
this.disabled = false
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
</script>
|
|
101
|
+
<style scoped>
|
|
102
|
+
</style>
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12 auto">
|
|
3
|
+
<validator name="v">
|
|
4
|
+
<form class="form-horizontal">
|
|
5
|
+
<div class="form-group col-sm-12" style="margin: 100px 0px">
|
|
6
|
+
<div class="col-sm-2">
|
|
7
|
+
<label class="control-label col-sm-12">终止原因:</label>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="col-sm-10">
|
|
10
|
+
<textarea class="form-control" rows="3" v-model="model.f_stop_remarks"></textarea>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-sm-12 form-group text-center">
|
|
14
|
+
<div class="col-sm-12 form-group text-center">
|
|
15
|
+
<div class="form-group col-sm-6 center-block">
|
|
16
|
+
<label class="col-sm-4">分公司:</label>
|
|
17
|
+
<div class="col-sm-8" style="text-align: left">
|
|
18
|
+
{{model.f_filiale}}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="form-group col-sm-6 center-block">
|
|
22
|
+
<label class="col-sm-4">操作日期:</label>
|
|
23
|
+
<div class="col-sm-8" style="text-align: left">
|
|
24
|
+
{{model.f_date}}
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-sm-12 form-group text-center">
|
|
29
|
+
<div class="form-group col-sm-6 center-block">
|
|
30
|
+
<label class="col-sm-4">部门:</label>
|
|
31
|
+
<div class="col-sm-8" style="text-align: left">
|
|
32
|
+
{{model.f_department}}
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="form-group col-sm-6 center-block">
|
|
36
|
+
<label class="col-sm-4">操作人:</label>
|
|
37
|
+
<div class="col-sm-8" style="text-align: left">
|
|
38
|
+
{{model.f_operator}}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</form>
|
|
44
|
+
</validator>
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
<div class="from-group col-sm-12">
|
|
49
|
+
<center>
|
|
50
|
+
<button type="button" @click="confirm()" :disabled="disabled" class="btn btn-primary" style="width: 100px">
|
|
51
|
+
保存
|
|
52
|
+
</button>
|
|
53
|
+
</center>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</template>
|
|
57
|
+
<script>
|
|
58
|
+
import * as Util from '../../../Util'
|
|
59
|
+
import {HttpResetClass} from 'vue-client'
|
|
60
|
+
export default {
|
|
61
|
+
title: '终止报建',
|
|
62
|
+
props: ['data'],
|
|
63
|
+
data () {
|
|
64
|
+
return {
|
|
65
|
+
model: {
|
|
66
|
+
f_date: Util.toStandardTimeString(),
|
|
67
|
+
f_department: this.$login.f.f_department_name,
|
|
68
|
+
f_operator: this.$login.f.name,
|
|
69
|
+
f_filiale: this.$login.f.orgs,
|
|
70
|
+
f_stop_remarks: null
|
|
71
|
+
},
|
|
72
|
+
disabled: true // 是否禁用确认按钮
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
methods: {
|
|
76
|
+
// 点击确认提交
|
|
77
|
+
confirm () {
|
|
78
|
+
this.disabled = true
|
|
79
|
+
let http = new HttpResetClass()
|
|
80
|
+
let data = {
|
|
81
|
+
loginUser: this.$login.f,
|
|
82
|
+
selectdata: this.data,
|
|
83
|
+
model: this.model
|
|
84
|
+
}
|
|
85
|
+
http.load('POST', 'rs/logic/stopApply', {data: data}, {resolveMsg: null,rejectMsg: '删除失败'})
|
|
86
|
+
.then(res => {
|
|
87
|
+
if (res.data === 200) {
|
|
88
|
+
this.$dispatch('search')
|
|
89
|
+
} else {
|
|
90
|
+
this.$showMessage('终止报建失败')
|
|
91
|
+
}
|
|
92
|
+
})
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
watch: {
|
|
96
|
+
// 监控确认按钮
|
|
97
|
+
'model.f_stop_remarks' (val) {
|
|
98
|
+
if (val != null || val !== '') {
|
|
99
|
+
this.disabled = false
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
</script>
|
|
105
|
+
<style scoped>
|
|
106
|
+
</style>
|