apply-clients 5.0.35-7 → 5.0.35-70
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/.eslintrc.js +16 -16
- package/package.json +3 -3
- package/src/AndroidApp.vue +28 -28
- package/src/android.js +1 -1
- package/src/apply.js +14 -1
- package/src/components/app_apply/ApplyDownList.vue +168 -168
- package/src/components/app_apply/ApplyInfo.vue +56 -56
- package/src/components/app_apply/ApplyListUpload.vue +268 -268
- package/src/components/app_apply/ApplyToDoList.vue +2582 -4
- package/src/components/app_apply/Gongcheng.vue +3614 -0
- package/src/components/app_apply/OneToMany.vue +194 -0
- package/src/components/app_apply/PlaceControler.vue +299 -256
- package/src/components/app_apply/ServiceControl.vue +407 -15
- package/src/components/app_apply/ServiceView.vue +383 -383
- package/src/components/app_apply/ezhou/FeiMinYongV.vue +109 -109
- package/src/components/app_apply/ezhou/FeiMinYongVV.vue +100 -100
- package/src/components/app_apply/ezhou/MinYong.vue +92 -92
- package/src/components/app_apply/ezhou/ServiceView.vue +396 -208
- package/src/components/image/doc.jpg +0 -0
- package/src/components/image/dwg.png +0 -0
- package/src/components/image/dxf.png +0 -0
- package/src/components/image/excel.jpg +0 -0
- package/src/components/image/pdf.jpg +0 -0
- package/src/components/product/Common/ApplyValidateBill.vue +13 -6
- package/src/components/product/Common/PrintBill.vue +7 -6
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -0
- package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -0
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +588 -0
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -0
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +130 -0
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +350 -0
- package/src/components/product/Function/InstallInfoSelect.vue +255 -254
- package/src/components/product/Function/Service/FunctionServiceControl.vue +37 -1
- package/src/components/product/Function/functions/ApplyUpload.vue +556 -0
- package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
- package/src/components/product/Function/functions/InstallFee.vue +570 -345
- package/src/components/product/Process/ExplorationSelect.vue +640 -636
- package/src/components/product/Process/Processes/CustomerRecordMessage.vue +2 -5
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +123 -37
- package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +85 -0
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +2147 -1808
- package/src/components/product/ServiceView.vue +16 -6
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +53 -6
- package/src/components/product/Supervisory/SupervisoryList.vue +350 -349
- package/src/components/product/applyReport/ApplyReport.vue +205 -0
- package/src/components/product/applyReport/PrintApplyReport.vue +116 -0
- package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -280
- package/src/ezhouAndroid.js +13 -10
- package/src/index.js +8 -8
- package/src/main.js +32 -32
- package/src/plugins/commonService.js +11 -7
|
@@ -1,254 +1,255 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="d1 flex">
|
|
3
|
-
<div class="left col-sm-12">
|
|
4
|
-
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri style="padding: 20px;background-color: #f6f6f6;">
|
|
6
|
-
<form novalidate class="" partial>
|
|
7
|
-
<div class="row">
|
|
8
|
-
<div class="col-sm-2">
|
|
9
|
-
<label class="col-sm-4 control-label">联系人</label>
|
|
10
|
-
<div class="col-sm-8">
|
|
11
|
-
<input type="text" class="form-control" v-model="model.f_user_name" v-on:keyup.enter="search"
|
|
12
|
-
condition="f_user_name like '{}%'" placeholder="联系人">
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
<div class="col-sm-2">
|
|
16
|
-
<label class="col-sm-4 control-label">项目名称</label>
|
|
17
|
-
<div class="col-sm-8">
|
|
18
|
-
<input type="text" class="form-control" v-model="model.f_entry_name" v-on:keyup.enter="search"
|
|
19
|
-
condition="f_entry_name like '{}%'" placeholder="项目名称">
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="col-sm-2">
|
|
23
|
-
<label class="col-sm-4 control-label">报建编号</label>
|
|
24
|
-
<div class="col-sm-8">
|
|
25
|
-
<input type="text" class="form-control" v-model="model.f_apply_num" v-on:keyup.enter="search"
|
|
26
|
-
condition="f_apply_num like '{}%'" placeholder="报建编号">
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
<!-- <div class="col-sm-2">
|
|
30
|
-
<label for="f_user_name" class="col-sm-6"><nobr> 地址:</nobr></label>
|
|
31
|
-
<div class="col-sm-6">
|
|
32
|
-
<input type="text" class="form-control" v-model="model.f_address" v-on:keyup.enter="search"
|
|
33
|
-
condition="f_address like '{}%'" >
|
|
34
|
-
</div>
|
|
35
|
-
</div> -->
|
|
36
|
-
<div class="col-sm-2">
|
|
37
|
-
<!--<label for="f_user_name" class="col-sm-6"><nobr> 小区:</nobr></label>-->
|
|
38
|
-
<label class="col-sm-4 control-label">小区</label>
|
|
39
|
-
<div class="col-sm-8">
|
|
40
|
-
<input type="text" class="form-control" v-model="model.f_residential_area" v-on:keyup.enter="search"
|
|
41
|
-
condition="f_residential_area like '{}%'" placeholder="小区">
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
<div class="col-sm-2 ">
|
|
45
|
-
<label class="col-sm-4 control-label">开始日期</label>
|
|
46
|
-
<div class="col-sm-8">
|
|
47
|
-
<datepicker @change="$dispatch('setQueryCondition',model)" id="startDate" placeholder="开始日期"
|
|
48
|
-
width='100%'
|
|
49
|
-
v-model="model.startDate"
|
|
50
|
-
:value.sync="model.startDate"
|
|
51
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
52
|
-
:show-reset-button="true"
|
|
53
|
-
condition="f_apply_date >= '{}'">
|
|
54
|
-
</datepicker>
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
<div class="col-sm-2">
|
|
58
|
-
<button class="btn btn-primary btn-sm" type="button" @click="search(),$parent.$parent.showpager()" style="margin-left:3%">
|
|
59
|
-
<span class="glyphicon glyphicon-search"></span>查询</button>
|
|
60
|
-
<button class="btn-primary btn btn-sm button_spacing" @click.prevent="$parent.$parent.clear()">清空</button>
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|
|
63
|
-
<div class="row" style="margin-top:5px;">
|
|
64
|
-
<div class="col-sm-2">
|
|
65
|
-
<label class="col-sm-4 control-label">终止日期</label>
|
|
66
|
-
<div class="col-sm-8">
|
|
67
|
-
<datepicker @change="$dispatch('setQueryCondition',model)" id="endDate" placeholder="终止日期"
|
|
68
|
-
width='100%'
|
|
69
|
-
v-model="model.endDate"
|
|
70
|
-
:value.sync="model.endDate"
|
|
71
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
72
|
-
:show-reset-button="true"
|
|
73
|
-
condition="f_apply_date <= '{}'">
|
|
74
|
-
</datepicker>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
<div class="col-sm-2">
|
|
78
|
-
<label class="col-sm-4 control-label">用户类型</label>
|
|
79
|
-
<div class="col-sm-8">
|
|
80
|
-
<v-select :options="$parent.$parent.usertype"
|
|
81
|
-
placeholder='用户类型'
|
|
82
|
-
condition="f_user_type like '{}'"
|
|
83
|
-
:width="100"
|
|
84
|
-
v-model="model.f_user_type"
|
|
85
|
-
style="width: 100%"
|
|
86
|
-
:value.sync="model.f_user_type" close-on-select>
|
|
87
|
-
</v-select>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
<div class="col-sm-2">
|
|
91
|
-
<label class="col-sm-4 control-label">报建类型</label>
|
|
92
|
-
<div class="col-sm-8">
|
|
93
|
-
<v-select :options="$parent.$parent.applytype"
|
|
94
|
-
placeholder='报建类型'
|
|
95
|
-
condition="f_apply_type like '{}%'"
|
|
96
|
-
:width="100"
|
|
97
|
-
v-model="model.f_apply_type"
|
|
98
|
-
:value.sync="model.f_apply_type"
|
|
99
|
-
style="width: 100%" close-on-select>
|
|
100
|
-
</v-select>
|
|
101
|
-
</div>
|
|
102
|
-
</div>
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
</form>
|
|
106
|
-
</criteria>
|
|
107
|
-
<data-grid :model="model" partial='list' v-ref:grid class="list_area" is-fixed='false' style="margin-top: -21px;">
|
|
108
|
-
<template partial='head' style="margin-top: 20px;">
|
|
109
|
-
<tr class="title">
|
|
110
|
-
<th>
|
|
111
|
-
<nobr>序号</nobr>
|
|
112
|
-
</th>
|
|
113
|
-
<th>
|
|
114
|
-
<nobr>项目名称</nobr>
|
|
115
|
-
</th>
|
|
116
|
-
<th>
|
|
117
|
-
<nobr>报建编号</nobr>
|
|
118
|
-
</th>
|
|
119
|
-
<th>
|
|
120
|
-
<nobr>联系人</nobr>
|
|
121
|
-
</th>
|
|
122
|
-
<th>
|
|
123
|
-
<nobr>电话</nobr>
|
|
124
|
-
</th>
|
|
125
|
-
<th>
|
|
126
|
-
<nobr>小区</nobr>
|
|
127
|
-
</th>
|
|
128
|
-
<th v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
129
|
-
<nobr>用户类型</nobr>
|
|
130
|
-
</th>
|
|
131
|
-
<th>
|
|
132
|
-
<nobr>流程状态</nobr>
|
|
133
|
-
</th>
|
|
134
|
-
<th>
|
|
135
|
-
<nobr>报建类型</nobr>
|
|
136
|
-
</th>
|
|
137
|
-
<th>
|
|
138
|
-
<nobr>报建日期</nobr>
|
|
139
|
-
</th>
|
|
140
|
-
<th>
|
|
141
|
-
<nobr>安装户数</nobr>
|
|
142
|
-
</th>
|
|
143
|
-
<th>
|
|
144
|
-
<nobr>操作</nobr>
|
|
145
|
-
</th>
|
|
146
|
-
</tr>
|
|
147
|
-
</template>
|
|
148
|
-
<template partial='body'>
|
|
149
|
-
<tr>
|
|
150
|
-
<td style="text-align: center;">
|
|
151
|
-
<nobr>{{$index+1}}</nobr>
|
|
152
|
-
</td>
|
|
153
|
-
<td style="text-align: center;">
|
|
154
|
-
<nobr>{{row.f_entry_name}}</nobr>
|
|
155
|
-
</td>
|
|
156
|
-
<td style="text-align: center;">
|
|
157
|
-
<nobr>{{row.f_apply_num}}</nobr>
|
|
158
|
-
</td>
|
|
159
|
-
<td style="text-align: center;">
|
|
160
|
-
<nobr>{{row.f_user_name}}</nobr>
|
|
161
|
-
</td>
|
|
162
|
-
<td style="text-align: center;">
|
|
163
|
-
<nobr>{{row.f_phone}}</nobr>
|
|
164
|
-
</td>
|
|
165
|
-
<td style="text-align: center;">
|
|
166
|
-
<nobr>{{row.f_residential_area}}</nobr>
|
|
167
|
-
</td>
|
|
168
|
-
<td style="text-align: center;" v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
169
|
-
<nobr>{{row.f_user_type}}</nobr>
|
|
170
|
-
</td>
|
|
171
|
-
<td style="text-align: center;">
|
|
172
|
-
<nobr>{{row.defname}}</nobr>
|
|
173
|
-
</td>
|
|
174
|
-
<td style="text-align: center;">
|
|
175
|
-
<nobr>{{row.f_apply_type}}</nobr>
|
|
176
|
-
</td>
|
|
177
|
-
<td style="text-align: center;">
|
|
178
|
-
<nobr>{{row.f_apply_date}}</nobr>
|
|
179
|
-
</td>
|
|
180
|
-
<td style="text-align: center;">
|
|
181
|
-
<nobr>{{row.f_install_num}}</nobr>
|
|
182
|
-
</td>
|
|
183
|
-
<td style="text-align: center;">
|
|
184
|
-
<dropdown
|
|
185
|
-
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
186
|
-
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
187
|
-
</button>
|
|
188
|
-
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
189
|
-
<li v-for="(index,func) in $function_vue">
|
|
190
|
-
<a href="#" @click="$dispatch('func',func,row)">{{func.title}}</a>
|
|
191
|
-
</li>
|
|
192
|
-
</ul>
|
|
193
|
-
</dropdown>
|
|
194
|
-
</td>
|
|
195
|
-
</tr>
|
|
196
|
-
</template>
|
|
197
|
-
</data-grid>
|
|
198
|
-
</criteria-paged>
|
|
199
|
-
</div>
|
|
200
|
-
</div>
|
|
201
|
-
</template>
|
|
202
|
-
<script>
|
|
203
|
-
import {
|
|
204
|
-
PagedList
|
|
205
|
-
} from 'vue-client'
|
|
206
|
-
|
|
207
|
-
export default {
|
|
208
|
-
title: '报建业务信息',
|
|
209
|
-
data() {
|
|
210
|
-
return {
|
|
211
|
-
usertype: this.$appdata.getParam('用户类型'),
|
|
212
|
-
defnameType: this.$appdata.getParam('流程状态'),
|
|
213
|
-
applytype: this.$appdata.getParam('报建类型'),
|
|
214
|
-
//中燃 专用
|
|
215
|
-
fapplytype: this.$appdata.getParam('用户类型'),
|
|
216
|
-
showbtn: false,
|
|
217
|
-
model: new PagedList('rs/sql/checkuserfunction', 20, {
|
|
218
|
-
data: {
|
|
219
|
-
id: this.$login.f.id,
|
|
220
|
-
fengongsi: this.$login.f.f_fengongsi
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
this.$refs.cp.
|
|
238
|
-
this.$
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
this.$
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="d1 flex">
|
|
3
|
+
<div class="left col-sm-12">
|
|
4
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri style="padding: 20px;background-color: #f6f6f6;">
|
|
6
|
+
<form novalidate class="" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="col-sm-2">
|
|
9
|
+
<label class="col-sm-4 control-label">联系人</label>
|
|
10
|
+
<div class="col-sm-8">
|
|
11
|
+
<input type="text" class="form-control" v-model="model.f_user_name" v-on:keyup.enter="search"
|
|
12
|
+
condition="f_user_name like '{}%'" placeholder="联系人">
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-sm-2">
|
|
16
|
+
<label class="col-sm-4 control-label">项目名称</label>
|
|
17
|
+
<div class="col-sm-8">
|
|
18
|
+
<input type="text" class="form-control" v-model="model.f_entry_name" v-on:keyup.enter="search"
|
|
19
|
+
condition="f_entry_name like '{}%'" placeholder="项目名称">
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="col-sm-2">
|
|
23
|
+
<label class="col-sm-4 control-label">报建编号</label>
|
|
24
|
+
<div class="col-sm-8">
|
|
25
|
+
<input type="text" class="form-control" v-model="model.f_apply_num" v-on:keyup.enter="search"
|
|
26
|
+
condition="f_apply_num like '{}%'" placeholder="报建编号">
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
<!-- <div class="col-sm-2">
|
|
30
|
+
<label for="f_user_name" class="col-sm-6"><nobr> 地址:</nobr></label>
|
|
31
|
+
<div class="col-sm-6">
|
|
32
|
+
<input type="text" class="form-control" v-model="model.f_address" v-on:keyup.enter="search"
|
|
33
|
+
condition="f_address like '{}%'" >
|
|
34
|
+
</div>
|
|
35
|
+
</div> -->
|
|
36
|
+
<div class="col-sm-2">
|
|
37
|
+
<!--<label for="f_user_name" class="col-sm-6"><nobr> 小区:</nobr></label>-->
|
|
38
|
+
<label class="col-sm-4 control-label">小区</label>
|
|
39
|
+
<div class="col-sm-8">
|
|
40
|
+
<input type="text" class="form-control" v-model="model.f_residential_area" v-on:keyup.enter="search"
|
|
41
|
+
condition="f_residential_area like '{}%'" placeholder="小区">
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="col-sm-2 ">
|
|
45
|
+
<label class="col-sm-4 control-label">开始日期</label>
|
|
46
|
+
<div class="col-sm-8">
|
|
47
|
+
<datepicker @change="$dispatch('setQueryCondition',model)" id="startDate" placeholder="开始日期"
|
|
48
|
+
width='100%'
|
|
49
|
+
v-model="model.startDate"
|
|
50
|
+
:value.sync="model.startDate"
|
|
51
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
52
|
+
:show-reset-button="true"
|
|
53
|
+
condition="f_apply_date >= '{}'">
|
|
54
|
+
</datepicker>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
<div class="col-sm-2">
|
|
58
|
+
<button class="btn btn-primary btn-sm" type="button" @click="search(),$parent.$parent.showpager()" style="margin-left:3%">
|
|
59
|
+
<span class="glyphicon glyphicon-search"></span>查询</button>
|
|
60
|
+
<button class="btn-primary btn btn-sm button_spacing" @click.prevent="$parent.$parent.clear()">清空</button>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="row" style="margin-top:5px;">
|
|
64
|
+
<div class="col-sm-2">
|
|
65
|
+
<label class="col-sm-4 control-label">终止日期</label>
|
|
66
|
+
<div class="col-sm-8">
|
|
67
|
+
<datepicker @change="$dispatch('setQueryCondition',model)" id="endDate" placeholder="终止日期"
|
|
68
|
+
width='100%'
|
|
69
|
+
v-model="model.endDate"
|
|
70
|
+
:value.sync="model.endDate"
|
|
71
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
72
|
+
:show-reset-button="true"
|
|
73
|
+
condition="f_apply_date <= '{}'">
|
|
74
|
+
</datepicker>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="col-sm-2">
|
|
78
|
+
<label class="col-sm-4 control-label">用户类型</label>
|
|
79
|
+
<div class="col-sm-8">
|
|
80
|
+
<v-select :options="$parent.$parent.usertype"
|
|
81
|
+
placeholder='用户类型'
|
|
82
|
+
condition="f_user_type like '{}'"
|
|
83
|
+
:width="100"
|
|
84
|
+
v-model="model.f_user_type"
|
|
85
|
+
style="width: 100%"
|
|
86
|
+
:value.sync="model.f_user_type" close-on-select>
|
|
87
|
+
</v-select>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="col-sm-2">
|
|
91
|
+
<label class="col-sm-4 control-label">报建类型</label>
|
|
92
|
+
<div class="col-sm-8">
|
|
93
|
+
<v-select :options="$parent.$parent.applytype"
|
|
94
|
+
placeholder='报建类型'
|
|
95
|
+
condition="f_apply_type like '{}%'"
|
|
96
|
+
:width="100"
|
|
97
|
+
v-model="model.f_apply_type"
|
|
98
|
+
:value.sync="model.f_apply_type"
|
|
99
|
+
style="width: 100%" close-on-select>
|
|
100
|
+
</v-select>
|
|
101
|
+
</div>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
</form>
|
|
106
|
+
</criteria>
|
|
107
|
+
<data-grid :model="model" partial='list' v-ref:grid class="list_area" is-fixed='false' style="margin-top: -21px;">
|
|
108
|
+
<template partial='head' style="margin-top: 20px;">
|
|
109
|
+
<tr class="title">
|
|
110
|
+
<th>
|
|
111
|
+
<nobr>序号</nobr>
|
|
112
|
+
</th>
|
|
113
|
+
<th>
|
|
114
|
+
<nobr>项目名称</nobr>
|
|
115
|
+
</th>
|
|
116
|
+
<th>
|
|
117
|
+
<nobr>报建编号</nobr>
|
|
118
|
+
</th>
|
|
119
|
+
<th>
|
|
120
|
+
<nobr>联系人</nobr>
|
|
121
|
+
</th>
|
|
122
|
+
<th>
|
|
123
|
+
<nobr>电话</nobr>
|
|
124
|
+
</th>
|
|
125
|
+
<th>
|
|
126
|
+
<nobr>小区</nobr>
|
|
127
|
+
</th>
|
|
128
|
+
<th v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
129
|
+
<nobr>用户类型</nobr>
|
|
130
|
+
</th>
|
|
131
|
+
<th>
|
|
132
|
+
<nobr>流程状态</nobr>
|
|
133
|
+
</th>
|
|
134
|
+
<th>
|
|
135
|
+
<nobr>报建类型</nobr>
|
|
136
|
+
</th>
|
|
137
|
+
<th>
|
|
138
|
+
<nobr>报建日期</nobr>
|
|
139
|
+
</th>
|
|
140
|
+
<th>
|
|
141
|
+
<nobr>安装户数</nobr>
|
|
142
|
+
</th>
|
|
143
|
+
<th>
|
|
144
|
+
<nobr>操作</nobr>
|
|
145
|
+
</th>
|
|
146
|
+
</tr>
|
|
147
|
+
</template>
|
|
148
|
+
<template partial='body'>
|
|
149
|
+
<tr>
|
|
150
|
+
<td style="text-align: center;">
|
|
151
|
+
<nobr>{{$index+1}}</nobr>
|
|
152
|
+
</td>
|
|
153
|
+
<td style="text-align: center;">
|
|
154
|
+
<nobr>{{row.f_entry_name}}</nobr>
|
|
155
|
+
</td>
|
|
156
|
+
<td style="text-align: center;">
|
|
157
|
+
<nobr>{{row.f_apply_num}}</nobr>
|
|
158
|
+
</td>
|
|
159
|
+
<td style="text-align: center;">
|
|
160
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
161
|
+
</td>
|
|
162
|
+
<td style="text-align: center;">
|
|
163
|
+
<nobr>{{row.f_phone}}</nobr>
|
|
164
|
+
</td>
|
|
165
|
+
<td style="text-align: center;">
|
|
166
|
+
<nobr>{{row.f_residential_area}}</nobr>
|
|
167
|
+
</td>
|
|
168
|
+
<td style="text-align: center;" v-if="!this.$login.f.f_fengongsi.includes('中燃')">
|
|
169
|
+
<nobr>{{row.f_user_type}}</nobr>
|
|
170
|
+
</td>
|
|
171
|
+
<td style="text-align: center;">
|
|
172
|
+
<nobr>{{row.defname}}</nobr>
|
|
173
|
+
</td>
|
|
174
|
+
<td style="text-align: center;">
|
|
175
|
+
<nobr>{{row.f_apply_type}}</nobr>
|
|
176
|
+
</td>
|
|
177
|
+
<td style="text-align: center;">
|
|
178
|
+
<nobr>{{row.f_apply_date}}</nobr>
|
|
179
|
+
</td>
|
|
180
|
+
<td style="text-align: center;">
|
|
181
|
+
<nobr>{{row.f_install_num}}</nobr>
|
|
182
|
+
</td>
|
|
183
|
+
<td style="text-align: center;">
|
|
184
|
+
<dropdown>
|
|
185
|
+
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
186
|
+
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
187
|
+
</button>
|
|
188
|
+
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
189
|
+
<li v-for="(index,func) in $function_vue">
|
|
190
|
+
<a href="#" @click="$dispatch('func',func,row)">{{func.title}}</a>
|
|
191
|
+
</li>
|
|
192
|
+
</ul>
|
|
193
|
+
</dropdown>
|
|
194
|
+
</td>
|
|
195
|
+
</tr>
|
|
196
|
+
</template>
|
|
197
|
+
</data-grid>
|
|
198
|
+
</criteria-paged>
|
|
199
|
+
</div>
|
|
200
|
+
</div>
|
|
201
|
+
</template>
|
|
202
|
+
<script>
|
|
203
|
+
import {
|
|
204
|
+
PagedList
|
|
205
|
+
} from 'vue-client'
|
|
206
|
+
|
|
207
|
+
export default {
|
|
208
|
+
title: '报建业务信息',
|
|
209
|
+
data() {
|
|
210
|
+
return {
|
|
211
|
+
usertype: this.$appdata.getParam('用户类型'),
|
|
212
|
+
defnameType: this.$appdata.getParam('流程状态'),
|
|
213
|
+
applytype: this.$appdata.getParam('报建类型'),
|
|
214
|
+
//中燃 专用
|
|
215
|
+
fapplytype: this.$appdata.getParam('用户类型'),
|
|
216
|
+
showbtn: false,
|
|
217
|
+
model: new PagedList('rs/sql/checkuserfunction', 20, {
|
|
218
|
+
data: {
|
|
219
|
+
id: this.$login.f.id,
|
|
220
|
+
fengongsi: this.$login.f.f_fengongsi,
|
|
221
|
+
f_product_id: 0
|
|
222
|
+
}
|
|
223
|
+
}),
|
|
224
|
+
condition: ''
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
ready() {
|
|
228
|
+
this.$refs.cp.$refs.cri.search()
|
|
229
|
+
},
|
|
230
|
+
methods: {
|
|
231
|
+
clear(){
|
|
232
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
233
|
+
this.$refs.cp.$refs.cri.model[key] = []
|
|
234
|
+
})
|
|
235
|
+
},
|
|
236
|
+
clifun(row) {
|
|
237
|
+
this.$refs.cp.$refs.grid.model.rows = [row]
|
|
238
|
+
this.$refs.cp.pager = false
|
|
239
|
+
this.$dispatch('showbtn', row)
|
|
240
|
+
},
|
|
241
|
+
showpager() {
|
|
242
|
+
this.$refs.cp.pager = true
|
|
243
|
+
this.$dispatch('hiddenbtn')
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
</script>
|
|
248
|
+
<style scoped>
|
|
249
|
+
label {
|
|
250
|
+
display: flex;
|
|
251
|
+
justify-content:center;
|
|
252
|
+
align-items:Center;
|
|
253
|
+
padding-top: 8px;
|
|
254
|
+
}
|
|
255
|
+
</style>
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
<stop-install :stopapply="selectdata" v-if="showstop"></stop-install>
|
|
21
21
|
<!-- 领料记录 -->
|
|
22
22
|
<material_recording :infee="selectdata" v-if="show_material"></material_recording>
|
|
23
|
+
<!-- APP附件 -->
|
|
24
|
+
<apply-upload :appupload="selectdata" v-if="show_upload"></apply-upload>
|
|
23
25
|
</div>
|
|
24
26
|
</template>
|
|
25
27
|
<script>
|
|
@@ -42,7 +44,8 @@
|
|
|
42
44
|
showstop: false, // 终止报建
|
|
43
45
|
showbill: false, // 打印票据
|
|
44
46
|
showpreparation: false, // 预付款
|
|
45
|
-
show_material:false
|
|
47
|
+
show_material:false,//报建材料
|
|
48
|
+
show_upload: false //APP附件
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
51
|
methods: {
|
|
@@ -65,6 +68,7 @@
|
|
|
65
68
|
this.showcontract = false
|
|
66
69
|
this.showbill = false
|
|
67
70
|
this.showpreparation = false
|
|
71
|
+
this.show_upload = false
|
|
68
72
|
},
|
|
69
73
|
// 派工单
|
|
70
74
|
receiveBatch(){
|
|
@@ -85,6 +89,7 @@
|
|
|
85
89
|
this.showcontract = false
|
|
86
90
|
this.showbill = false
|
|
87
91
|
this.showpreparation = false
|
|
92
|
+
this.show_upload = false
|
|
88
93
|
},
|
|
89
94
|
// 领料记录
|
|
90
95
|
materialRecord(){
|
|
@@ -105,6 +110,7 @@
|
|
|
105
110
|
this.showcontract = false
|
|
106
111
|
this.showbill = false
|
|
107
112
|
this.showpreparation = false
|
|
113
|
+
this.show_upload = false
|
|
108
114
|
},
|
|
109
115
|
// 预付款
|
|
110
116
|
preparation(){
|
|
@@ -125,6 +131,7 @@
|
|
|
125
131
|
this.showcontract = false
|
|
126
132
|
this.showbill = false
|
|
127
133
|
this.showpreparation = true
|
|
134
|
+
this.show_upload = false
|
|
128
135
|
},
|
|
129
136
|
// 票据打印
|
|
130
137
|
bill(){
|
|
@@ -145,6 +152,7 @@
|
|
|
145
152
|
this.showpreparation = false
|
|
146
153
|
this.showbill = true
|
|
147
154
|
this.show_material = false
|
|
155
|
+
this.show_upload = false
|
|
148
156
|
},
|
|
149
157
|
// 补充合同
|
|
150
158
|
contract() {
|
|
@@ -165,6 +173,7 @@
|
|
|
165
173
|
this.showpreparation = false
|
|
166
174
|
this.showcontract = true
|
|
167
175
|
this.show_material = false
|
|
176
|
+
this.show_upload = false
|
|
168
177
|
},
|
|
169
178
|
// 收费
|
|
170
179
|
instalfee(str) {
|
|
@@ -185,6 +194,7 @@
|
|
|
185
194
|
this.showprestorefee = false
|
|
186
195
|
this.showinfee = false
|
|
187
196
|
this.show_material = false
|
|
197
|
+
this.show_upload = false
|
|
188
198
|
// 采用开发商预付款方式收费
|
|
189
199
|
if(str==='预付扣款'){
|
|
190
200
|
this.showprestorefee = true
|
|
@@ -211,6 +221,28 @@
|
|
|
211
221
|
this.showpreparation = false
|
|
212
222
|
this.showstop = true
|
|
213
223
|
this.show_material = false
|
|
224
|
+
this.show_upload = false
|
|
225
|
+
},
|
|
226
|
+
// APP附件
|
|
227
|
+
appUpload() {
|
|
228
|
+
this.$parent.$refs.installselect.clifun(this.selectdata)
|
|
229
|
+
// this.selectdata = row
|
|
230
|
+
this.$parent.clishow= true
|
|
231
|
+
this.$parent.show = false
|
|
232
|
+
|
|
233
|
+
this.showreceivebatch = false
|
|
234
|
+
this.showbuyer = false
|
|
235
|
+
this.showview = false
|
|
236
|
+
this.showbill = false
|
|
237
|
+
this.showinfee = false
|
|
238
|
+
this.showprestorefee = false
|
|
239
|
+
this.showupfee = false
|
|
240
|
+
this.showreducefee = false
|
|
241
|
+
this.showcontract = false
|
|
242
|
+
this.showpreparation = false
|
|
243
|
+
this.showstop = false
|
|
244
|
+
this.show_material = false
|
|
245
|
+
this.show_upload = true
|
|
214
246
|
},
|
|
215
247
|
|
|
216
248
|
|
|
@@ -250,6 +282,7 @@
|
|
|
250
282
|
this.showreceivebatch = false
|
|
251
283
|
this.showbuyer = false
|
|
252
284
|
this.show_material = false
|
|
285
|
+
this.show_upload = false
|
|
253
286
|
}else{
|
|
254
287
|
if(this.funcdata.title==='终止报建'){
|
|
255
288
|
this.stopInstall()
|
|
@@ -278,6 +311,9 @@
|
|
|
278
311
|
if(this.funcdata.title==='派工单'){
|
|
279
312
|
this.receiveBatch()
|
|
280
313
|
}
|
|
314
|
+
if(this.funcdata.title==='APP附件'){
|
|
315
|
+
this.appUpload()
|
|
316
|
+
}
|
|
281
317
|
}
|
|
282
318
|
}
|
|
283
319
|
},
|