apply-clients 3.3.216 → 3.4.1
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/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 +1 -23
- 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/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 +548 -414
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
- package/src/filiale/yuchuan/android.js +7 -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 +147 -131
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
- package/src/filiale/yuchuan/pc.js +11 -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/AppBuildSign.vue +0 -47
- 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,64 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="panel-body">
|
|
3
|
+
<div class="form-group col-xs-12 auto">
|
|
4
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
5
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_project_number }}</p>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="form-group col-xs-12 auto">
|
|
8
|
+
<p class="col-xs-3 text-left font"><b>CEA 号:</b></p>
|
|
9
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_cea_number }}</p>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="form-group col-xs-12 auto">
|
|
12
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
13
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_entry_name }}</p>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="form-group col-xs-12 auto">
|
|
16
|
+
<p class="col-xs-3 text-left font"><b>类  型:</b></p>
|
|
17
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_type }}</p>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="form-group col-xs-12 auto">
|
|
20
|
+
<p class="col-xs-3 text-left font"><b>操 作 人:</b></p>
|
|
21
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_pr_operator }}</p>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group col-xs-12 auto">
|
|
24
|
+
<p class="col-xs-3 text-left font"><b>操作时间:</b></p>
|
|
25
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_pr_operation_date }}</p>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="form-group col-xs-12 auto">
|
|
28
|
+
<p class="col-xs-3 text-left font"><b>详细说明:</b></p>
|
|
29
|
+
<p class="col-xs-9 text-left input-font" style="word-wrap: break-word">{{ selectdata.f_explanation }}</p>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="form-group col-xs-12 auto" v-if="selectdata.f_blobid && selectdata.f_type">
|
|
32
|
+
<app-take-pic :blobid="selectdata.f_blobid" :type="selectdata.f_type" :defname="selectdata.defname" :isdelete="false" :istakepic="false"></app-take-pic>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</template>
|
|
36
|
+
<script>
|
|
37
|
+
import Vue from 'vue'
|
|
38
|
+
import {HttpResetClass} from 'vue-client'
|
|
39
|
+
|
|
40
|
+
export default {
|
|
41
|
+
title: '进度详情',
|
|
42
|
+
props: ['selectdata'],
|
|
43
|
+
data () {
|
|
44
|
+
return {
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
ready () {
|
|
48
|
+
},
|
|
49
|
+
methods: {
|
|
50
|
+
},
|
|
51
|
+
events: {
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
</script>
|
|
55
|
+
<style scoped>
|
|
56
|
+
.font{
|
|
57
|
+
font: 15px PingFang-SC-Medium;
|
|
58
|
+
color: #666666;
|
|
59
|
+
}
|
|
60
|
+
.input-font{
|
|
61
|
+
font: 15px PingFang-SC-Medium;
|
|
62
|
+
color: #333333;
|
|
63
|
+
}
|
|
64
|
+
</style>
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div style="width: 100%">
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div partial style="padding: 10px">
|
|
6
|
+
<div class="row app-row">
|
|
7
|
+
<div class="col-xs-4">
|
|
8
|
+
<label class="font text-left">项目名称:</label>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="col-xs-8" >
|
|
11
|
+
<input class="search_input input-font" v-model=model.f_entry_name condition="f_entry_name like '%{}%'" />
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="row app-row">
|
|
15
|
+
<div class="col-xs-4">
|
|
16
|
+
<label class="font text-left">CEA号:</label>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="col-xs-8" >
|
|
19
|
+
<input class="search_input input-font" v-model=model.f_cea_number condition="f_cea_number like '%{}%'" />
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
23
|
+
<div class="col-xs-4">
|
|
24
|
+
<label class="font text-left">工程编号:</label>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="col-xs-8" >
|
|
27
|
+
<input class="search_input input-font" v-model=model.f_project_number condition="f_project_number like '%{}%'" />
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
31
|
+
<div class="col-xs-4">
|
|
32
|
+
<label class="font text-left">类  型:</label>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="col-xs-8" >
|
|
35
|
+
<input-select
|
|
36
|
+
v-model="model.f_type"
|
|
37
|
+
condition="pr.f_type like '%{}%'"
|
|
38
|
+
:value.sync="model.f_type"
|
|
39
|
+
:options='$parent.$parent.typeList'
|
|
40
|
+
class="select select_list"
|
|
41
|
+
:value-single="true"
|
|
42
|
+
close-on-select ></input-select>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
|
|
46
|
+
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
47
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
48
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</criteria>
|
|
52
|
+
<list :model="model" partial='list'>
|
|
53
|
+
<div partial class="auto app-text panel" style="margin: 10px">
|
|
54
|
+
<div class="panel-body panel-self">
|
|
55
|
+
<div class="col-xs-6">
|
|
56
|
+
<p class="col-xs-6 text-left font"><b>工程编号:</b></p>
|
|
57
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_project_number }}</p>
|
|
58
|
+
</div>
|
|
59
|
+
<div class="col-xs-6">
|
|
60
|
+
<p class="col-xs-6 text-left font"><b>CEA 号:</b></p>
|
|
61
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="col-xs-12">
|
|
64
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
65
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
66
|
+
</div>
|
|
67
|
+
<div class="col-xs-6">
|
|
68
|
+
<p class="col-xs-6 text-left font"><b>类  型:</b></p>
|
|
69
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_type }}</p>
|
|
70
|
+
</div>
|
|
71
|
+
<div class="col-xs-6">
|
|
72
|
+
<p class="col-xs-6 text-left font"><b>操 作 人:</b></p>
|
|
73
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_pr_operator }}</p>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="col-xs-12">
|
|
76
|
+
<p class="col-xs-3 text-left font"><b>操作时间:</b></p>
|
|
77
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_pr_operation_date }}</p>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="col-xs-12">
|
|
80
|
+
<p class="col-xs-3 text-left font"><b>详细说明:</b></p>
|
|
81
|
+
<span class="col-xs-9 text-left input-font">
|
|
82
|
+
<p class="exceed">{{ row.f_explanation }}</p>
|
|
83
|
+
</span>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-xs-12 text-right">
|
|
86
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看详情</button>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</list>
|
|
91
|
+
</criteria-paged>
|
|
92
|
+
</div>
|
|
93
|
+
</template>
|
|
94
|
+
<script>
|
|
95
|
+
import Vue from 'vue'
|
|
96
|
+
import { PagedList, HttpResetClass } from 'vue-client'
|
|
97
|
+
import {isEmpty} from '../../Util'
|
|
98
|
+
export default {
|
|
99
|
+
title: '进度列表',
|
|
100
|
+
data () {
|
|
101
|
+
return {
|
|
102
|
+
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getProgressReportList`, 20, {
|
|
103
|
+
// model: new PagedList('rs/sql/getProgressReportList', 20, {
|
|
104
|
+
data: {
|
|
105
|
+
id: Vue.user.id,
|
|
106
|
+
orgid: Vue.user.orgid
|
|
107
|
+
// id: '266',
|
|
108
|
+
// orgid: '212'
|
|
109
|
+
}
|
|
110
|
+
}),
|
|
111
|
+
criteriaShow: false,
|
|
112
|
+
typeList: [
|
|
113
|
+
{'label': '全部', 'value': ''},
|
|
114
|
+
{'label': '文明施工', 'value': '文明施工'},
|
|
115
|
+
{'label': '管沟开挖', 'value': '管沟开挖'},
|
|
116
|
+
{'label': '管道焊接', 'value': '管道焊接'},
|
|
117
|
+
{'label': '打压记录', 'value': '打压记录'},
|
|
118
|
+
{'label': '防腐记录', 'value': '防腐记录'},
|
|
119
|
+
{'label': '隐蔽回填', 'value': '隐蔽回填'},
|
|
120
|
+
{'label': '高空作业', 'value': '高空作业'},
|
|
121
|
+
{'label': '签证记录', 'value': '签证记录'}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
ready () {
|
|
126
|
+
this.search()
|
|
127
|
+
},
|
|
128
|
+
methods: {
|
|
129
|
+
clear () {
|
|
130
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
131
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
132
|
+
})
|
|
133
|
+
},
|
|
134
|
+
// 查询
|
|
135
|
+
search () {
|
|
136
|
+
this.$refs.cp.$refs.cri.search()
|
|
137
|
+
},
|
|
138
|
+
click (row) {
|
|
139
|
+
let _this = this
|
|
140
|
+
this.$dispatch('gotoson', {
|
|
141
|
+
_this: _this,
|
|
142
|
+
title: `${row.f_type}详情`,
|
|
143
|
+
safe: true
|
|
144
|
+
})
|
|
145
|
+
this.$goto('progress-report-detail', {selectdata: row}, 'self', _this.search)
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
events: {
|
|
149
|
+
},
|
|
150
|
+
watch: {
|
|
151
|
+
},
|
|
152
|
+
computed: {
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
</script>
|
|
156
|
+
<style scoped>
|
|
157
|
+
.exceed {
|
|
158
|
+
width: 100%;
|
|
159
|
+
white-space: nowrap;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
text-overflow: ellipsis;
|
|
162
|
+
}
|
|
163
|
+
.app-row {
|
|
164
|
+
height: auto;
|
|
165
|
+
background-color: white;
|
|
166
|
+
padding: 10px 10px 0 10px;
|
|
167
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
168
|
+
}
|
|
169
|
+
.search_input {
|
|
170
|
+
border: 0;
|
|
171
|
+
outline: none;
|
|
172
|
+
}
|
|
173
|
+
.input-font{
|
|
174
|
+
font: 15px PingFang-SC-Medium;
|
|
175
|
+
color: #333333;
|
|
176
|
+
}
|
|
177
|
+
.app-text {
|
|
178
|
+
font-size: 12px;
|
|
179
|
+
}
|
|
180
|
+
.panel-self{
|
|
181
|
+
border-radius: 10px;
|
|
182
|
+
border:1px solid #499EDF;
|
|
183
|
+
background-color: #F8F8F8;
|
|
184
|
+
}
|
|
185
|
+
.font{
|
|
186
|
+
font: 15px PingFang-SC-Medium;
|
|
187
|
+
color: #666666;
|
|
188
|
+
}
|
|
189
|
+
.input-font{
|
|
190
|
+
font: 15px PingFang-SC-Medium;
|
|
191
|
+
color: #333333;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.button_shrink_top {
|
|
195
|
+
width: 34px;
|
|
196
|
+
height: 34px;
|
|
197
|
+
border: solid 1px #6aa6e2;
|
|
198
|
+
background-size: 100%;
|
|
199
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.button_shrink_bottom {
|
|
203
|
+
width: 34px;
|
|
204
|
+
height: 34px;
|
|
205
|
+
border: solid 1px #6aa6e2;
|
|
206
|
+
background-size: 100%;
|
|
207
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
208
|
+
}
|
|
209
|
+
</style>
|
|
@@ -1,142 +1,84 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
2
|
+
<div style="width: 100%">
|
|
3
3
|
<criteria-paged :model="model" v-ref:cp>
|
|
4
4
|
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div partial
|
|
6
|
-
<div class="row
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
|
-
<label class="">联 系 人:</label>
|
|
14
|
-
<div class="col-xs-8" >
|
|
15
|
-
<input class="" v-model=model.f_contact condition="u.f_contact like '%{}%'" />
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
19
|
-
<label class="">报建编号:</label>
|
|
20
|
-
<div class="col-xs-8" >
|
|
21
|
-
<input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
25
|
-
<label class="">合同编号:</label>
|
|
26
|
-
<div class="col-xs-8" >
|
|
27
|
-
<input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
31
|
-
<label class="">报建类型:</label>
|
|
32
|
-
<div class="col-xs-8" >
|
|
33
|
-
<v-select
|
|
34
|
-
width="100%"
|
|
35
|
-
v-model="model.f_apply_type"
|
|
36
|
-
placeholder='报建类型'
|
|
37
|
-
condition="u.f_apply_type like '%{}%'"
|
|
38
|
-
:value.sync="model.f_apply_type"
|
|
39
|
-
:options='$parent.$parent.applytype'
|
|
40
|
-
class="select select_list"
|
|
41
|
-
:value-single="true"
|
|
42
|
-
@change="$parent.$parent.applyTypeChange()"
|
|
43
|
-
close-on-select ></v-select>
|
|
5
|
+
<div partial style="padding: 10px">
|
|
6
|
+
<div class="row app-row">
|
|
7
|
+
<div class="col-xs-4">
|
|
8
|
+
<label class="font text-left">项目名称:</label>
|
|
44
9
|
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
47
|
-
<label class="">办理环节:</label>
|
|
48
10
|
<div class="col-xs-8" >
|
|
49
|
-
<v-
|
|
50
|
-
width="100%"
|
|
51
|
-
v-model="model.defname"
|
|
52
|
-
placeholder='办理环节'
|
|
53
|
-
condition="act.defname = '{}'"
|
|
54
|
-
:value.sync="model.defname"
|
|
55
|
-
:options='$parent.$parent.defnames'
|
|
56
|
-
class="select select_list"
|
|
57
|
-
:value-single="true"
|
|
58
|
-
close-on-select ></v-select>
|
|
11
|
+
<input class="search_input input-font" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
|
|
59
12
|
</div>
|
|
60
13
|
</div>
|
|
61
|
-
<div class="row
|
|
62
|
-
<
|
|
63
|
-
|
|
64
|
-
<input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
|
|
14
|
+
<div class="row app-row">
|
|
15
|
+
<div class="col-xs-4">
|
|
16
|
+
<label class="font text-left">CEA号:</label>
|
|
65
17
|
</div>
|
|
66
|
-
</div>
|
|
67
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
68
|
-
<label class="">用户地址:</label>
|
|
69
18
|
<div class="col-xs-8" >
|
|
70
|
-
<input
|
|
19
|
+
<input class="search_input input-font" v-model=model.f_cea_number condition="u.f_cea_number like '%{}%'" />
|
|
71
20
|
</div>
|
|
72
21
|
</div>
|
|
73
|
-
<div class="row
|
|
74
|
-
<
|
|
75
|
-
|
|
76
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
77
|
-
style="width: 100%!important;"
|
|
78
|
-
v-model="model.startDate"
|
|
79
|
-
:value.sync="model.startDate"
|
|
80
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
81
|
-
:show-reset-button="true"
|
|
82
|
-
condition="u.f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
|
|
83
|
-
</datepicker>
|
|
22
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
|
23
|
+
<div class="col-xs-4">
|
|
24
|
+
<label class="font text-left">工程编号:</label>
|
|
84
25
|
</div>
|
|
85
|
-
</div>
|
|
86
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
87
|
-
<label class="">结束时间:</label>
|
|
88
26
|
<div class="col-xs-8" >
|
|
89
|
-
<
|
|
90
|
-
style="width: 100%!important;"
|
|
91
|
-
v-model="model.endDate"
|
|
92
|
-
:value.sync="model.endDate"
|
|
93
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
94
|
-
:show-reset-button="true"
|
|
95
|
-
condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
|
|
96
|
-
</datepicker>
|
|
27
|
+
<input class="search_input input-font" v-model=model.f_project_number condition="u.f_project_number like '%{}%'" />
|
|
97
28
|
</div>
|
|
98
29
|
</div>
|
|
99
|
-
<div class="row
|
|
30
|
+
<div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
|
|
100
31
|
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
101
|
-
<button class="btn btn-info"
|
|
32
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
102
33
|
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
103
34
|
</div>
|
|
104
35
|
</div>
|
|
105
36
|
</criteria>
|
|
106
37
|
<list :model="model" partial='list'>
|
|
107
|
-
<div partial class="auto app-text panel">
|
|
38
|
+
<div partial class="auto app-text panel" style="margin: 10px">
|
|
108
39
|
<div class="panel-body panel-self">
|
|
109
|
-
<div class="col-xs-
|
|
110
|
-
<p class="col-xs-
|
|
111
|
-
<p class="col-xs-
|
|
40
|
+
<div class="col-xs-6">
|
|
41
|
+
<p class="col-xs-6 text-left font"><b>工程编号:</b></p>
|
|
42
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_project_number }}</p>
|
|
112
43
|
</div>
|
|
113
|
-
<div class="col-xs-
|
|
114
|
-
<p class="col-xs-
|
|
115
|
-
<p class="col-xs-
|
|
44
|
+
<div class="col-xs-6">
|
|
45
|
+
<p class="col-xs-6 text-left font"><b>CEA 号:</b></p>
|
|
46
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
|
|
116
47
|
</div>
|
|
117
48
|
<div class="col-xs-12">
|
|
118
|
-
<p class="col-xs-3 text-left font"><b
|
|
119
|
-
<p class="col-xs-9 text-left input-font">{{ row.
|
|
49
|
+
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
50
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
120
51
|
</div>
|
|
121
|
-
<div class="col-xs-
|
|
122
|
-
<p class="col-xs-
|
|
123
|
-
<p class="col-xs-
|
|
52
|
+
<div class="col-xs-6">
|
|
53
|
+
<p class="col-xs-6 text-left font"><b>项目类型:</b></p>
|
|
54
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_apply_type }}</p>
|
|
124
55
|
</div>
|
|
125
|
-
<div class="col-xs-
|
|
126
|
-
<p class="col-xs-
|
|
127
|
-
<p class="col-xs-
|
|
56
|
+
<div class="col-xs-6">
|
|
57
|
+
<p class="col-xs-6 text-left font"><b>工程类型:</b></p>
|
|
58
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_project_type }}</p>
|
|
128
59
|
</div>
|
|
129
|
-
<div class="col-xs-
|
|
130
|
-
<p class="col-xs-
|
|
131
|
-
<p class="col-xs-
|
|
60
|
+
<div class="col-xs-6">
|
|
61
|
+
<p class="col-xs-6 text-left font"><b>项目区域:</b></p>
|
|
62
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_project_area }}</p>
|
|
63
|
+
</div>
|
|
64
|
+
<div class="col-xs-6">
|
|
65
|
+
<p class="col-xs-6 text-left font"><b>联 系 人:</b></p>
|
|
66
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_contact }}</p>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-xs-6">
|
|
69
|
+
<p class="col-xs-6 text-left font"><b>联系电话:</b></p>
|
|
70
|
+
<p class="col-xs-6 text-left input-font">{{ row.f_phone }}</p>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="col-xs-6">
|
|
73
|
+
<p class="col-xs-6 text-left font"><b>办理环节:</b></p>
|
|
74
|
+
<p class="col-xs-6 text-left input-font">{{ row.defname }}</p>
|
|
132
75
|
</div>
|
|
133
76
|
<div class="col-xs-12">
|
|
134
|
-
<p class="col-xs-3 text-left font"><b
|
|
135
|
-
<p class="col-xs-9 text-left input-font">{{ row.
|
|
77
|
+
<p class="col-xs-3 text-left font"><b>项目地址:</b></p>
|
|
78
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
|
|
136
79
|
</div>
|
|
137
|
-
|
|
138
80
|
<div class="col-xs-12 text-right">
|
|
139
|
-
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)"
|
|
81
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看进度</button>
|
|
140
82
|
</div>
|
|
141
83
|
</div>
|
|
142
84
|
</div>
|
|
@@ -147,24 +89,19 @@
|
|
|
147
89
|
<script>
|
|
148
90
|
import Vue from 'vue'
|
|
149
91
|
import { PagedList, HttpResetClass } from 'vue-client'
|
|
150
|
-
import {isEmpty} from '../../Util'
|
|
151
92
|
export default {
|
|
152
93
|
title: '报建流程',
|
|
153
94
|
data () {
|
|
154
95
|
return {
|
|
155
96
|
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, 20, {
|
|
156
|
-
// model: new PagedList('rs/sql/supervisory', 20, {
|
|
157
97
|
data: {
|
|
158
98
|
id: Vue.user.id,
|
|
159
99
|
orgid: Vue.user.orgid
|
|
160
|
-
// id: '
|
|
161
|
-
// orgid: '
|
|
100
|
+
// id: '266',
|
|
101
|
+
// orgid: '212'
|
|
162
102
|
}
|
|
163
103
|
}),
|
|
164
|
-
criteriaShow: false
|
|
165
|
-
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
|
|
166
|
-
// applytype: [{label: '全部', value: ''},{label: '散户报建', value: '散户报建'}], // 所有报建类型
|
|
167
|
-
defnames: [{label: '全部', value: ''}]
|
|
104
|
+
criteriaShow: false
|
|
168
105
|
}
|
|
169
106
|
},
|
|
170
107
|
ready () {
|
|
@@ -188,18 +125,6 @@
|
|
|
188
125
|
safe: true
|
|
189
126
|
})
|
|
190
127
|
this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
|
|
191
|
-
},
|
|
192
|
-
applyTypeChange () {
|
|
193
|
-
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
194
|
-
let http = new HttpResetClass()
|
|
195
|
-
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
|
|
196
|
-
f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
|
|
197
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
198
|
-
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
199
|
-
})
|
|
200
|
-
} else {
|
|
201
|
-
this.defnames = [{label: '全部', value: ''}]
|
|
202
|
-
}
|
|
203
128
|
}
|
|
204
129
|
},
|
|
205
130
|
events: {
|
|
@@ -209,6 +134,23 @@
|
|
|
209
134
|
}
|
|
210
135
|
</script>
|
|
211
136
|
<style scoped>
|
|
137
|
+
.app-row {
|
|
138
|
+
height: auto;
|
|
139
|
+
background-color: white;
|
|
140
|
+
padding: 10px 10px 0 10px;
|
|
141
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
142
|
+
}
|
|
143
|
+
.search_input {
|
|
144
|
+
border: 0;
|
|
145
|
+
outline: none;
|
|
146
|
+
}
|
|
147
|
+
.input-font{
|
|
148
|
+
font: 15px PingFang-SC-Medium;
|
|
149
|
+
color: #333333;
|
|
150
|
+
}
|
|
151
|
+
.app-text {
|
|
152
|
+
font-size: 12px;
|
|
153
|
+
}
|
|
212
154
|
.panel-self{
|
|
213
155
|
border-radius: 10px;
|
|
214
156
|
border:1px solid #499EDF;
|
|
@@ -218,6 +160,10 @@
|
|
|
218
160
|
font: 15px PingFang-SC-Medium;
|
|
219
161
|
color: #666666;
|
|
220
162
|
}
|
|
163
|
+
.input-font{
|
|
164
|
+
font: 15px PingFang-SC-Medium;
|
|
165
|
+
color: #333333;
|
|
166
|
+
}
|
|
221
167
|
|
|
222
168
|
.button_shrink_top {
|
|
223
169
|
width: 34px;
|
|
@@ -235,28 +181,3 @@
|
|
|
235
181
|
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
236
182
|
}
|
|
237
183
|
</style>
|
|
238
|
-
<style lang="less">
|
|
239
|
-
.app-input {
|
|
240
|
-
label {
|
|
241
|
-
float: left;
|
|
242
|
-
}
|
|
243
|
-
.select {
|
|
244
|
-
button {
|
|
245
|
-
border: none;
|
|
246
|
-
outline: none;
|
|
247
|
-
text-align: left;
|
|
248
|
-
.btn-placeholder {
|
|
249
|
-
color: #ACA899
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
.datepicker {
|
|
254
|
-
.form-control:focus {
|
|
255
|
-
border: none!important;
|
|
256
|
-
outline: none!important;
|
|
257
|
-
-webkit-box-shadow: none;
|
|
258
|
-
box-shadow: none;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
</style>
|