apply-clients 3.5.6-21 → 3.5.6-22
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 +5 -5
- package/package.json +1 -1
- package/src/components/android/Process/AppServiceControl.vue +1760 -1760
- package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
- package/src/components/product/Install/ContractCharge.vue +210 -210
- package/src/filiale/dingcheng/android/AppInstallationDetails.vue +477 -477
- package/src/filiale/dingcheng/pc/InstallationDetails.vue +607 -607
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
- package/src/filiale/fugou/android/AppAddReplacement.vue +512 -512
- package/src/filiale/fugou/android/AppDevicesManagement.vue +516 -516
- package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -541
- package/src/filiale/fugou/android/AppZhihuanManagement.vue +242 -242
- package/src/filiale/fugou/pc/AddReplacement.vue +511 -511
- package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -554
- package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -754
- package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
- package/src/filiale/fugou/pc/ServiceControl.vue +1741 -1741
- package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
- package/src/filiale/fugou/pc.js +19 -19
- package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -187
- package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
- package/src/filiale/gongyi/pc.js +25 -25
- package/src/filiale/hongda/pc/addMaterialScience.vue +723 -723
- package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -635
- package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -1842
- package/src/filiale/jinhuang/android.js +7 -7
- package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +770 -770
- package/src/filiale/jinhuang/pc/ContractList.vue +222 -222
- package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -511
- package/src/filiale/jinhuang/pc/ServiceControl.vue +2016 -2016
- package/src/filiale/jinhuang/pc/SupervisoryList.vue +478 -478
- package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -638
- package/src/filiale/jinhuang/pc.js +13 -13
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +786 -786
- package/src/filiale/qianneng/pc/ServiceControl.vue +1387 -1387
- package/src/filiale/ruihua/pc/ServiceControl.vue +1973 -1973
- package/src/filiale/shexian/android/AppServiceControl.vue +1786 -1786
- package/src/filiale/shexian/android/AppSign.vue +152 -152
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
- package/src/filiale/yangchunboneng/android/AppContractCharge.vue +222 -222
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1144 -1144
- package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -281
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1883 -1883
- package/src/filiale/yangchunboneng/android.js +22 -22
- package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +622 -622
- package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +400 -400
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2118 -2118
- package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -141
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +652 -644
- package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -421
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1060 -1060
- package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -175
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +3 -3
|
@@ -1,644 +1,652 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="col-sm-12">
|
|
3
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div class="form-group col-sm-3">
|
|
8
|
-
<label class="font_normal_body">客户名称:</label>
|
|
9
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
10
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="form-group col-sm-3">
|
|
13
|
-
<label class="font_normal_body">用户编号:</label>
|
|
14
|
-
<input type="text" style="width:60%" class="input_search" placeholder='用户编号' v-model="model.f_userinfo_code"
|
|
15
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
16
|
-
condition="f_userinfo_code like '%{}%'">
|
|
17
|
-
</div>
|
|
18
|
-
<div class="form-group col-sm-3">
|
|
19
|
-
<label class="font_normal_body">组织机构:</label>
|
|
20
|
-
<res-select
|
|
21
|
-
restype='organization'
|
|
22
|
-
:initresid='$parent.$parent.curorgid'·
|
|
23
|
-
@res-select="$parent.$parent.getorg"
|
|
24
|
-
is-mul="false"
|
|
25
|
-
></res-select>
|
|
26
|
-
</div>
|
|
27
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
28
|
-
<!-- <label class="font_normal_body">工程编号:</label>-->
|
|
29
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"-->
|
|
30
|
-
<!-- v-on:keyup.enter="search"-->
|
|
31
|
-
<!-- condition="f_apply_num = '{}'">-->
|
|
32
|
-
<!-- </div>-->
|
|
33
|
-
<div class="form-group col-sm-2 button-range">
|
|
34
|
-
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
35
|
-
<button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
|
|
36
|
-
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
37
|
-
<export-excel v-if="$parent.$parent.projectImport" :data="$parent.$parent.getCondition"
|
|
38
|
-
:field="$parent.$parent.getfield"
|
|
39
|
-
sqlurl="rs/logic/applyExportfile"
|
|
40
|
-
sql-name="supervisory"
|
|
41
|
-
template-name='报装信息导出'
|
|
42
|
-
:choose-col="true"></export-excel>
|
|
43
|
-
<div
|
|
44
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
45
|
-
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
46
|
-
class="button_spacing"
|
|
47
|
-
style="float: right">
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
52
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
53
|
-
<!-- <label class="font_normal_body">客户名称:</label>-->
|
|
54
|
-
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"-->
|
|
55
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>-->
|
|
56
|
-
<!-- </div>-->
|
|
57
|
-
<div class="form-group col-sm-3">
|
|
58
|
-
<label class="font_normal_body">用户类型:</label>
|
|
59
|
-
<v-select
|
|
60
|
-
v-model="model.f_user_type"
|
|
61
|
-
placeholder='用户类型'
|
|
62
|
-
condition="f_user_type = '{}'"
|
|
63
|
-
:value.sync="model.f_user_type"
|
|
64
|
-
:options='$parent.$parent.usertype'
|
|
65
|
-
class="select select_list"
|
|
66
|
-
:value-single="true"
|
|
67
|
-
close-on-select ></v-select>
|
|
68
|
-
</div>
|
|
69
|
-
<div class="form-group col-sm-3">
|
|
70
|
-
<label class="font_normal_body">工程编号:</label>
|
|
71
|
-
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
72
|
-
v-on:keyup.enter="search"
|
|
73
|
-
condition="f_apply_num like '%{}%'">
|
|
74
|
-
</div>
|
|
75
|
-
<div class="form-group col-sm-3">
|
|
76
|
-
<label class="font_normal_body">合同金额:</label>
|
|
77
|
-
<input type="text" style="width:60%" class="input_search" placeholder='合同金额' v-model="model.f_contract_money"
|
|
78
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
79
|
-
condition="f_contract_money like '%{}%'">
|
|
80
|
-
</div>
|
|
81
|
-
<div class="form-group col-sm-3">
|
|
82
|
-
<label class="font_normal_body">联系电话:</label>
|
|
83
|
-
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
84
|
-
v-on:keyup.enter="search"
|
|
85
|
-
condition="f_phone like '%{}%'">
|
|
86
|
-
</div>
|
|
87
|
-
<div class="form-group col-sm-3">
|
|
88
|
-
<label class="font_normal_body">合同编号:</label>
|
|
89
|
-
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
90
|
-
v-on:keyup.enter="search"
|
|
91
|
-
condition="f_contract_number = '{}'">
|
|
92
|
-
</div>
|
|
93
|
-
<div class="form-group col-sm-3">
|
|
94
|
-
<label class="font_normal_body">报建类型:</label>
|
|
95
|
-
<v-select
|
|
96
|
-
v-model="model.f_apply_type"
|
|
97
|
-
placeholder='报建类型'
|
|
98
|
-
condition="f_apply_type in {}"
|
|
99
|
-
:value.sync="model.f_apply_type"
|
|
100
|
-
:options='$parent.$parent.applytype'
|
|
101
|
-
class="select select_list"
|
|
102
|
-
:multiple="true"
|
|
103
|
-
></v-select>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="form-group col-sm-3">
|
|
106
|
-
<label class="font_normal_body">办理环节:</label>
|
|
107
|
-
<v-select
|
|
108
|
-
v-model="model.defname"
|
|
109
|
-
placeholder='办理环节'
|
|
110
|
-
condition="defname = '{}'"
|
|
111
|
-
:value.sync="model.defname"
|
|
112
|
-
:options='$parent.$parent.defnames'
|
|
113
|
-
class="select select_list"
|
|
114
|
-
:value-single="true"
|
|
115
|
-
close-on-select ></v-select>
|
|
116
|
-
</div>
|
|
117
|
-
<div class="form-group col-sm-3">
|
|
118
|
-
<label class="font_normal_body">报建性质:</label>
|
|
119
|
-
<v-select
|
|
120
|
-
v-model="model.f_apply_nature"
|
|
121
|
-
placeholder='报建性质'
|
|
122
|
-
condition="f_apply_nature = '{}'"
|
|
123
|
-
:value.sync="model.f_apply_nature"
|
|
124
|
-
:options='$parent.$parent.applyNatures'
|
|
125
|
-
class="select select_list"
|
|
126
|
-
:value-single="true"
|
|
127
|
-
close-on-select ></v-select>
|
|
128
|
-
</div>
|
|
129
|
-
<div class="form-group col-sm-3">
|
|
130
|
-
<label class="font_normal_body">流程状态:</label>
|
|
131
|
-
<v-select
|
|
132
|
-
v-model="model.f_sub_state"
|
|
133
|
-
placeholder='流程状态'
|
|
134
|
-
condition="f_sub_state = '{}'"
|
|
135
|
-
:value.sync="model.f_sub_state"
|
|
136
|
-
:options='$parent.$parent.subStates'
|
|
137
|
-
class="select select_list"
|
|
138
|
-
:value-single="true"
|
|
139
|
-
close-on-select ></v-select>
|
|
140
|
-
</div>
|
|
141
|
-
<div class="form-group col-sm-3">
|
|
142
|
-
<label class="font_normal_body">用户地址:</label>
|
|
143
|
-
<input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
144
|
-
v-on:keyup.enter="search"
|
|
145
|
-
condition="f_address like '%{}%'">
|
|
146
|
-
</div>
|
|
147
|
-
<div class="form-group col-sm-3">
|
|
148
|
-
<label class="font_normal_body">用户评价:</label>
|
|
149
|
-
<input type="text" style="width:60%" class="input_search" placeholder='用户评价' v-model="model.f_user_appraise"
|
|
150
|
-
v-on:keyup.enter="search"
|
|
151
|
-
condition="f_user_appraise like '%{}%'">
|
|
152
|
-
</div>
|
|
153
|
-
<div class="form-group col-sm-3">
|
|
154
|
-
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
155
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
156
|
-
style="width: 60%!important;"
|
|
157
|
-
v-model="model.startDate"
|
|
158
|
-
:value.sync="model.startDate"
|
|
159
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
160
|
-
:show-reset-button="true"
|
|
161
|
-
condition="f_apply_date >= '{}'">
|
|
162
|
-
</datepicker>
|
|
163
|
-
</div>
|
|
164
|
-
<div class="form-group col-sm-3">
|
|
165
|
-
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
166
|
-
<datepicker id="endDate" placeholder="结束日期"
|
|
167
|
-
style="width: 60%!important;"
|
|
168
|
-
v-model="model.endDate"
|
|
169
|
-
:value.sync="model.endDate"
|
|
170
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
171
|
-
:show-reset-button="true"
|
|
172
|
-
condition="f_apply_date <= '{}'">
|
|
173
|
-
</datepicker>
|
|
174
|
-
</div>
|
|
175
|
-
<div class="form-group col-sm-3">
|
|
176
|
-
<label class="font_normal_body">施工单位:</label>
|
|
177
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_construction_unit"
|
|
178
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_construction_unit like '%{}%'" placeholder='施工单位'>
|
|
179
|
-
</div>
|
|
180
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
181
|
-
<!-- <label class="font_normal_body">表  号:</label>-->
|
|
182
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='表号' v-model="model.f_meternumber"-->
|
|
183
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
184
|
-
<!-- condition="meternumber like '%{}%'">-->
|
|
185
|
-
<!-- </div>-->
|
|
186
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
187
|
-
<!-- <label class="font_normal_body">领用人:</label>-->
|
|
188
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='领用人' v-model="model.lyr"-->
|
|
189
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
190
|
-
<!-- condition="lyr like '%{}%'">-->
|
|
191
|
-
<!-- </div>-->
|
|
192
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
193
|
-
<!-- <label class="font_normal_body">发货人:</label>-->
|
|
194
|
-
<!-- <input type="text" style="width:60%" class="input_search" placeholder='发货人' v-model="model.fyr"-->
|
|
195
|
-
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
196
|
-
<!-- condition="fyr like '%{}%'">-->
|
|
197
|
-
<!-- </div>-->
|
|
198
|
-
<div class="form-group col-sm-3">
|
|
199
|
-
<label class="font_normal_body">发起人:</label>
|
|
200
|
-
<input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
|
|
201
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
202
|
-
condition="u.f_operator like '%{}%'">
|
|
203
|
-
</div>
|
|
204
|
-
<!-- <div class="form-group col-sm-3">-->
|
|
205
|
-
<!-- <label class="font_normal_body">领用状态:</label>-->
|
|
206
|
-
<!-- <v-select-->
|
|
207
|
-
<!-- v-model="model.frstate"-->
|
|
208
|
-
<!-- placeholder='流程状态'-->
|
|
209
|
-
<!-- condition="frstate = '{}'"-->
|
|
210
|
-
<!-- :value.sync="model.frstate"-->
|
|
211
|
-
<!-- :options='$parent.$parent.lyStates'-->
|
|
212
|
-
<!-- class="select select_list"-->
|
|
213
|
-
<!-- :value-single="true"-->
|
|
214
|
-
<!-- close-on-select ></v-select>-->
|
|
215
|
-
<!-- </div>-->
|
|
216
|
-
<div class="form-group col-sm-3">
|
|
217
|
-
<label for="startDate" class="font_normal_body">完工时间:</label>
|
|
218
|
-
<datepicker id="startDate" placeholder="开始日期"
|
|
219
|
-
style="width: 60%!important;"
|
|
220
|
-
v-model="model.startDate1"
|
|
221
|
-
:value.sync="model.startDate1"
|
|
222
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
223
|
-
:show-reset-button="true"
|
|
224
|
-
condition=" f_finish_date >= '{}'">
|
|
225
|
-
</datepicker>
|
|
226
|
-
</div>
|
|
227
|
-
<div class="form-group col-sm-3">
|
|
228
|
-
<label for="endDate" class="font_normal_body">完工时间:</label>
|
|
229
|
-
<datepicker id="endDate" placeholder="结束日期"
|
|
230
|
-
style="width: 60%!important;"
|
|
231
|
-
v-model="model.endDate1"
|
|
232
|
-
:value.sync="model.endDate1"
|
|
233
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
234
|
-
:show-reset-button="true"
|
|
235
|
-
condition=" f_finish_date <= '{}'">
|
|
236
|
-
</datepicker>
|
|
237
|
-
</div>
|
|
238
|
-
<div class="form-group col-sm-3">
|
|
239
|
-
<label for="bookstart" class="font_normal_body">开始时间:</label>
|
|
240
|
-
<datepicker id="bookstart" placeholder="预约开始日期"
|
|
241
|
-
style="width: 60%!important;"
|
|
242
|
-
v-model="model.bookstart"
|
|
243
|
-
:value.sync="model.bookstart"
|
|
244
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
245
|
-
:show-reset-button="true"
|
|
246
|
-
condition="f_order_date >= '{}'">
|
|
247
|
-
</datepicker>
|
|
248
|
-
</div>
|
|
249
|
-
<div class="form-group col-sm-3">
|
|
250
|
-
<label for="bookend" class="font_normal_body">结束时间:</label>
|
|
251
|
-
<datepicker id="bookend" placeholder="预约结束日期"
|
|
252
|
-
style="width: 60%!important;"
|
|
253
|
-
v-model="model.bookend"
|
|
254
|
-
:value.sync="model.bookend"
|
|
255
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
256
|
-
:show-reset-button="true"
|
|
257
|
-
condition="f_order_date <= '{}'">
|
|
258
|
-
</datepicker>
|
|
259
|
-
</div>
|
|
260
|
-
<div class="form-group col-sm-3">
|
|
261
|
-
<label for="checkstart" class="font_normal_body">验收时间:</label>
|
|
262
|
-
<datepicker id="checkstart" placeholder="开始日期"
|
|
263
|
-
style="width: 60%!important;"
|
|
264
|
-
v-model="model.checkstartDate"
|
|
265
|
-
:value.sync="model.checkstartDate"
|
|
266
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
267
|
-
:show-reset-button="true"
|
|
268
|
-
condition="f_acceptance_time >= '{}'">
|
|
269
|
-
</datepicker>
|
|
270
|
-
</div>
|
|
271
|
-
<div class="form-group col-sm-3">
|
|
272
|
-
<label for="checkend" class="font_normal_body">验收时间:</label>
|
|
273
|
-
<datepicker id="checkend" placeholder="结束日期"
|
|
274
|
-
style="width: 60%!important;"
|
|
275
|
-
v-model="model.checkendDate"
|
|
276
|
-
:value.sync="model.checkendDate"
|
|
277
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
278
|
-
:show-reset-button="true"
|
|
279
|
-
condition="f_acceptance_time <= '{}'">
|
|
280
|
-
</datepicker>
|
|
281
|
-
</div>
|
|
282
|
-
<div class="form-group col-sm-3">
|
|
283
|
-
<label for="checkstart" class="font_normal_body">派工时间:</label>
|
|
284
|
-
<datepicker id="checkstart" placeholder="开始日期"
|
|
285
|
-
style="width: 60%!important;"
|
|
286
|
-
v-model="model.paigongstartDate"
|
|
287
|
-
:value.sync="model.paigongstartDate"
|
|
288
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
289
|
-
:show-reset-button="true"
|
|
290
|
-
condition="actend6.finishtime >= '{}'">
|
|
291
|
-
</datepicker>
|
|
292
|
-
</div>
|
|
293
|
-
<div class="form-group col-sm-3">
|
|
294
|
-
<label for="checkend" class="font_normal_body">派工时间:</label>
|
|
295
|
-
<datepicker id="checkend" placeholder="结束日期"
|
|
296
|
-
style="width: 60%!important;"
|
|
297
|
-
v-model="model.paigongendDate"
|
|
298
|
-
:value.sync="model.paigongendDate"
|
|
299
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
300
|
-
:show-reset-button="true"
|
|
301
|
-
condition="actend6.finishtime <= '{}'">
|
|
302
|
-
</datepicker>
|
|
303
|
-
</div>
|
|
304
|
-
<div class="form-group col-sm-3">
|
|
305
|
-
<label class="font_normal_body">施工人:</label>
|
|
306
|
-
<input type="text" style="width:60%" class="input_search" placeholder='施工人' v-model="model.f_budget_people"
|
|
307
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
308
|
-
condition="f_budget_people like '%{}%'">
|
|
309
|
-
</div>
|
|
310
|
-
<div class="form-group col-sm-3">
|
|
311
|
-
<label class="font_normal_body">施工备注:</label>
|
|
312
|
-
<input type="text" style="width:60%" class="input_search" placeholder='施工备注' v-model="model.f_construction_remarks"
|
|
313
|
-
v-on:keyup.enter="$parent.$parent.search()"
|
|
314
|
-
condition="f_construction_remarks like '%{}%'">
|
|
315
|
-
</div>
|
|
316
|
-
<div class="form-group col-sm-3">
|
|
317
|
-
<label class="font_normal_body">服务评价:</label>
|
|
318
|
-
<v-select
|
|
319
|
-
v-model="model.f_user_satisfied"
|
|
320
|
-
placeholder='服务评价'
|
|
321
|
-
condition="f_user_satisfied= '{}'"
|
|
322
|
-
:value.sync="model.f_user_satisfied"
|
|
323
|
-
:options='$parent.$parent.satisfied'
|
|
324
|
-
class="select select_list"
|
|
325
|
-
:value-single="true"
|
|
326
|
-
close-on-select ></v-select>
|
|
327
|
-
</div>
|
|
328
|
-
</div>
|
|
329
|
-
</div>
|
|
330
|
-
</criteria>
|
|
331
|
-
<data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
332
|
-
<template partial='head'>
|
|
333
|
-
<tr>
|
|
334
|
-
<th style="white-space: nowrap;">序号</th>
|
|
335
|
-
<th style="white-space: nowrap;">工程编号</th>
|
|
336
|
-
<th style="white-space: nowrap;">用户编号</th>
|
|
337
|
-
<th style="white-space: nowrap;">客户名称</th>
|
|
338
|
-
<th style="white-space: nowrap;">客户类型</th>
|
|
339
|
-
<th style="white-space: nowrap;">合同编号</th>
|
|
340
|
-
<th style="white-space: nowrap;">电话</th>
|
|
341
|
-
<th style="white-space: nowrap;">地址</th>
|
|
342
|
-
<th style="white-space: nowrap;">来源</th>
|
|
343
|
-
<th style="white-space: nowrap;">报建类型</th>
|
|
344
|
-
<th style="white-space: nowrap;"
|
|
345
|
-
<th style="white-space: nowrap;"
|
|
346
|
-
<th style="white-space: nowrap;"
|
|
347
|
-
<th style="white-space: nowrap;"
|
|
348
|
-
<th style="white-space: nowrap;"
|
|
349
|
-
<th style="white-space: nowrap;"
|
|
350
|
-
<th style="white-space: nowrap;"
|
|
351
|
-
<th style="white-space: nowrap;"
|
|
352
|
-
<th style="white-space: nowrap;"
|
|
353
|
-
<th style="white-space: nowrap;"
|
|
354
|
-
<th style="white-space: nowrap;"
|
|
355
|
-
<th style="white-space: nowrap;"
|
|
356
|
-
<th style="white-space: nowrap;">安装项目</th>
|
|
357
|
-
<th style="white-space: nowrap;">施工单位</th>
|
|
358
|
-
<th style="white-space: nowrap;">施工备注</th>
|
|
359
|
-
<th style="white-space: nowrap;">施工时间</th>
|
|
360
|
-
<!-- <th style="white-space: nowrap;">灶具品牌</th>
|
|
361
|
-
<th style="white-space: nowrap;">热水器品牌</th>-->
|
|
362
|
-
<th style="white-space: nowrap;">缴费金额</th>
|
|
363
|
-
<th style="white-space: nowrap;">验收时间</th>
|
|
364
|
-
<th style="white-space: nowrap;">开工时间</th>
|
|
365
|
-
<th style="white-space: nowrap;">派工时间</th>
|
|
366
|
-
<th style="white-space: nowrap;">用户评价</th>
|
|
367
|
-
<th style="white-space: nowrap;">发起人</th>
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
</template>
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
{label: '
|
|
507
|
-
{label: '
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
{label: '
|
|
511
|
-
{label: '
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
'
|
|
522
|
-
'
|
|
523
|
-
'
|
|
524
|
-
'
|
|
525
|
-
'
|
|
526
|
-
'
|
|
527
|
-
'
|
|
528
|
-
'
|
|
529
|
-
'
|
|
530
|
-
'
|
|
531
|
-
'
|
|
532
|
-
'
|
|
533
|
-
'
|
|
534
|
-
'
|
|
535
|
-
'
|
|
536
|
-
'
|
|
537
|
-
'
|
|
538
|
-
'
|
|
539
|
-
'
|
|
540
|
-
'
|
|
541
|
-
'
|
|
542
|
-
'
|
|
543
|
-
'
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
})
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
return
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="col-sm-12">
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="form-group col-sm-3">
|
|
8
|
+
<label class="font_normal_body">客户名称:</label>
|
|
9
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
10
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="form-group col-sm-3">
|
|
13
|
+
<label class="font_normal_body">用户编号:</label>
|
|
14
|
+
<input type="text" style="width:60%" class="input_search" placeholder='用户编号' v-model="model.f_userinfo_code"
|
|
15
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
16
|
+
condition="f_userinfo_code like '%{}%'">
|
|
17
|
+
</div>
|
|
18
|
+
<div class="form-group col-sm-3">
|
|
19
|
+
<label class="font_normal_body">组织机构:</label>
|
|
20
|
+
<res-select
|
|
21
|
+
restype='organization'
|
|
22
|
+
:initresid='$parent.$parent.curorgid'·
|
|
23
|
+
@res-select="$parent.$parent.getorg"
|
|
24
|
+
is-mul="false"
|
|
25
|
+
></res-select>
|
|
26
|
+
</div>
|
|
27
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
28
|
+
<!-- <label class="font_normal_body">工程编号:</label>-->
|
|
29
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"-->
|
|
30
|
+
<!-- v-on:keyup.enter="search"-->
|
|
31
|
+
<!-- condition="f_apply_num = '{}'">-->
|
|
32
|
+
<!-- </div>-->
|
|
33
|
+
<div class="form-group col-sm-2 button-range">
|
|
34
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
35
|
+
<button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
|
|
36
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
37
|
+
<export-excel v-if="$parent.$parent.projectImport" :data="$parent.$parent.getCondition"
|
|
38
|
+
:field="$parent.$parent.getfield"
|
|
39
|
+
sqlurl="rs/logic/applyExportfile"
|
|
40
|
+
sql-name="supervisory"
|
|
41
|
+
template-name='报装信息导出'
|
|
42
|
+
:choose-col="true"></export-excel>
|
|
43
|
+
<div
|
|
44
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
45
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
46
|
+
class="button_spacing"
|
|
47
|
+
style="float: right">
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
52
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
53
|
+
<!-- <label class="font_normal_body">客户名称:</label>-->
|
|
54
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"-->
|
|
55
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>-->
|
|
56
|
+
<!-- </div>-->
|
|
57
|
+
<div class="form-group col-sm-3">
|
|
58
|
+
<label class="font_normal_body">用户类型:</label>
|
|
59
|
+
<v-select
|
|
60
|
+
v-model="model.f_user_type"
|
|
61
|
+
placeholder='用户类型'
|
|
62
|
+
condition="f_user_type = '{}'"
|
|
63
|
+
:value.sync="model.f_user_type"
|
|
64
|
+
:options='$parent.$parent.usertype'
|
|
65
|
+
class="select select_list"
|
|
66
|
+
:value-single="true"
|
|
67
|
+
close-on-select ></v-select>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="form-group col-sm-3">
|
|
70
|
+
<label class="font_normal_body">工程编号:</label>
|
|
71
|
+
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
72
|
+
v-on:keyup.enter="search"
|
|
73
|
+
condition="f_apply_num like '%{}%'">
|
|
74
|
+
</div>
|
|
75
|
+
<div class="form-group col-sm-3">
|
|
76
|
+
<label class="font_normal_body">合同金额:</label>
|
|
77
|
+
<input type="text" style="width:60%" class="input_search" placeholder='合同金额' v-model="model.f_contract_money"
|
|
78
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
79
|
+
condition="f_contract_money like '%{}%'">
|
|
80
|
+
</div>
|
|
81
|
+
<div class="form-group col-sm-3">
|
|
82
|
+
<label class="font_normal_body">联系电话:</label>
|
|
83
|
+
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
84
|
+
v-on:keyup.enter="search"
|
|
85
|
+
condition="f_phone like '%{}%'">
|
|
86
|
+
</div>
|
|
87
|
+
<div class="form-group col-sm-3">
|
|
88
|
+
<label class="font_normal_body">合同编号:</label>
|
|
89
|
+
<input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
90
|
+
v-on:keyup.enter="search"
|
|
91
|
+
condition="f_contract_number = '{}'">
|
|
92
|
+
</div>
|
|
93
|
+
<div class="form-group col-sm-3">
|
|
94
|
+
<label class="font_normal_body">报建类型:</label>
|
|
95
|
+
<v-select
|
|
96
|
+
v-model="model.f_apply_type"
|
|
97
|
+
placeholder='报建类型'
|
|
98
|
+
condition="f_apply_type in {}"
|
|
99
|
+
:value.sync="model.f_apply_type"
|
|
100
|
+
:options='$parent.$parent.applytype'
|
|
101
|
+
class="select select_list"
|
|
102
|
+
:multiple="true"
|
|
103
|
+
></v-select>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="form-group col-sm-3">
|
|
106
|
+
<label class="font_normal_body">办理环节:</label>
|
|
107
|
+
<v-select
|
|
108
|
+
v-model="model.defname"
|
|
109
|
+
placeholder='办理环节'
|
|
110
|
+
condition="defname = '{}'"
|
|
111
|
+
:value.sync="model.defname"
|
|
112
|
+
:options='$parent.$parent.defnames'
|
|
113
|
+
class="select select_list"
|
|
114
|
+
:value-single="true"
|
|
115
|
+
close-on-select ></v-select>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="form-group col-sm-3">
|
|
118
|
+
<label class="font_normal_body">报建性质:</label>
|
|
119
|
+
<v-select
|
|
120
|
+
v-model="model.f_apply_nature"
|
|
121
|
+
placeholder='报建性质'
|
|
122
|
+
condition="f_apply_nature = '{}'"
|
|
123
|
+
:value.sync="model.f_apply_nature"
|
|
124
|
+
:options='$parent.$parent.applyNatures'
|
|
125
|
+
class="select select_list"
|
|
126
|
+
:value-single="true"
|
|
127
|
+
close-on-select ></v-select>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="form-group col-sm-3">
|
|
130
|
+
<label class="font_normal_body">流程状态:</label>
|
|
131
|
+
<v-select
|
|
132
|
+
v-model="model.f_sub_state"
|
|
133
|
+
placeholder='流程状态'
|
|
134
|
+
condition="f_sub_state = '{}'"
|
|
135
|
+
:value.sync="model.f_sub_state"
|
|
136
|
+
:options='$parent.$parent.subStates'
|
|
137
|
+
class="select select_list"
|
|
138
|
+
:value-single="true"
|
|
139
|
+
close-on-select ></v-select>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="form-group col-sm-3">
|
|
142
|
+
<label class="font_normal_body">用户地址:</label>
|
|
143
|
+
<input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
|
|
144
|
+
v-on:keyup.enter="search"
|
|
145
|
+
condition="f_address like '%{}%'">
|
|
146
|
+
</div>
|
|
147
|
+
<div class="form-group col-sm-3">
|
|
148
|
+
<label class="font_normal_body">用户评价:</label>
|
|
149
|
+
<input type="text" style="width:60%" class="input_search" placeholder='用户评价' v-model="model.f_user_appraise"
|
|
150
|
+
v-on:keyup.enter="search"
|
|
151
|
+
condition="f_user_appraise like '%{}%'">
|
|
152
|
+
</div>
|
|
153
|
+
<div class="form-group col-sm-3">
|
|
154
|
+
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
155
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
156
|
+
style="width: 60%!important;"
|
|
157
|
+
v-model="model.startDate"
|
|
158
|
+
:value.sync="model.startDate"
|
|
159
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
160
|
+
:show-reset-button="true"
|
|
161
|
+
condition="f_apply_date >= '{}'">
|
|
162
|
+
</datepicker>
|
|
163
|
+
</div>
|
|
164
|
+
<div class="form-group col-sm-3">
|
|
165
|
+
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
166
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
167
|
+
style="width: 60%!important;"
|
|
168
|
+
v-model="model.endDate"
|
|
169
|
+
:value.sync="model.endDate"
|
|
170
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
171
|
+
:show-reset-button="true"
|
|
172
|
+
condition="f_apply_date <= '{}'">
|
|
173
|
+
</datepicker>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="form-group col-sm-3">
|
|
176
|
+
<label class="font_normal_body">施工单位:</label>
|
|
177
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_construction_unit"
|
|
178
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_construction_unit like '%{}%'" placeholder='施工单位'>
|
|
179
|
+
</div>
|
|
180
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
181
|
+
<!-- <label class="font_normal_body">表  号:</label>-->
|
|
182
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='表号' v-model="model.f_meternumber"-->
|
|
183
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
184
|
+
<!-- condition="meternumber like '%{}%'">-->
|
|
185
|
+
<!-- </div>-->
|
|
186
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
187
|
+
<!-- <label class="font_normal_body">领用人:</label>-->
|
|
188
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='领用人' v-model="model.lyr"-->
|
|
189
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
190
|
+
<!-- condition="lyr like '%{}%'">-->
|
|
191
|
+
<!-- </div>-->
|
|
192
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
193
|
+
<!-- <label class="font_normal_body">发货人:</label>-->
|
|
194
|
+
<!-- <input type="text" style="width:60%" class="input_search" placeholder='发货人' v-model="model.fyr"-->
|
|
195
|
+
<!-- v-on:keyup.enter="$parent.$parent.search()"-->
|
|
196
|
+
<!-- condition="fyr like '%{}%'">-->
|
|
197
|
+
<!-- </div>-->
|
|
198
|
+
<div class="form-group col-sm-3">
|
|
199
|
+
<label class="font_normal_body">发起人:</label>
|
|
200
|
+
<input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
|
|
201
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
202
|
+
condition="u.f_operator like '%{}%'">
|
|
203
|
+
</div>
|
|
204
|
+
<!-- <div class="form-group col-sm-3">-->
|
|
205
|
+
<!-- <label class="font_normal_body">领用状态:</label>-->
|
|
206
|
+
<!-- <v-select-->
|
|
207
|
+
<!-- v-model="model.frstate"-->
|
|
208
|
+
<!-- placeholder='流程状态'-->
|
|
209
|
+
<!-- condition="frstate = '{}'"-->
|
|
210
|
+
<!-- :value.sync="model.frstate"-->
|
|
211
|
+
<!-- :options='$parent.$parent.lyStates'-->
|
|
212
|
+
<!-- class="select select_list"-->
|
|
213
|
+
<!-- :value-single="true"-->
|
|
214
|
+
<!-- close-on-select ></v-select>-->
|
|
215
|
+
<!-- </div>-->
|
|
216
|
+
<div class="form-group col-sm-3">
|
|
217
|
+
<label for="startDate" class="font_normal_body">完工时间:</label>
|
|
218
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
219
|
+
style="width: 60%!important;"
|
|
220
|
+
v-model="model.startDate1"
|
|
221
|
+
:value.sync="model.startDate1"
|
|
222
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
223
|
+
:show-reset-button="true"
|
|
224
|
+
condition=" f_finish_date >= '{}'">
|
|
225
|
+
</datepicker>
|
|
226
|
+
</div>
|
|
227
|
+
<div class="form-group col-sm-3">
|
|
228
|
+
<label for="endDate" class="font_normal_body">完工时间:</label>
|
|
229
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
230
|
+
style="width: 60%!important;"
|
|
231
|
+
v-model="model.endDate1"
|
|
232
|
+
:value.sync="model.endDate1"
|
|
233
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
234
|
+
:show-reset-button="true"
|
|
235
|
+
condition=" f_finish_date <= '{}'">
|
|
236
|
+
</datepicker>
|
|
237
|
+
</div>
|
|
238
|
+
<div class="form-group col-sm-3">
|
|
239
|
+
<label for="bookstart" class="font_normal_body">开始时间:</label>
|
|
240
|
+
<datepicker id="bookstart" placeholder="预约开始日期"
|
|
241
|
+
style="width: 60%!important;"
|
|
242
|
+
v-model="model.bookstart"
|
|
243
|
+
:value.sync="model.bookstart"
|
|
244
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
245
|
+
:show-reset-button="true"
|
|
246
|
+
condition="f_order_date >= '{}'">
|
|
247
|
+
</datepicker>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="form-group col-sm-3">
|
|
250
|
+
<label for="bookend" class="font_normal_body">结束时间:</label>
|
|
251
|
+
<datepicker id="bookend" placeholder="预约结束日期"
|
|
252
|
+
style="width: 60%!important;"
|
|
253
|
+
v-model="model.bookend"
|
|
254
|
+
:value.sync="model.bookend"
|
|
255
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
256
|
+
:show-reset-button="true"
|
|
257
|
+
condition="f_order_date <= '{}'">
|
|
258
|
+
</datepicker>
|
|
259
|
+
</div>
|
|
260
|
+
<div class="form-group col-sm-3">
|
|
261
|
+
<label for="checkstart" class="font_normal_body">验收时间:</label>
|
|
262
|
+
<datepicker id="checkstart" placeholder="开始日期"
|
|
263
|
+
style="width: 60%!important;"
|
|
264
|
+
v-model="model.checkstartDate"
|
|
265
|
+
:value.sync="model.checkstartDate"
|
|
266
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
267
|
+
:show-reset-button="true"
|
|
268
|
+
condition="f_acceptance_time >= '{}'">
|
|
269
|
+
</datepicker>
|
|
270
|
+
</div>
|
|
271
|
+
<div class="form-group col-sm-3">
|
|
272
|
+
<label for="checkend" class="font_normal_body">验收时间:</label>
|
|
273
|
+
<datepicker id="checkend" placeholder="结束日期"
|
|
274
|
+
style="width: 60%!important;"
|
|
275
|
+
v-model="model.checkendDate"
|
|
276
|
+
:value.sync="model.checkendDate"
|
|
277
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
278
|
+
:show-reset-button="true"
|
|
279
|
+
condition="f_acceptance_time <= '{}'">
|
|
280
|
+
</datepicker>
|
|
281
|
+
</div>
|
|
282
|
+
<div class="form-group col-sm-3">
|
|
283
|
+
<label for="checkstart" class="font_normal_body">派工时间:</label>
|
|
284
|
+
<datepicker id="checkstart" placeholder="开始日期"
|
|
285
|
+
style="width: 60%!important;"
|
|
286
|
+
v-model="model.paigongstartDate"
|
|
287
|
+
:value.sync="model.paigongstartDate"
|
|
288
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
289
|
+
:show-reset-button="true"
|
|
290
|
+
condition="actend6.finishtime >= '{}'">
|
|
291
|
+
</datepicker>
|
|
292
|
+
</div>
|
|
293
|
+
<div class="form-group col-sm-3">
|
|
294
|
+
<label for="checkend" class="font_normal_body">派工时间:</label>
|
|
295
|
+
<datepicker id="checkend" placeholder="结束日期"
|
|
296
|
+
style="width: 60%!important;"
|
|
297
|
+
v-model="model.paigongendDate"
|
|
298
|
+
:value.sync="model.paigongendDate"
|
|
299
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
300
|
+
:show-reset-button="true"
|
|
301
|
+
condition="actend6.finishtime <= '{}'">
|
|
302
|
+
</datepicker>
|
|
303
|
+
</div>
|
|
304
|
+
<div class="form-group col-sm-3">
|
|
305
|
+
<label class="font_normal_body">施工人:</label>
|
|
306
|
+
<input type="text" style="width:60%" class="input_search" placeholder='施工人' v-model="model.f_budget_people"
|
|
307
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
308
|
+
condition="f_budget_people like '%{}%'">
|
|
309
|
+
</div>
|
|
310
|
+
<div class="form-group col-sm-3">
|
|
311
|
+
<label class="font_normal_body">施工备注:</label>
|
|
312
|
+
<input type="text" style="width:60%" class="input_search" placeholder='施工备注' v-model="model.f_construction_remarks"
|
|
313
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
314
|
+
condition="f_construction_remarks like '%{}%'">
|
|
315
|
+
</div>
|
|
316
|
+
<div class="form-group col-sm-3">
|
|
317
|
+
<label class="font_normal_body">服务评价:</label>
|
|
318
|
+
<v-select
|
|
319
|
+
v-model="model.f_user_satisfied"
|
|
320
|
+
placeholder='服务评价'
|
|
321
|
+
condition="f_user_satisfied= '{}'"
|
|
322
|
+
:value.sync="model.f_user_satisfied"
|
|
323
|
+
:options='$parent.$parent.satisfied'
|
|
324
|
+
class="select select_list"
|
|
325
|
+
:value-single="true"
|
|
326
|
+
close-on-select ></v-select>
|
|
327
|
+
</div>
|
|
328
|
+
</div>
|
|
329
|
+
</div>
|
|
330
|
+
</criteria>
|
|
331
|
+
<data-grid v-if="$parent.showData" :model="model" partial='list' v-ref:grid class="list_area table_sy">
|
|
332
|
+
<template partial='head'>
|
|
333
|
+
<tr>
|
|
334
|
+
<th style="white-space: nowrap;">序号</th>
|
|
335
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
336
|
+
<th style="white-space: nowrap;">用户编号</th>
|
|
337
|
+
<th style="white-space: nowrap;">客户名称</th>
|
|
338
|
+
<th style="white-space: nowrap;">客户类型</th>
|
|
339
|
+
<th style="white-space: nowrap;">合同编号</th>
|
|
340
|
+
<th style="white-space: nowrap;">电话</th>
|
|
341
|
+
<th style="white-space: nowrap;">地址</th>
|
|
342
|
+
<th style="white-space: nowrap;">来源</th>
|
|
343
|
+
<th style="white-space: nowrap;">报建类型</th>
|
|
344
|
+
<th style="white-space: nowrap;">报建性质</th>
|
|
345
|
+
<th style="white-space: nowrap;">办理环节</th>
|
|
346
|
+
<th style="white-space: nowrap;">流程状态</th>
|
|
347
|
+
<th style="white-space: nowrap;">报建日期</th>
|
|
348
|
+
<th style="white-space: nowrap;">完工日期</th>
|
|
349
|
+
<th style="white-space: nowrap;">施工人</th>
|
|
350
|
+
<th style="white-space: nowrap;">通气申请人</th>
|
|
351
|
+
<th style="white-space: nowrap;">通气施工人</th>
|
|
352
|
+
<th style="white-space: nowrap;">合同审批人</th>
|
|
353
|
+
<th style="white-space: nowrap;">方案审批人</th>
|
|
354
|
+
<th style="white-space: nowrap;">工程审批人</th>
|
|
355
|
+
<th style="white-space: nowrap;">验收审批人</th>
|
|
356
|
+
<th style="white-space: nowrap;">安装项目</th>
|
|
357
|
+
<th style="white-space: nowrap;">施工单位</th>
|
|
358
|
+
<th style="white-space: nowrap;">施工备注</th>
|
|
359
|
+
<th style="white-space: nowrap;">施工时间</th>
|
|
360
|
+
<!-- <th style="white-space: nowrap;">灶具品牌</th>
|
|
361
|
+
<th style="white-space: nowrap;">热水器品牌</th>-->
|
|
362
|
+
<th style="white-space: nowrap;">缴费金额</th>
|
|
363
|
+
<th style="white-space: nowrap;">验收时间</th>
|
|
364
|
+
<th style="white-space: nowrap;">开工时间</th>
|
|
365
|
+
<th style="white-space: nowrap;">派工时间</th>
|
|
366
|
+
<th style="white-space: nowrap;">用户评价</th>
|
|
367
|
+
<th style="white-space: nowrap;">发起人</th>
|
|
368
|
+
<th style="white-space: nowrap;">报建申请备注</th>
|
|
369
|
+
</tr>
|
|
370
|
+
</template>
|
|
371
|
+
<template partial='body'>
|
|
372
|
+
<tr>
|
|
373
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
374
|
+
<nobr>{{$index+1}}</nobr>
|
|
375
|
+
</td>
|
|
376
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
377
|
+
<nobr>{{row.f_apply_num}}</nobr>
|
|
378
|
+
</td>
|
|
379
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
380
|
+
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
381
|
+
</td>
|
|
382
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
383
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
384
|
+
</td>
|
|
385
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
386
|
+
<nobr>{{row.f_user_type}}</nobr>
|
|
387
|
+
</td>
|
|
388
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
389
|
+
<nobr>{{row.f_contract_number}}</nobr>
|
|
390
|
+
</td>
|
|
391
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
392
|
+
<nobr>{{row.f_phone}}</nobr>
|
|
393
|
+
</td>
|
|
394
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
395
|
+
<nobr>{{row.f_address}}</nobr>
|
|
396
|
+
</td>
|
|
397
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
398
|
+
<nobr>{{row.f_apply_source}}</nobr>
|
|
399
|
+
</td>
|
|
400
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
401
|
+
<nobr>{{row.f_apply_type}}</nobr>
|
|
402
|
+
</td>
|
|
403
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
404
|
+
<nobr>{{row.f_apply_nature}}</nobr>
|
|
405
|
+
</td>
|
|
406
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
407
|
+
<nobr>{{row.defname}}</nobr>
|
|
408
|
+
</td>
|
|
409
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
410
|
+
<nobr>{{row.f_sub_state}}</nobr>
|
|
411
|
+
</td>
|
|
412
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
413
|
+
<nobr>{{row.f_apply_date}}</nobr>
|
|
414
|
+
</td>
|
|
415
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
416
|
+
<nobr>{{row.f_finish_date}}</nobr>
|
|
417
|
+
</td>
|
|
418
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
419
|
+
<nobr>{{row.f_budget_people}}</nobr>
|
|
420
|
+
</td>
|
|
421
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
422
|
+
<nobr>{{row.f_shenqing_person}}</nobr>
|
|
423
|
+
</td>
|
|
424
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
425
|
+
<nobr>{{row.f_tongqi_person}}</nobr>
|
|
426
|
+
</td>
|
|
427
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
428
|
+
<nobr>{{row.f_hetong_person}}</nobr>
|
|
429
|
+
</td>
|
|
430
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
431
|
+
<nobr>{{row.f_fangan_person}}</nobr>
|
|
432
|
+
</td>
|
|
433
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
434
|
+
<nobr>{{row.f_gogncheng_person}}</nobr>
|
|
435
|
+
</td>
|
|
436
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
437
|
+
<nobr>{{row.f_yanshou_person}}</nobr>
|
|
438
|
+
</td>
|
|
439
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
440
|
+
<nobr>{{row.f_install_project}}</nobr>
|
|
441
|
+
</td>
|
|
442
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
443
|
+
<nobr>{{row.f_construction_unit}}</nobr>
|
|
444
|
+
</td>
|
|
445
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
446
|
+
<nobr>{{row.f_construction_remarks}}</nobr>
|
|
447
|
+
</td>
|
|
448
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
449
|
+
<nobr>{{row.f_construction_date}}</nobr>
|
|
450
|
+
</td>
|
|
451
|
+
<!-- <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
452
|
+
<nobr>{{row['热水器']}}</nobr>
|
|
453
|
+
</td>
|
|
454
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
455
|
+
<nobr>{{row['灶具']}}</nobr>
|
|
456
|
+
</td>-->
|
|
457
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
458
|
+
<nobr>{{row.f_cumulative_payment_money}}</nobr>
|
|
459
|
+
</td>
|
|
460
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
461
|
+
<nobr>{{row.f_acceptance_time}}</nobr>
|
|
462
|
+
</td>
|
|
463
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
464
|
+
<nobr>{{row.f_completion_time}}</nobr>
|
|
465
|
+
</td>
|
|
466
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
467
|
+
<nobr>{{row.f_gongcheng_tijiao}}</nobr>
|
|
468
|
+
</td>
|
|
469
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
470
|
+
<nobr>{{row.f_user_appraise}}</nobr>
|
|
471
|
+
</td>
|
|
472
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
473
|
+
<nobr>{{row.f_operator}}</nobr>
|
|
474
|
+
</td>
|
|
475
|
+
<td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
476
|
+
<nobr>{{row.f_apply_remarks}}</nobr>
|
|
477
|
+
</td>
|
|
478
|
+
</tr>
|
|
479
|
+
</template>
|
|
480
|
+
</data-grid>
|
|
481
|
+
</criteria-paged>
|
|
482
|
+
</div>
|
|
483
|
+
</template>
|
|
484
|
+
<script>
|
|
485
|
+
import {PagedList} from 'vue-client'
|
|
486
|
+
import {isEmpty} from '../../../components/Util'
|
|
487
|
+
export default {
|
|
488
|
+
title: '勘探详情',
|
|
489
|
+
props: ['showData'],
|
|
490
|
+
data () {
|
|
491
|
+
return {
|
|
492
|
+
model: new PagedList('rs/sql/supervisory', 20, {
|
|
493
|
+
data: {
|
|
494
|
+
orgid: this.$login.f.orgid
|
|
495
|
+
}
|
|
496
|
+
}),
|
|
497
|
+
orgid:'',
|
|
498
|
+
curorgid: [this.$login.f.orgid],
|
|
499
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
500
|
+
usertype: [{label: '全部', value: ''}, {label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
|
|
501
|
+
defnames: [{label: '全部', value: ''},...this.$appdata.getParam('办理环节')], // 流程节点
|
|
502
|
+
applyNatures: [{label: '全部', value: ''},...this.$appdata.getParam('报建性质')], // 报建性质
|
|
503
|
+
criteriaShow: false,
|
|
504
|
+
satisfied: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建服务评价')],
|
|
505
|
+
subStates: [
|
|
506
|
+
{label: '全部', value: ''},
|
|
507
|
+
{label: '新增', value: '新增'},
|
|
508
|
+
{label: '暂停', value: '暂停'},
|
|
509
|
+
{label: '终止', value: '终止'},
|
|
510
|
+
{label: '完工', value: '完工'},
|
|
511
|
+
{label: '正在进行', value: '正在进行'}
|
|
512
|
+
], // 流程状态
|
|
513
|
+
lyStates: [
|
|
514
|
+
{label: '全部', value: ''},
|
|
515
|
+
{label: '已领', value: '已领'},
|
|
516
|
+
{label: '未领', value: '未领'}
|
|
517
|
+
|
|
518
|
+
],
|
|
519
|
+
// 流程状态
|
|
520
|
+
getfield: {
|
|
521
|
+
'f_apply_num': '工程编号',
|
|
522
|
+
'f_userinfo_code': '用户编号',
|
|
523
|
+
'f_user_name': '客户名称',
|
|
524
|
+
'f_user_type': '客户类型',
|
|
525
|
+
'f_contract_number': '合同编号',
|
|
526
|
+
'f_phone': '电话',
|
|
527
|
+
'f_address': '地址',
|
|
528
|
+
'f_apply_source': '来源',
|
|
529
|
+
'f_apply_type': '报建类型',
|
|
530
|
+
'f_apply_nature': '报建性质',
|
|
531
|
+
'f_cumulative_payment_money': '缴费金额',
|
|
532
|
+
'defname': '办理环节',
|
|
533
|
+
'f_sub_state': '流程状态',
|
|
534
|
+
'f_apply_date': '报建日期',
|
|
535
|
+
'f_finish_date': '完工日期',
|
|
536
|
+
'f_shenqing_person': '通气申请人',
|
|
537
|
+
'f_hetong_person': '合同审批人',
|
|
538
|
+
'f_tongqi_person': '通气施工人',
|
|
539
|
+
'f_fangan_person': '方案审批人',
|
|
540
|
+
'f_gogncheng_person': '工程审批人',
|
|
541
|
+
'f_apply_remarks': '报建申请备注',
|
|
542
|
+
'f_yanshou_person': '验收审批人',
|
|
543
|
+
'f_install_project': '安装项目',
|
|
544
|
+
'f_construction_date': '施工时间',
|
|
545
|
+
'f_construction_remarks': '施工备注',
|
|
546
|
+
'f_completion_time': '开工时间',
|
|
547
|
+
'f_budget_people':'施工人',
|
|
548
|
+
'f_acceptance_time':'验收时间',
|
|
549
|
+
'f_gongcheng_tijiao':'派工时间',
|
|
550
|
+
'f_user_appraise':'服务评价',
|
|
551
|
+
'f_operator':'发起人',
|
|
552
|
+
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
ready () {
|
|
557
|
+
// 调用查询
|
|
558
|
+
this.search()
|
|
559
|
+
},
|
|
560
|
+
events: {
|
|
561
|
+
},
|
|
562
|
+
methods: {
|
|
563
|
+
loadPage () {
|
|
564
|
+
this.$dispatch('loadPage')
|
|
565
|
+
},
|
|
566
|
+
// 查询
|
|
567
|
+
search () {
|
|
568
|
+
this.$dispatch('search')
|
|
569
|
+
},
|
|
570
|
+
check (val) {
|
|
571
|
+
this.$dispatch('apply', val)
|
|
572
|
+
},
|
|
573
|
+
async applyTypeChange () {
|
|
574
|
+
//判断this.$refs.cp.$refs.cri.model.f_apply_type是不是数组
|
|
575
|
+
if (Array.isArray(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
576
|
+
if(this.$refs.cp.$refs.cri.model.f_apply_type.length>0){
|
|
577
|
+
for (let i = 0; i < this.$refs.cp.$refs.cri.model.f_apply_type.length; i++) {
|
|
578
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
579
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type[i] },
|
|
580
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
581
|
+
)
|
|
582
|
+
if (!isEmpty(res.data)) {
|
|
583
|
+
const newDefnames = [{ label: '全部', value: '' }, ...res.data];
|
|
584
|
+
const newApplyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`))
|
|
585
|
+
? [{ label: '全部', value: '' }]
|
|
586
|
+
: [{ label: '全部', value: '' }, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type[i]}性质`)];
|
|
587
|
+
// 检查并追加 defnames
|
|
588
|
+
newDefnames.forEach(item => {
|
|
589
|
+
if (!this.defnames.some(defname => defname.value === item.value)) {
|
|
590
|
+
this.defnames.push(item);
|
|
591
|
+
}
|
|
592
|
+
});
|
|
593
|
+
// 检查并追加 applyNatures
|
|
594
|
+
newApplyNatures.forEach(item => {
|
|
595
|
+
if (!this.applyNatures.some(applyNature => applyNature.value === item.value)) {
|
|
596
|
+
this.applyNatures.push(item);
|
|
597
|
+
}
|
|
598
|
+
});
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}else{
|
|
603
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
604
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
605
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
606
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
607
|
+
)
|
|
608
|
+
|
|
609
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
610
|
+
|
|
611
|
+
this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
|
|
612
|
+
} else {
|
|
613
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
614
|
+
|
|
615
|
+
this.applyNatures = [{label: '全部', value: ''}]
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
clear () {
|
|
620
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
621
|
+
if (Array.isArray(this.$refs.cp.$refs.cri.model[key])) {
|
|
622
|
+
this.$refs.cp.$refs.cri.model[key] = [];
|
|
623
|
+
} else {
|
|
624
|
+
this.$refs.cp.$refs.cri.model[key] = null;
|
|
625
|
+
}
|
|
626
|
+
})
|
|
627
|
+
},
|
|
628
|
+
getorg (val) {
|
|
629
|
+
if (val.length <= 0) {
|
|
630
|
+
return
|
|
631
|
+
}
|
|
632
|
+
this.model.params.data.orgid = val[0]
|
|
633
|
+
this.orgid= val[0]
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
computed: {
|
|
637
|
+
getCondition () {
|
|
638
|
+
return {
|
|
639
|
+
condition: this.model.condition,
|
|
640
|
+
data: {
|
|
641
|
+
orgid: this.orgid
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
projectImport () {
|
|
646
|
+
return this.$login.r.includes('流程监控-导出')
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
</script>
|
|
651
|
+
<style scoped>
|
|
652
|
+
</style>
|