apply-clients 3.3.13 → 3.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/android/Function/AppInstallFunction.vue +0 -10
- package/src/components/android/Process/AppExplorationUser.vue +268 -278
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +0 -10
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +0 -9
- package/src/components/product/Function/InstallInfoSelect.vue +4 -13
- package/src/components/product/Order/OrderMessage.vue +0 -4
- package/src/components/product/Process/ExplorationSelect.vue +3 -12
- package/src/components/product/Process/Processes/printCharge.vue +16 -25
- package/src/components/product/Process/Service/ServiceControl.vue +48 -8
- package/src/components/product/Stop/StopApplyList.vue +3 -13
- package/src/components/product/Supervisory/SupervisoryList.vue +3 -13
package/package.json
CHANGED
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
5
|
<div partial class="auto">
|
|
6
6
|
<div class="row form-group app-input">
|
|
7
|
-
<label class="">项目名称:</label>
|
|
8
|
-
<div class="col-xs-8" >
|
|
9
|
-
<input class="" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
7
|
<label class="">客户名称:</label>
|
|
14
8
|
<div class="col-xs-8" >
|
|
15
9
|
<input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
|
|
@@ -107,10 +101,6 @@
|
|
|
107
101
|
<list :model="model" partial='list'>
|
|
108
102
|
<div partial class="auto app-text panel">
|
|
109
103
|
<div class="panel-body panel-self">
|
|
110
|
-
<div class="col-xs-12">
|
|
111
|
-
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
112
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
113
|
-
</div>
|
|
114
104
|
<div class="col-xs-12">
|
|
115
105
|
<p class="col-xs-3 text-left font"><b>客户名称:</b></p>
|
|
116
106
|
<p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
|
|
@@ -1,278 +1,268 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="p-10">
|
|
3
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
-
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
5
|
-
<div partial class="auto">
|
|
6
|
-
<div class="row form-group app-input">
|
|
7
|
-
<label class=""
|
|
8
|
-
<div class="col-xs-8" >
|
|
9
|
-
<input class="" v-model=model.
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
|
-
<label class=""
|
|
14
|
-
<div class="col-xs-8" >
|
|
15
|
-
<input class="" v-model=model.
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
19
|
-
<label class=""
|
|
20
|
-
<div class="col-xs-8" >
|
|
21
|
-
<input class="" v-model=model.
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
25
|
-
<label class=""
|
|
26
|
-
<div class="col-xs-8" >
|
|
27
|
-
<input class="" v-model=model.
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
31
|
-
<label class=""
|
|
32
|
-
<div class="col-xs-8" >
|
|
33
|
-
<
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
68
|
-
<label class=""
|
|
69
|
-
<div class="col-xs-8" >
|
|
70
|
-
<
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
.
|
|
260
|
-
|
|
261
|
-
border: none;
|
|
262
|
-
outline: none;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
.datepicker {
|
|
270
|
-
.form-control:focus {
|
|
271
|
-
border: none!important;
|
|
272
|
-
outline: none!important;
|
|
273
|
-
-webkit-box-shadow: none;
|
|
274
|
-
box-shadow: none;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="p-10">
|
|
3
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
5
|
+
<div partial class="auto">
|
|
6
|
+
<div class="row form-group app-input">
|
|
7
|
+
<label class="">客户名称:</label>
|
|
8
|
+
<div class="col-xs-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_phone condition="u.f_phone 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>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
47
|
+
<label class="">办理环节:</label>
|
|
48
|
+
<div class="col-xs-8" >
|
|
49
|
+
<v-select
|
|
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>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
62
|
+
<label class="">用户地址:</label>
|
|
63
|
+
<div class="col-xs-8" >
|
|
64
|
+
<input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
68
|
+
<label class="">开始时间:</label>
|
|
69
|
+
<div class="col-xs-8" >
|
|
70
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
71
|
+
style="width: 100%!important;"
|
|
72
|
+
v-model="model.startDate"
|
|
73
|
+
:value.sync="model.startDate"
|
|
74
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
75
|
+
:show-reset-button="true"
|
|
76
|
+
condition="u.f_apply_date >= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
|
|
77
|
+
</datepicker>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
81
|
+
<label class="">结束时间:</label>
|
|
82
|
+
<div class="col-xs-8" >
|
|
83
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
84
|
+
style="width: 100%!important;"
|
|
85
|
+
v-model="model.endDate"
|
|
86
|
+
:value.sync="model.endDate"
|
|
87
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
88
|
+
:show-reset-button="true"
|
|
89
|
+
condition="f_apply_date <= to_date('{}', 'yyyy-mm-dd hh24:mi:ss')">
|
|
90
|
+
</datepicker>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="row form-group text-right" style="">
|
|
94
|
+
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
95
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
96
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
</criteria>
|
|
100
|
+
|
|
101
|
+
<list :model="model" partial='list'>
|
|
102
|
+
<div partial class="auto app-text panel">
|
|
103
|
+
<div class="panel-body panel-self">
|
|
104
|
+
<div class="col-xs-12">
|
|
105
|
+
<p class="col-xs-3 text-left font"><b>客户名称:</b></p>
|
|
106
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="col-xs-12">
|
|
109
|
+
<p class="col-xs-3 text-left font"><b>电  话:</b></p>
|
|
110
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="col-xs-12">
|
|
113
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
114
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
|
|
115
|
+
</div>
|
|
116
|
+
<div class="col-xs-12">
|
|
117
|
+
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
118
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
|
|
119
|
+
</div>
|
|
120
|
+
<div class="col-xs-12">
|
|
121
|
+
<p class="col-xs-3 text-left font"><b>办理环节:</b></p>
|
|
122
|
+
<p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
|
|
123
|
+
</div>
|
|
124
|
+
<div class="col-xs-12">
|
|
125
|
+
<p class="col-xs-3 text-left font"><b>地  址:</b></p>
|
|
126
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="col-xs-12">
|
|
129
|
+
<p class="col-xs-3 text-left font"><b>报建日期:</b></p>
|
|
130
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
|
|
131
|
+
</div>
|
|
132
|
+
|
|
133
|
+
<div class="col-xs-12 text-right">
|
|
134
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</list>
|
|
139
|
+
</criteria-paged>
|
|
140
|
+
</div>
|
|
141
|
+
</template>
|
|
142
|
+
<script>
|
|
143
|
+
import Vue from 'vue'
|
|
144
|
+
import { PagedList, HttpResetClass } from 'vue-client'
|
|
145
|
+
import {isEmpty} from '../../Util'
|
|
146
|
+
export default {
|
|
147
|
+
title: '报建流程',
|
|
148
|
+
data () {
|
|
149
|
+
return {
|
|
150
|
+
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, 20, {
|
|
151
|
+
// model: new PagedList('rs/sql/checkuser', 20, {
|
|
152
|
+
data: {
|
|
153
|
+
id: Vue.user.id,
|
|
154
|
+
orgid: Vue.user.orgid
|
|
155
|
+
// id: '51953',
|
|
156
|
+
// orgid: '10101'
|
|
157
|
+
}
|
|
158
|
+
}),
|
|
159
|
+
criteriaShow: false,
|
|
160
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
|
|
161
|
+
defnames: [{label: '全部', value: ''}]
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
ready () {
|
|
165
|
+
this.search()
|
|
166
|
+
},
|
|
167
|
+
methods: {
|
|
168
|
+
clear () {
|
|
169
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
170
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
171
|
+
})
|
|
172
|
+
},
|
|
173
|
+
// 查询
|
|
174
|
+
search () {
|
|
175
|
+
this.$refs.cp.$refs.cri.search()
|
|
176
|
+
},
|
|
177
|
+
searchCondition (args) {
|
|
178
|
+
args.condition += `and act.defname in ${this.appDefnames}`
|
|
179
|
+
this.model.search(args.condition, args.model)
|
|
180
|
+
},
|
|
181
|
+
click (row) {
|
|
182
|
+
let _this = this
|
|
183
|
+
this.$dispatch('gotoson', {
|
|
184
|
+
_this: _this,
|
|
185
|
+
title: row.defname,
|
|
186
|
+
safe: true
|
|
187
|
+
})
|
|
188
|
+
this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
|
|
189
|
+
},
|
|
190
|
+
applyTypeChange () {
|
|
191
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
192
|
+
let http = new HttpResetClass()
|
|
193
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
|
|
194
|
+
// http.load('POST', 'rs/logic/getDefnameByType', {
|
|
195
|
+
f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
|
|
196
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
197
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
198
|
+
})
|
|
199
|
+
} else {
|
|
200
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
events: {
|
|
205
|
+
},
|
|
206
|
+
watch: {
|
|
207
|
+
},
|
|
208
|
+
computed: {
|
|
209
|
+
appDefnames () {
|
|
210
|
+
// let list = [{label: '报装缴费', value: '报装缴费'}, {label: '通气点火', value: '通气点火'}]
|
|
211
|
+
let list = this.$appdata.getParam('手机节点')
|
|
212
|
+
return `(${list.map(item => `'${item.value}'`).toString()})`
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
</script>
|
|
217
|
+
<style scoped>
|
|
218
|
+
.panel-self{
|
|
219
|
+
border-radius: 10px;
|
|
220
|
+
border:1px solid #499EDF;
|
|
221
|
+
background-color: #F8F8F8;
|
|
222
|
+
}
|
|
223
|
+
.font{
|
|
224
|
+
font: 15px PingFang-SC-Medium;
|
|
225
|
+
color: #666666;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.button_shrink_top {
|
|
229
|
+
width: 34px;
|
|
230
|
+
height: 34px;
|
|
231
|
+
border: solid 1px #6aa6e2;
|
|
232
|
+
background-size: 100%;
|
|
233
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.button_shrink_bottom {
|
|
237
|
+
width: 34px;
|
|
238
|
+
height: 34px;
|
|
239
|
+
border: solid 1px #6aa6e2;
|
|
240
|
+
background-size: 100%;
|
|
241
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
242
|
+
}
|
|
243
|
+
</style>
|
|
244
|
+
<style lang="less">
|
|
245
|
+
.app-input {
|
|
246
|
+
label {
|
|
247
|
+
float: left;
|
|
248
|
+
}
|
|
249
|
+
.select {
|
|
250
|
+
button {
|
|
251
|
+
border: none;
|
|
252
|
+
outline: none;
|
|
253
|
+
text-align: left;
|
|
254
|
+
.btn-placeholder {
|
|
255
|
+
color: #ACA899
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
.datepicker {
|
|
260
|
+
.form-control:focus {
|
|
261
|
+
border: none!important;
|
|
262
|
+
outline: none!important;
|
|
263
|
+
-webkit-box-shadow: none;
|
|
264
|
+
box-shadow: none;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
</style>
|
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
5
|
<div partial class="auto">
|
|
6
6
|
<div class="row form-group app-input">
|
|
7
|
-
<label class="">项目名称:</label>
|
|
8
|
-
<div class="col-xs-8" >
|
|
9
|
-
<input class="" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
7
|
<label class="">客户名称:</label>
|
|
14
8
|
<div class="col-xs-8" >
|
|
15
9
|
<input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
|
|
@@ -112,10 +106,6 @@
|
|
|
112
106
|
<list :model="model" partial='list'>
|
|
113
107
|
<div partial class="auto app-text panel">
|
|
114
108
|
<div class="panel-body panel-self">
|
|
115
|
-
<div class="col-xs-12">
|
|
116
|
-
<p class="col-xs-3 text-left font"><b>项目名称:</b></p>
|
|
117
|
-
<p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
|
|
118
|
-
</div>
|
|
119
109
|
<div class="col-xs-12">
|
|
120
110
|
<p class="col-xs-3 text-left font"><b>客户名称:</b></p>
|
|
121
111
|
<p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
|
|
@@ -58,11 +58,6 @@
|
|
|
58
58
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
59
59
|
condition="a.f_apply_num = '{}'">
|
|
60
60
|
</div>
|
|
61
|
-
<div class="form-group col-sm-3">
|
|
62
|
-
<label class="font_normal_body">项目名称:</label>
|
|
63
|
-
<input type="text" class="input_search" style="width: 60%" v-model="model.f_entry_name"
|
|
64
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="a.f_entry_name like '%{}%'" placeholder='项目名'>
|
|
65
|
-
</div>
|
|
66
61
|
<div class="form-group col-sm-3">
|
|
67
62
|
<label class="font_normal_body">合同编号:</label>
|
|
68
63
|
<input type="text" style="width: 60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
|
|
@@ -125,7 +120,6 @@
|
|
|
125
120
|
<tr>
|
|
126
121
|
<th>序号</th>
|
|
127
122
|
<th>工程编号</th>
|
|
128
|
-
<th>项目名称</th>
|
|
129
123
|
<th>合同编号</th>
|
|
130
124
|
<th>报建类型</th>
|
|
131
125
|
<th>缴费编码</th>
|
|
@@ -145,9 +139,6 @@
|
|
|
145
139
|
<td style="text-align: center;">
|
|
146
140
|
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
147
141
|
</td>
|
|
148
|
-
<td style="text-align: center;">
|
|
149
|
-
<nobr><font>{{row.f_entry_name}}</font></nobr>
|
|
150
|
-
</td>
|
|
151
142
|
<td style="text-align: center;">
|
|
152
143
|
<nobr><font>{{row.f_contract_number}}</font></nobr>
|
|
153
144
|
</td>
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
condition="f_apply_num = '{}'">
|
|
21
21
|
</div>
|
|
22
22
|
<div class="form-group col-sm-3">
|
|
23
|
-
<label class="font_normal_body"
|
|
24
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
25
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
23
|
+
<label class="font_normal_body">客户名称:</label>
|
|
24
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
25
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
26
26
|
</div>
|
|
27
27
|
<div class="form-group col-sm-3 button-range">
|
|
28
28
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
@@ -36,11 +36,6 @@
|
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
39
|
-
<div class="form-group col-sm-3">
|
|
40
|
-
<label class="font_normal_body">客户名称:</label>
|
|
41
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
42
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
43
|
-
</div>
|
|
44
39
|
<div class="form-group col-sm-3">
|
|
45
40
|
<label class="font_normal_body">联系电话:</label>
|
|
46
41
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
@@ -113,8 +108,7 @@
|
|
|
113
108
|
<template partial='head'>
|
|
114
109
|
<tr class="title">
|
|
115
110
|
<th style="white-space: nowrap;">序号</th>
|
|
116
|
-
<th style="white-space: nowrap;"
|
|
117
|
-
<th style="white-space: nowrap;">项目名称</th>
|
|
111
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
118
112
|
<th style="white-space: nowrap;">客户名称</th>
|
|
119
113
|
<th style="white-space: nowrap;">合同编号</th>
|
|
120
114
|
<th style="white-space: nowrap;">电话</th>
|
|
@@ -134,9 +128,6 @@
|
|
|
134
128
|
<td style="text-align: center;">
|
|
135
129
|
<nobr>{{row.f_apply_num}}</nobr>
|
|
136
130
|
</td>
|
|
137
|
-
<td style="text-align: center;">
|
|
138
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
139
|
-
</td>
|
|
140
131
|
<td style="text-align: center;">
|
|
141
132
|
<nobr>{{row.f_user_name}}</nobr>
|
|
142
133
|
</td>
|
|
@@ -87,10 +87,6 @@
|
|
|
87
87
|
<!-- 项目信息 -->
|
|
88
88
|
<div class="auto" v-if="selectdata.f_ordertype !== '预约点火' && (type === 'process' || selectdata.f_orderstate === '预约成功')">
|
|
89
89
|
<div class="col-sm-12 text-center bg-info pt-8">项目信息</div>
|
|
90
|
-
<div class="col-sm-6 form-group" :class="[$v.f_entry_name.required ? 'has-error' : '']">
|
|
91
|
-
<label class="font_normal_body">工程名称</label>
|
|
92
|
-
<input type="text" class="input_search" style="width: 60%" v-model="apply.f_entry_name" v-validate:f_entry_name = "['required']" :readonly="selectdata.f_orderstate === '预约成功'" />
|
|
93
|
-
</div>
|
|
94
90
|
<div class="col-sm-6 form-group" v-if="selectdata.f_ordertype === '预约报装'" :class="[$v.f_apply_type.required ? 'has-error' : '']">
|
|
95
91
|
<label class="font_normal_body">报建类型</label>
|
|
96
92
|
<input type="text" v-show="false" v-validate:f_apply_type = "['required']" v-model="apply.f_apply_type">
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
condition="f_apply_num = '{}'">
|
|
21
21
|
</div>
|
|
22
22
|
<div class="form-group col-sm-3">
|
|
23
|
-
<label class="font_normal_body"
|
|
24
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
25
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
23
|
+
<label class="font_normal_body">客户名称:</label>
|
|
24
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
25
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
26
26
|
</div>
|
|
27
27
|
<div class="form-group col-sm-3 button-range">
|
|
28
28
|
<button class="button_new button_spacing" style="width: max-content"
|
|
@@ -38,11 +38,6 @@
|
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
41
|
-
<div class="form-group col-sm-3">
|
|
42
|
-
<label class="font_normal_body">客户名称:</label>
|
|
43
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
44
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
45
|
-
</div>
|
|
46
41
|
<div class="form-group col-sm-3">
|
|
47
42
|
<label class="font_normal_body">联系电话:</label>
|
|
48
43
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
@@ -116,7 +111,6 @@
|
|
|
116
111
|
<tr>
|
|
117
112
|
<th style="white-space: nowrap;">序号</th>
|
|
118
113
|
<th style="white-space: nowrap;">工程编号</th>
|
|
119
|
-
<th style="white-space: nowrap;">项目名称</th>
|
|
120
114
|
<th style="white-space: nowrap;">客户名称</th>
|
|
121
115
|
<th style="white-space: nowrap;">合同编号</th>
|
|
122
116
|
<th style="white-space: nowrap;">电话</th>
|
|
@@ -137,9 +131,6 @@
|
|
|
137
131
|
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
138
132
|
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
139
133
|
</td>
|
|
140
|
-
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
141
|
-
<nobr><font>{{row.f_entry_name}}</font></nobr>
|
|
142
|
-
</td>
|
|
143
134
|
<td @click="$parent.$parent.$parent.click(row)" :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
|
|
144
135
|
<nobr><font>{{row.f_user_name}}</font></nobr>
|
|
145
136
|
</td>
|
|
@@ -39,34 +39,36 @@
|
|
|
39
39
|
<table border="1">
|
|
40
40
|
<tr>
|
|
41
41
|
<td colspan="6">
|
|
42
|
-
|
|
42
|
+
<span>开票日期:{{ new Date().Format('yyyy年MM月dd日') }}</span>
|
|
43
|
+
<span>收据编码:{{ charge.f_charge_number }}</span>
|
|
44
|
+
<span>状态:{{ charge.f_charge_status }}</span>
|
|
43
45
|
</td>
|
|
44
46
|
</tr>
|
|
45
47
|
<tr>
|
|
46
48
|
<td>用户姓名</td>
|
|
47
|
-
<td colspan="2">{{ f_user_name }}</td>
|
|
48
|
-
<td
|
|
49
|
-
<td>{{
|
|
49
|
+
<td colspan="2">{{ charge.f_user_name }}</td>
|
|
50
|
+
<td>用户编号</td>
|
|
51
|
+
<td colspan="2">{{ selectdata.f_userinfo_code }}</td>
|
|
50
52
|
</tr>
|
|
51
53
|
<tr>
|
|
52
|
-
<td
|
|
53
|
-
<td colspan="
|
|
54
|
+
<td>用户地址</td>
|
|
55
|
+
<td colspan="5">{{ selectdata.f_address }}</td>
|
|
54
56
|
</tr>
|
|
55
57
|
<tr>
|
|
56
|
-
<td
|
|
57
|
-
<td colspan="2"
|
|
58
|
-
<td
|
|
59
|
-
<td>{{ charge.f_payment_method }}</td>
|
|
58
|
+
<td>收款项目</td>
|
|
59
|
+
<td colspan="2">{{ charge.f_payment_term }}</td>
|
|
60
|
+
<td>收款方式</td>
|
|
61
|
+
<td colspan="2">{{ charge.f_payment_method }}</td>
|
|
60
62
|
</tr>
|
|
61
63
|
<tr>
|
|
62
|
-
<td
|
|
64
|
+
<td>金额</td>
|
|
63
65
|
<td>{{ charge.f_charge_money }}</td>
|
|
64
|
-
<td
|
|
65
|
-
<td colspan="
|
|
66
|
+
<td>金额大写</td>
|
|
67
|
+
<td colspan="3">{{ charge.f_amount_words }}</td>
|
|
66
68
|
</tr>
|
|
67
69
|
<tr>
|
|
68
70
|
<td>备  注</td>
|
|
69
|
-
<td colspan="
|
|
71
|
+
<td colspan="5">{{ selectdata.f_entry_name }}</td>
|
|
70
72
|
</tr>
|
|
71
73
|
</table>
|
|
72
74
|
<span>
|
|
@@ -105,19 +107,8 @@ export default {
|
|
|
105
107
|
return {}
|
|
106
108
|
},
|
|
107
109
|
ready () {
|
|
108
|
-
console.log('------------------打印-------------------')
|
|
109
|
-
console.log()
|
|
110
110
|
},
|
|
111
111
|
computed: {
|
|
112
|
-
f_user_name () {
|
|
113
|
-
return isEmpty(this.charge.f_user_name) ? this.selectdata.f_contact : this.charge.f_user_name
|
|
114
|
-
},
|
|
115
|
-
f_user_phone () {
|
|
116
|
-
return isEmpty(this.charge.f_user_phone) ? this.selectdata.f_phone : this.charge.f_user_phone
|
|
117
|
-
},
|
|
118
|
-
f_useraddress () {
|
|
119
|
-
return isEmpty(this.charge.f_useraddress) ? `武安市${this.selectdata.f_street}${this.selectdata.f_residential_area}` : `武安市${this.charge.f_useraddress}`
|
|
120
|
-
},
|
|
121
112
|
orgs () {
|
|
122
113
|
return this.$login.f.orgs
|
|
123
114
|
}
|
|
@@ -612,8 +612,11 @@ export default {
|
|
|
612
612
|
this.show_data.f_userinfo_code = row.f_userinfo_code
|
|
613
613
|
},
|
|
614
614
|
// 是否购买保险
|
|
615
|
-
'isInsureChange' (index) {
|
|
616
|
-
|
|
615
|
+
async 'isInsureChange' (index) {
|
|
616
|
+
if (!this.show_data.f_is_insure) {
|
|
617
|
+
return
|
|
618
|
+
}
|
|
619
|
+
let f_is_insure = this.show_data.f_is_insure
|
|
617
620
|
for (const item of this.show_data.fields) {
|
|
618
621
|
if (f_is_insure === '是') {
|
|
619
622
|
if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额') {
|
|
@@ -636,11 +639,47 @@ export default {
|
|
|
636
639
|
},
|
|
637
640
|
// 通气点火初始化
|
|
638
641
|
async 'gasReadyEvent' () {
|
|
642
|
+
// 是否有气价信息
|
|
639
643
|
if (!isEmpty(this.show_data.f_price_id)) {
|
|
640
644
|
let priceList = await this.getPrice(this.show_data.f_price_id)
|
|
641
645
|
this.setLabelValue('气价名称', priceList[0].value)
|
|
642
646
|
}
|
|
643
647
|
|
|
648
|
+
let data = {
|
|
649
|
+
tablename: 't_userfees',
|
|
650
|
+
condition: `f_orgid = '${this.$login.f.orgid}' and f_userinfo_id = '${this.show_data.f_userinfo_id}' and f_state = '待执行'`
|
|
651
|
+
}
|
|
652
|
+
let http = new HttpResetClass()
|
|
653
|
+
let res = await http.load(
|
|
654
|
+
'POST',
|
|
655
|
+
`rs/sql/singleTable`,
|
|
656
|
+
{data: data},
|
|
657
|
+
{resolveMsg: null, rejectMsg: '保险查询失败!!!'}
|
|
658
|
+
)
|
|
659
|
+
if (res.data.length > 0) {
|
|
660
|
+
|
|
661
|
+
this.setLabelValue('待执行保险', '是')
|
|
662
|
+
for (const item of this.show_data.fields) {
|
|
663
|
+
if (item.label === '是否购买保险' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
|
|
664
|
+
item.hidden = true
|
|
665
|
+
item.required = false
|
|
666
|
+
item.value = null
|
|
667
|
+
}
|
|
668
|
+
if (item.label === '保费开始日期') {
|
|
669
|
+
item.hidden = false
|
|
670
|
+
item.required = true
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
} else {
|
|
674
|
+
this.setLabelValue('待执行保险', '否')
|
|
675
|
+
for (const item of this.show_data.fields) {
|
|
676
|
+
if (item.label === '是否购买保险' || item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
|
|
677
|
+
item.hidden = false
|
|
678
|
+
item.required = true
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
|
|
644
683
|
// 保险初始化显示内容
|
|
645
684
|
let f_is_insure = this.getLableValue('是否购买保险')
|
|
646
685
|
for (const item of this.show_data.fields) {
|
|
@@ -652,7 +691,13 @@ export default {
|
|
|
652
691
|
if (item.label === '保险备注') {
|
|
653
692
|
item.hidden = false
|
|
654
693
|
}
|
|
655
|
-
|
|
694
|
+
// 本期保费到期时间默认一年
|
|
695
|
+
if (isEmpty(this.selectdata.f_ins_expiration_date)) {
|
|
696
|
+
let f_ins_expiration_date = new Date().setFullYear(new Date().getFullYear() + 1)
|
|
697
|
+
this.setLabelValue("保费结束日期", new Date(f_ins_expiration_date).Format('yyyy-MM-dd'))
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
if (f_is_insure === '否') {
|
|
656
701
|
if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额') {
|
|
657
702
|
item.hidden = true
|
|
658
703
|
item.required = false
|
|
@@ -662,11 +707,6 @@ export default {
|
|
|
662
707
|
}
|
|
663
708
|
}
|
|
664
709
|
}
|
|
665
|
-
// 本期保费到期时间默认一年
|
|
666
|
-
if (isEmpty(this.selectdata.f_ins_expiration_date)) {
|
|
667
|
-
let f_ins_expiration_date = new Date().setFullYear(new Date().getFullYear() + 1)
|
|
668
|
-
this.setLabelValue("保费结束日期", new Date(f_ins_expiration_date).Format('yyyy-MM-dd'))
|
|
669
|
-
}
|
|
670
710
|
},
|
|
671
711
|
// 合同金额失去焦点
|
|
672
712
|
async 'contractMoneyChange' (index) {
|
|
@@ -20,11 +20,10 @@
|
|
|
20
20
|
condition="f_apply_num = '{}'">
|
|
21
21
|
</div>
|
|
22
22
|
<div class="form-group col-sm-3">
|
|
23
|
-
<label class="font_normal_body"
|
|
24
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
25
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
23
|
+
<label class="font_normal_body">客户名称:</label>
|
|
24
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
25
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
26
26
|
</div>
|
|
27
|
-
|
|
28
27
|
<div class="form-group col-sm-2 button-range">
|
|
29
28
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
30
29
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -37,11 +36,6 @@
|
|
|
37
36
|
</div>
|
|
38
37
|
</div>
|
|
39
38
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
40
|
-
<div class="form-group col-sm-3">
|
|
41
|
-
<label class="font_normal_body">客户名称:</label>
|
|
42
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
43
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
44
|
-
</div>
|
|
45
39
|
<div class="form-group col-sm-3">
|
|
46
40
|
<label class="font_normal_body">联系电话:</label>
|
|
47
41
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
@@ -115,7 +109,6 @@
|
|
|
115
109
|
<tr>
|
|
116
110
|
<th style="white-space: nowrap;">序号</th>
|
|
117
111
|
<th style="white-space: nowrap;">报建编号</th>
|
|
118
|
-
<th style="white-space: nowrap;">项目名称</th>
|
|
119
112
|
<th style="white-space: nowrap;">客户名称</th>
|
|
120
113
|
<th style="white-space: nowrap;">联系人</th>
|
|
121
114
|
<th style="white-space: nowrap;">电话</th>
|
|
@@ -140,9 +133,6 @@
|
|
|
140
133
|
<td style="text-align: center;">
|
|
141
134
|
<nobr>{{row.f_apply_num}}</nobr>
|
|
142
135
|
</td>
|
|
143
|
-
<td style="text-align: center;">
|
|
144
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
145
|
-
</td>
|
|
146
136
|
<td style="text-align: center;">
|
|
147
137
|
<nobr>{{row.f_user_name}}</nobr>
|
|
148
138
|
</td>
|
|
@@ -20,11 +20,10 @@
|
|
|
20
20
|
condition="f_apply_num = '{}'">
|
|
21
21
|
</div>
|
|
22
22
|
<div class="form-group col-sm-3">
|
|
23
|
-
<label class="font_normal_body"
|
|
24
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
25
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
23
|
+
<label class="font_normal_body">客户名称:</label>
|
|
24
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
25
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
26
26
|
</div>
|
|
27
|
-
|
|
28
27
|
<div class="form-group col-sm-2 button-range">
|
|
29
28
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
30
29
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -37,11 +36,6 @@
|
|
|
37
36
|
</div>
|
|
38
37
|
</div>
|
|
39
38
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
40
|
-
<div class="form-group col-sm-3">
|
|
41
|
-
<label class="font_normal_body">客户名称:</label>
|
|
42
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
43
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
|
|
44
|
-
</div>
|
|
45
39
|
<div class="form-group col-sm-3">
|
|
46
40
|
<label class="font_normal_body">联系电话:</label>
|
|
47
41
|
<input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
|
|
@@ -115,7 +109,6 @@
|
|
|
115
109
|
<tr>
|
|
116
110
|
<th style="white-space: nowrap;">序号</th>
|
|
117
111
|
<th style="white-space: nowrap;">工程编号</th>
|
|
118
|
-
<th style="white-space: nowrap;">项目名称</th>
|
|
119
112
|
<th style="white-space: nowrap;">客户名称</th>
|
|
120
113
|
<th style="white-space: nowrap;">合同编号</th>
|
|
121
114
|
<th style="white-space: nowrap;">电话</th>
|
|
@@ -135,9 +128,6 @@
|
|
|
135
128
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
136
129
|
<nobr>{{row.f_apply_num}}</nobr>
|
|
137
130
|
</td>
|
|
138
|
-
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
139
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
140
|
-
</td>
|
|
141
131
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
142
132
|
<nobr>{{row.f_user_name}}</nobr>
|
|
143
133
|
</td>
|