apply-clients 7.1.36-yuchuan-1 → 7.1.36-yuchuan-3
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 +7 -3
- package/package.json +3 -3
- package/src/apply.js +12 -1
- package/src/applyAndroid.js +6 -0
- package/src/components/android/AppUpload.vue +15 -0
- package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
- package/src/components/android/Process/AppExplorationUser.vue +2 -2
- package/src/components/android/Process/AppServiceControl.vue +1410 -1397
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -334
- package/src/components/android/Task/Build/BuildTsak.vue +7 -4
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -0
- package/src/components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue +237 -0
- package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -64
- package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -64
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +11 -7
- package/src/components/android/Task/UpBuild/UpBuildDui.vue +5 -2
- package/src/components/android/Task/UpBuild/UpBuildTsak.vue +5 -2
- package/src/components/android/Task/UpBuild/UpJianLi.vue +5 -2
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +943 -606
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +8 -7
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -235
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -323
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +10 -9
- package/src/components/product/Function/InstallInfoSelect.vue +15 -13
- package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
- package/src/components/product/Ignition/IgnitionList.vue +236 -236
- package/src/components/product/Ignition/IgnitionListManage.vue +403 -204
- package/src/components/product/Ignition/IgnitionRecord.vue +14 -13
- package/src/components/product/List/ShowAllActivity.vue +455 -0
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +9 -8
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +6 -0
- package/src/components/product/Process/ExplorationSelect.vue +591 -580
- package/src/components/product/Process/ExplorationUser.vue +158 -158
- package/src/components/product/Process/New1ExplorationUser.vue +201 -0
- package/src/components/product/Process/New2ExplorationUser.vue +163 -0
- package/src/components/product/Process/NewExplorationSelect.vue +586 -0
- package/src/components/product/Process/NewExplorationUser.vue +219 -184
- package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -587
- package/src/components/product/Process/Processes/InstallationDetails.vue +80 -7
- package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -224
- package/src/components/product/Process/Processes/newDevicesManagement.vue +26 -1
- package/src/components/product/Process/Processes/newInstallationDetails.vue +1 -36
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +1 -1
- package/src/components/product/Process/Service/ServiceControl.vue +2166 -2155
- package/src/components/product/Report/ReportItems.vue +85 -79
- package/src/components/product/Report/apply-stair-kaifa.vue +0 -1
- package/src/components/product/Report/gongchengbu.vue +199 -0
- package/src/components/product/ServiceView.vue +12 -0
- package/src/components/product/Stop/StopApplyList.vue +8 -8
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +14 -0
- package/src/components/product/Supervisory/SupervisoryList.vue +539 -536
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +114 -0
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +541 -0
- package/dist-android.7z +0 -0
- package/dist.7z +0 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +0 -207
- package/yarn-error.log +0 -9976
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="flex-row">
|
|
3
|
+
<!-- 点火记录 -->
|
|
3
4
|
<div class="basic-main">
|
|
4
5
|
<criteria-paged :model="model" v-ref:cp>
|
|
5
6
|
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
6
7
|
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
8
|
<div class="row">
|
|
8
9
|
<div class="form-group col-sm-3">
|
|
9
|
-
<label class="font_normal_body">用户编号:</label>
|
|
10
|
+
<label class="font_normal_body"><strong>用户编号:</strong></label>
|
|
10
11
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_userinfo_id"
|
|
11
12
|
v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_userinfo_id = '{}'" placeholder='用户编号'>
|
|
12
13
|
</div>
|
|
13
14
|
<div class="form-group col-sm-3">
|
|
14
|
-
<label class="font_normal_body">工程编号:</label>
|
|
15
|
+
<label class="font_normal_body"><strong>工程编号:</strong></label>
|
|
15
16
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_applycode"
|
|
16
17
|
v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_applycode like '%{}%'" placeholder='工程编号'>
|
|
17
18
|
</div>
|
|
18
19
|
<div class="form-group col-sm-3">
|
|
19
|
-
<label class="font_normal_body">状  态:</label>
|
|
20
|
+
<label class="font_normal_body"><strong>状  态:</strong></label>
|
|
20
21
|
<v-select
|
|
21
22
|
v-model="model.f_ignition_state"
|
|
22
23
|
placeholder='状态'
|
|
@@ -47,12 +48,12 @@
|
|
|
47
48
|
</div>
|
|
48
49
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
49
50
|
<div class="form-group col-sm-3">
|
|
50
|
-
<label class="font_normal_body">点 火 人:</label>
|
|
51
|
+
<label class="font_normal_body"><strong>点 火 人:</strong></label>
|
|
51
52
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_ignition_operator"
|
|
52
53
|
v-on:keyup.enter="$parent.$parent.search()" condition="ir.f_ignition_operator = '{}'" placeholder='点火人'>
|
|
53
54
|
</div>
|
|
54
55
|
<div class="form-group col-sm-3">
|
|
55
|
-
<label class="font_normal_body">片  区:</label>
|
|
56
|
+
<label class="font_normal_body"><strong>片  区:</strong></label>
|
|
56
57
|
<v-select
|
|
57
58
|
v-model="model.f_area"
|
|
58
59
|
placeholder='片区'
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
</v-select>
|
|
66
67
|
</div>
|
|
67
68
|
<div class="form-group col-sm-3">
|
|
68
|
-
<label class="font_normal_body">用户类型:</label>
|
|
69
|
+
<label class="font_normal_body"><strong>用户类型:</strong></label>
|
|
69
70
|
<v-select
|
|
70
71
|
v-model="model.f_user_type"
|
|
71
72
|
placeholder='用户类型'
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
</v-select>
|
|
79
80
|
</div>
|
|
80
81
|
<div class="form-group col-sm-3">
|
|
81
|
-
<label class="font_normal_body">用户性质:</label>
|
|
82
|
+
<label class="font_normal_body"><strong>用户性质:</strong></label>
|
|
82
83
|
<v-select
|
|
83
84
|
v-model="model.f_apply_nature"
|
|
84
85
|
placeholder='用户性质'
|
|
@@ -90,22 +91,22 @@
|
|
|
90
91
|
close-on-select ></v-select>
|
|
91
92
|
</div>
|
|
92
93
|
<div class="form-group col-sm-3">
|
|
93
|
-
<label class="font_normal_body">用 户 名:</label>
|
|
94
|
+
<label class="font_normal_body"><strong>用 户 名:</strong></label>
|
|
94
95
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
|
|
95
96
|
v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_user_name = '{}'" placeholder='用户名'>
|
|
96
97
|
</div>
|
|
97
98
|
<div class="form-group col-sm-3">
|
|
98
|
-
<label class="font_normal_body">电  话:</label>
|
|
99
|
+
<label class="font_normal_body"><strong>电  话:</strong></label>
|
|
99
100
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_user_phone"
|
|
100
101
|
v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_user_phone = '{}'" placeholder='电话'>
|
|
101
102
|
</div>
|
|
102
103
|
<div class="form-group col-sm-3">
|
|
103
|
-
<label class="font_normal_body">表  号:</label>
|
|
104
|
+
<label class="font_normal_body"><strong>表  号:</strong></label>
|
|
104
105
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_meternumber"
|
|
105
106
|
v-on:keyup.enter="$parent.$parent.search()" condition="uf.f_meternumber = '{}'" placeholder='表号'>
|
|
106
107
|
</div>
|
|
107
108
|
<div class="form-group col-sm-3">
|
|
108
|
-
<label for="startDate" class="font_normal_body">派单时间:</label>
|
|
109
|
+
<label for="startDate" class="font_normal_body"><strong>派单时间:</strong></label>
|
|
109
110
|
<datepicker id="startDate" placeholder="开始日期"
|
|
110
111
|
style="width: 60%!important;"
|
|
111
112
|
v-model="model.startDate"
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
</datepicker>
|
|
117
118
|
</div>
|
|
118
119
|
<div class="form-group col-sm-3">
|
|
119
|
-
<label for="endDate" class="font_normal_body">派单时间:</label>
|
|
120
|
+
<label for="endDate" class="font_normal_body"><strong>派单时间:</strong></label>
|
|
120
121
|
<datepicker id="endDate" placeholder="结束日期"
|
|
121
122
|
style="width: 60%!important;"
|
|
122
123
|
v-model="model.endDate"
|
|
@@ -247,7 +248,7 @@ export default {
|
|
|
247
248
|
title: '点火记录',
|
|
248
249
|
data () {
|
|
249
250
|
return {
|
|
250
|
-
model: new PagedList('rs/sql/
|
|
251
|
+
model: new PagedList('rs/sql/getWaitIgnitionRecord', 20, null),
|
|
251
252
|
criteriaShow: false,
|
|
252
253
|
showFiles: false,
|
|
253
254
|
filesList: [] ,
|
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
6
|
+
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="form-group col-sm-2">
|
|
9
|
+
<label class="font_normal_body">报建编号:</label>
|
|
10
|
+
<input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
|
|
11
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_apply_num like '%{}%'"
|
|
12
|
+
placeholder='报建编号'>
|
|
13
|
+
</div>
|
|
14
|
+
<div class="form-group col-sm-2">
|
|
15
|
+
<label class="font_normal_body">用户名称:</label>
|
|
16
|
+
<input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
|
|
17
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_user_name like '%{}%'"
|
|
18
|
+
placeholder='用户名称'>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="form-group col-sm-2">
|
|
21
|
+
<label class="font_normal_body">报建类型:</label>
|
|
22
|
+
<v-select
|
|
23
|
+
v-model="model.f_apply_type"
|
|
24
|
+
placeholder='请选择'
|
|
25
|
+
condition="ap.f_apply_type = '{}'"
|
|
26
|
+
:value.sync="model.f_apply_type"
|
|
27
|
+
:options='$parent.$parent.applytype'
|
|
28
|
+
class="select select_list"
|
|
29
|
+
:value-single="true"
|
|
30
|
+
@change="$parent.$parent.applyTypeChange()"
|
|
31
|
+
close-on-select></v-select>
|
|
32
|
+
</div>
|
|
33
|
+
<div class="form-group col-sm-2">
|
|
34
|
+
<label class="font_normal_body">办理环节:</label>
|
|
35
|
+
<v-select
|
|
36
|
+
v-model="model.defname"
|
|
37
|
+
placeholder='办理环节'
|
|
38
|
+
condition="act.defname = '{}'"
|
|
39
|
+
:value.sync="model.defname"
|
|
40
|
+
:options='$parent.$parent.defnames'
|
|
41
|
+
class="select select_list"
|
|
42
|
+
:value-single="true"
|
|
43
|
+
close-on-select ></v-select>
|
|
44
|
+
</div>
|
|
45
|
+
<div class="form-group col-sm-3 button-range">
|
|
46
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
47
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
48
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
49
|
+
:field="$parent.$parent.getfield"
|
|
50
|
+
sqlurl="rs/logic/applyExportfile"
|
|
51
|
+
sql-name="applyGetAllActivityTime"
|
|
52
|
+
template-name='报建时间环节信息导出'
|
|
53
|
+
:choose-col="true"></export-excel>
|
|
54
|
+
<div
|
|
55
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
56
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
57
|
+
class="button_spacing"
|
|
58
|
+
style="float: right">
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
63
|
+
|
|
64
|
+
<div class="form-group col-sm-3">
|
|
65
|
+
<label for="startDate" class="font_normal_body">报建申请时间:</label>
|
|
66
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
67
|
+
style="width: 60%!important;"
|
|
68
|
+
v-model="model.sq_startDate"
|
|
69
|
+
:value.sync="model.sq_startDate"
|
|
70
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
71
|
+
:show-reset-button="true"
|
|
72
|
+
condition="ap.f_apply_date >= '{}'">
|
|
73
|
+
</datepicker>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="form-group col-sm-3">
|
|
76
|
+
<label for="endDate" class="font_normal_body">报建申请时间:</label>
|
|
77
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
78
|
+
style="width: 60%!important;"
|
|
79
|
+
v-model="model.sq_endDate"
|
|
80
|
+
:value.sync="model.sq_endDate"
|
|
81
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
82
|
+
:show-reset-button="true"
|
|
83
|
+
condition="ap.f_apply_date <= '{}'">
|
|
84
|
+
</datepicker>
|
|
85
|
+
</div>
|
|
86
|
+
<div class="form-group col-sm-3">
|
|
87
|
+
<label for="startDate" class="font_normal_body">报建完成时间:</label>
|
|
88
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
89
|
+
style="width: 60%!important;"
|
|
90
|
+
v-model="model.wc_startDate"
|
|
91
|
+
:value.sync="model.wc_startDate"
|
|
92
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
93
|
+
:show-reset-button="true"
|
|
94
|
+
condition="ap.f_apply_finish_date >= '{}'">
|
|
95
|
+
</datepicker>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="form-group col-sm-3">
|
|
98
|
+
<label for="endDate" class="font_normal_body">报建完成时间:</label>
|
|
99
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
100
|
+
style="width: 60%!important;"
|
|
101
|
+
v-model="model.wc_endDate"
|
|
102
|
+
:value.sync="model.wc_endDate"
|
|
103
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
104
|
+
:show-reset-button="true"
|
|
105
|
+
condition="ap.f_apply_finish_date <= '{}'">
|
|
106
|
+
</datepicker>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="form-group col-sm-3">
|
|
109
|
+
<label for="startDate" class="font_normal_body">环节开始时间:</label>
|
|
110
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
111
|
+
style="width: 60%!important;"
|
|
112
|
+
v-model="model.hjks_startDate"
|
|
113
|
+
:value.sync="model.hjks_startDate"
|
|
114
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
115
|
+
:show-reset-button="true"
|
|
116
|
+
condition="act.sendtime >= '{}'">
|
|
117
|
+
</datepicker>
|
|
118
|
+
</div>
|
|
119
|
+
<div class="form-group col-sm-3">
|
|
120
|
+
<label for="endDate" class="font_normal_body">环节开始时间:</label>
|
|
121
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
122
|
+
style="width: 60%!important;"
|
|
123
|
+
v-model="model.hjks_endDate"
|
|
124
|
+
:value.sync="model.hjks_endDate"
|
|
125
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
126
|
+
:show-reset-button="true"
|
|
127
|
+
condition="act.sendtime <= '{}'">
|
|
128
|
+
</datepicker>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="form-group col-sm-3">
|
|
131
|
+
<label for="startDate" class="font_normal_body">环节结束时间:</label>
|
|
132
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
133
|
+
style="width: 60%!important;"
|
|
134
|
+
v-model="model.hjjs_startDate"
|
|
135
|
+
:value.sync="model.hjjs_startDate"
|
|
136
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
137
|
+
:show-reset-button="true"
|
|
138
|
+
condition="act.finishtime >= '{}'">
|
|
139
|
+
</datepicker>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="form-group col-sm-3">
|
|
142
|
+
<label for="endDate" class="font_normal_body">环节结束时间:</label>
|
|
143
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
144
|
+
style="width: 60%!important;"
|
|
145
|
+
v-model="model.hjjs_endDate"
|
|
146
|
+
:value.sync="model.hjjs_endDate"
|
|
147
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
148
|
+
:show-reset-button="true"
|
|
149
|
+
condition="act.finishtime <= '{}'">
|
|
150
|
+
</datepicker>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</criteria>
|
|
155
|
+
<data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
|
|
156
|
+
<template partial='head'>
|
|
157
|
+
<tr>
|
|
158
|
+
<th style="white-space: nowrap;">序号</th>
|
|
159
|
+
<th style="white-space: nowrap;">报建编号</th>
|
|
160
|
+
<th style="white-space: nowrap;">报建类型</th>
|
|
161
|
+
<th style="white-space: nowrap;">用户名称</th>
|
|
162
|
+
<th style="white-space: nowrap;">电话</th>
|
|
163
|
+
<th style="white-space: nowrap;">报装申请时间</th>
|
|
164
|
+
<th style="white-space: nowrap;">报装申请完成时间</th>
|
|
165
|
+
<th style="white-space: nowrap;">报建受理</th>
|
|
166
|
+
<th style="white-space: nowrap;">报建受理完成时间</th>
|
|
167
|
+
<th style="white-space: nowrap;">现场勘察</th>
|
|
168
|
+
<th style="white-space: nowrap;">现场勘察完成时间</th>
|
|
169
|
+
<th style="white-space: nowrap;">收费标准</th>
|
|
170
|
+
<th style="white-space: nowrap;">收费标准完成时间</th>
|
|
171
|
+
<th style="white-space: nowrap;">报装缴费</th>
|
|
172
|
+
<th style="white-space: nowrap;">报装缴费完成时间</th>
|
|
173
|
+
<th style="white-space: nowrap;">合同签订</th>
|
|
174
|
+
<th style="white-space: nowrap;">合同签订完成时间</th>
|
|
175
|
+
<th style="white-space: nowrap;">设计出图</th>
|
|
176
|
+
<th style="white-space: nowrap;">设计出图完成时间</th>
|
|
177
|
+
<th style="white-space: nowrap;">工程派工</th>
|
|
178
|
+
<th style="white-space: nowrap;">工程派工完成时间</th>
|
|
179
|
+
<th style="white-space: nowrap;">工程队派工</th>
|
|
180
|
+
<th style="white-space: nowrap;">工程队派工完成时间</th>
|
|
181
|
+
<th style="white-space: nowrap;">监理单位派工</th>
|
|
182
|
+
<th style="white-space: nowrap;">监理单位派工完成时间</th>
|
|
183
|
+
<th style="white-space: nowrap;">工程施工</th>
|
|
184
|
+
<th style="white-space: nowrap;">工程施工完成时间</th>
|
|
185
|
+
<th style="white-space: nowrap;">点火通气</th>
|
|
186
|
+
<th style="white-space: nowrap;">点火通气完成时间</th>
|
|
187
|
+
<th style="white-space: nowrap;">核算费用</th>
|
|
188
|
+
<th style="white-space: nowrap;">核算费用完成时间</th>
|
|
189
|
+
<th style="white-space: nowrap;">部长审核</th>
|
|
190
|
+
<th style="white-space: nowrap;">部长审核完成时间</th>
|
|
191
|
+
<th style="white-space: nowrap;">经理审核</th>
|
|
192
|
+
<th style="white-space: nowrap;">经理审核完成时间</th>
|
|
193
|
+
<th style="white-space: nowrap;">维修派单</th>
|
|
194
|
+
<th style="white-space: nowrap;">维修派单完成时间</th>
|
|
195
|
+
<th style="white-space: nowrap;">安检维修施工</th>
|
|
196
|
+
<th style="white-space: nowrap;">安检维修施工完成时间</th>
|
|
197
|
+
<th style="white-space: nowrap;">图纸变更</th>
|
|
198
|
+
<th style="white-space: nowrap;">图纸变更完成时间</th>
|
|
199
|
+
<th style="white-space: nowrap;">核对气量</th>
|
|
200
|
+
<th style="white-space: nowrap;">核对气量完成时间</th>
|
|
201
|
+
<th style="white-space: nowrap;">工程查看</th>
|
|
202
|
+
<th style="white-space: nowrap;">工程查看完成时间</th>
|
|
203
|
+
</template>
|
|
204
|
+
<template partial='body'>
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="text-align: center;">
|
|
207
|
+
<nobr><font>{{ $index + 1 }}</font></nobr>
|
|
208
|
+
</td>
|
|
209
|
+
<td style="text-align: center;">
|
|
210
|
+
<nobr><font>{{ row.f_apply_num }}</font></nobr>
|
|
211
|
+
</td>
|
|
212
|
+
<td style="text-align: center;">
|
|
213
|
+
<nobr><font>{{ row.f_apply_type }}</font></nobr>
|
|
214
|
+
</td>
|
|
215
|
+
<td style="text-align: center;">
|
|
216
|
+
<nobr><font>{{ row.f_user_name }}</font></nobr>
|
|
217
|
+
</td>
|
|
218
|
+
<td style="text-align: center;">
|
|
219
|
+
<nobr><font>{{ row.f_phone }}</font></nobr>
|
|
220
|
+
</td>
|
|
221
|
+
<td style="text-align: center;">
|
|
222
|
+
<nobr><font>{{ row.sq_sendtime ? row.sq_sendtime : row.sl_sendtime }}</font></nobr>
|
|
223
|
+
</td>
|
|
224
|
+
<td style="text-align: center;">
|
|
225
|
+
<nobr><font>{{ row.sq_finishtime ? row.sq_finishtime : row.sl_sendtime }}</font></nobr>
|
|
226
|
+
</td>
|
|
227
|
+
<td style="text-align: center;">
|
|
228
|
+
<nobr><font>{{ row.sl_sendtime }}</font></nobr>
|
|
229
|
+
</td>
|
|
230
|
+
<td style="text-align: center;">
|
|
231
|
+
<nobr><font>{{ row.sl_finishtime }}</font></nobr>
|
|
232
|
+
</td>
|
|
233
|
+
<td style="text-align: center;">
|
|
234
|
+
<nobr><font>{{ row.kc_sendtime }}</font></nobr>
|
|
235
|
+
</td>
|
|
236
|
+
<td style="text-align: center;">
|
|
237
|
+
<nobr><font>{{ row.kc_finishtime }}</font></nobr>
|
|
238
|
+
</td>
|
|
239
|
+
<td style="text-align: center;">
|
|
240
|
+
<nobr><font>{{ row.bz_sendtime }}</font></nobr>
|
|
241
|
+
</td>
|
|
242
|
+
<td style="text-align: center;">
|
|
243
|
+
<nobr><font>{{ row.bz_finishtime }}</font></nobr>
|
|
244
|
+
</td>
|
|
245
|
+
<td style="text-align: center;">
|
|
246
|
+
<nobr><font>{{ row.jf_sendtime }}</font></nobr>
|
|
247
|
+
</td>
|
|
248
|
+
<td style="text-align: center;">
|
|
249
|
+
<nobr><font>{{ row.jf_finishtime }}</font></nobr>
|
|
250
|
+
</td>
|
|
251
|
+
<td style="text-align: center;">
|
|
252
|
+
<nobr><font>{{ row.ht_sendtime }}</font></nobr>
|
|
253
|
+
</td>
|
|
254
|
+
<td style="text-align: center;">
|
|
255
|
+
<nobr><font>{{ row.ht_finishtime }}</font></nobr>
|
|
256
|
+
</td>
|
|
257
|
+
<td style="text-align: center;">
|
|
258
|
+
<nobr><font>{{ row.ct_sendtime }}</font></nobr>
|
|
259
|
+
</td>
|
|
260
|
+
<td style="text-align: center;">
|
|
261
|
+
<nobr><font>{{ row.ct_finishtime }}</font></nobr>
|
|
262
|
+
</td>
|
|
263
|
+
<td style="text-align: center;">
|
|
264
|
+
<nobr><font>{{ row.pg_sendtime }}</font></nobr>
|
|
265
|
+
</td>
|
|
266
|
+
<td style="text-align: center;">
|
|
267
|
+
<nobr><font>{{ row.pg_finishtime }}</font></nobr>
|
|
268
|
+
</td>
|
|
269
|
+
<td style="text-align: center;">
|
|
270
|
+
<nobr><font>{{ row.gdpg_sendtime }}</font></nobr>
|
|
271
|
+
</td>
|
|
272
|
+
<td style="text-align: center;">
|
|
273
|
+
<nobr><font>{{ row.gdpg_finishtime }}</font></nobr>
|
|
274
|
+
</td>
|
|
275
|
+
<td style="text-align: center;">
|
|
276
|
+
<nobr><font>{{ row.jlpg_sendtime }}</font></nobr>
|
|
277
|
+
</td>
|
|
278
|
+
<td style="text-align: center;">
|
|
279
|
+
<nobr><font>{{ row.jlpg_finishtime }}</font></nobr>
|
|
280
|
+
</td>
|
|
281
|
+
<td style="text-align: center;">
|
|
282
|
+
<nobr><font>{{ row.sg_sendtime }}</font></nobr>
|
|
283
|
+
</td>
|
|
284
|
+
<td style="text-align: center;">
|
|
285
|
+
<nobr><font>{{ row.sg_finishtime }}</font></nobr>
|
|
286
|
+
</td>
|
|
287
|
+
<td style="text-align: center;">
|
|
288
|
+
<nobr><font>{{ row.tq_sendtime }}</font></nobr>
|
|
289
|
+
</td>
|
|
290
|
+
<td style="text-align: center;">
|
|
291
|
+
<nobr><font>{{ row.tq_finishtime }}</font></nobr>
|
|
292
|
+
</td>
|
|
293
|
+
<td style="text-align: center;">
|
|
294
|
+
<nobr><font>{{ row.hs_sendtime }}</font></nobr>
|
|
295
|
+
</td>
|
|
296
|
+
<td style="text-align: center;">
|
|
297
|
+
<nobr><font>{{ row.hs_finishtime }}</font></nobr>
|
|
298
|
+
</td>
|
|
299
|
+
<td style="text-align: center;">
|
|
300
|
+
<nobr><font>{{ row.bzsh_sendtime }}</font></nobr>
|
|
301
|
+
</td>
|
|
302
|
+
<td style="text-align: center;">
|
|
303
|
+
<nobr><font>{{ row.bzsh_finishtime }}</font></nobr>
|
|
304
|
+
</td>
|
|
305
|
+
<td style="text-align: center;">
|
|
306
|
+
<nobr><font>{{ row.jlsh_sendtime }}</font></nobr>
|
|
307
|
+
</td>
|
|
308
|
+
<td style="text-align: center;">
|
|
309
|
+
<nobr><font>{{ row.jlsh_finishtime }}</font></nobr>
|
|
310
|
+
</td>
|
|
311
|
+
<td style="text-align: center;">
|
|
312
|
+
<nobr><font>{{ row.wxpd_sendtime }}</font></nobr>
|
|
313
|
+
</td>
|
|
314
|
+
<td style="text-align: center;">
|
|
315
|
+
<nobr><font>{{ row.wxpd_finishtime }}</font></nobr>
|
|
316
|
+
</td>
|
|
317
|
+
<td style="text-align: center;">
|
|
318
|
+
<nobr><font>{{ row.wxsg_sendtime }}</font></nobr>
|
|
319
|
+
</td>
|
|
320
|
+
<td style="text-align: center;">
|
|
321
|
+
<nobr><font>{{ row.wxsg_finishtime }}</font></nobr>
|
|
322
|
+
</td>
|
|
323
|
+
<td style="text-align: center;">
|
|
324
|
+
<nobr><font>{{ row.tzbg_sendtime }}</font></nobr>
|
|
325
|
+
</td>
|
|
326
|
+
<td style="text-align: center;">
|
|
327
|
+
<nobr><font>{{ row.tzbg_finishtime }}</font></nobr>
|
|
328
|
+
</td>
|
|
329
|
+
<td style="text-align: center;">
|
|
330
|
+
<nobr><font>{{ row.hdql_sendtime }}</font></nobr>
|
|
331
|
+
</td>
|
|
332
|
+
<td style="text-align: center;">
|
|
333
|
+
<nobr><font>{{ row.hdql_finishtime }}</font></nobr>
|
|
334
|
+
</td>
|
|
335
|
+
<td style="text-align: center;">
|
|
336
|
+
<nobr><font>{{ row.gcck_sendtime }}</font></nobr>
|
|
337
|
+
</td>
|
|
338
|
+
<td style="text-align: center;">
|
|
339
|
+
<nobr><font>{{ row.gcck_finishtime }}</font></nobr>
|
|
340
|
+
</td>
|
|
341
|
+
</tr>
|
|
342
|
+
</template>
|
|
343
|
+
</data-grid>
|
|
344
|
+
</criteria-paged>
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
</template>
|
|
348
|
+
|
|
349
|
+
<script>
|
|
350
|
+
import {PagedList} from 'vue-client'
|
|
351
|
+
import {isEmpty} from "../../Util";
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
export default {
|
|
355
|
+
title: '报建环节时间节点',
|
|
356
|
+
data () {
|
|
357
|
+
return {
|
|
358
|
+
model: new PagedList('rs/sql/applyGetAllActivityTime', 20, {
|
|
359
|
+
data: {
|
|
360
|
+
f_filiale: this.$login.f.f_fengongsi
|
|
361
|
+
}
|
|
362
|
+
}),
|
|
363
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
364
|
+
defnames: [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')],
|
|
365
|
+
criteriaShow: false,
|
|
366
|
+
getfield: {
|
|
367
|
+
'f_apply_num': ' 报 建 编 号 ',
|
|
368
|
+
'f_apply_type': ' 报 建 类 型 ',
|
|
369
|
+
'f_user_name': ' 用 户 名 称 ',
|
|
370
|
+
'f_phone': ' 电 话 ',
|
|
371
|
+
'sq_sendtime':'报装申请时间',
|
|
372
|
+
'sq_finishtime':'报装申请完成时间',
|
|
373
|
+
'sl_sendtime':'报建受理',
|
|
374
|
+
'sl_finishtime':'报建受理完成时间',
|
|
375
|
+
'kc_sendtime':'现场勘察',
|
|
376
|
+
'kc_finishtime':'现场勘察完成时间',
|
|
377
|
+
'bz_sendtime':'收费标准',
|
|
378
|
+
'bz_finishtime':'收费标准完成时间',
|
|
379
|
+
'jf_sendtime':'报装缴费',
|
|
380
|
+
'jf_finishtime':'报装缴费完成时间',
|
|
381
|
+
'ht_sendtime':'合同签订',
|
|
382
|
+
'ht_finishtime':'合同签订完成时间',
|
|
383
|
+
'ct_sendtime':'设计出图',
|
|
384
|
+
'ct_finishtime':'设计出图完成时间',
|
|
385
|
+
'pg_sendtime':'工程派工',
|
|
386
|
+
'pg_finishtime':'工程派工完成时间',
|
|
387
|
+
'gdpg_sendtime':'工程队派工',
|
|
388
|
+
'gdpg_finishtime':'工程队派工完成时间',
|
|
389
|
+
'jlpg_sendtime':'监理单位派工',
|
|
390
|
+
'jlpg_finishtime':'监理单位派工完成时间',
|
|
391
|
+
'sg_sendtime':'工程施工',
|
|
392
|
+
'sg_finishtime':'工程施工完成时间',
|
|
393
|
+
'tq_sendtime':'点火通气',
|
|
394
|
+
'tq_finishtime':'点火通气完成时间',
|
|
395
|
+
'hs_sendtime':'核算费用',
|
|
396
|
+
'hs_finishtime':'核算费用完成时间',
|
|
397
|
+
'bzsh_sendtime':'部长审核',
|
|
398
|
+
'bzsh_finishtime':'部长审核完成时间',
|
|
399
|
+
'jlsh_sendtime':'经理审核',
|
|
400
|
+
'jlsh_finishtime':'经理审核完成时间',
|
|
401
|
+
'wxpd_sendtime':'维修派单',
|
|
402
|
+
'wxpd_finishtime':'维修派单完成时间',
|
|
403
|
+
'wxsg_sendtime':'安检维修施工',
|
|
404
|
+
'wxsg_finishtime':'安检维修施工完成时间',
|
|
405
|
+
'tzbg_sendtime':'图纸变更',
|
|
406
|
+
'tzbg_finishtime':'图纸变更完成时间',
|
|
407
|
+
'hdql_sendtime':'核对气量',
|
|
408
|
+
'hdql_finishtime':'核对气量完成时间',
|
|
409
|
+
'gcck_sendtime':'工程查看',
|
|
410
|
+
'gcck_finishtime':'工程查看完成时间'
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
ready () {
|
|
415
|
+
// 调用查询
|
|
416
|
+
this.search()
|
|
417
|
+
},
|
|
418
|
+
methods: {
|
|
419
|
+
async applyTypeChange () {
|
|
420
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
421
|
+
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
422
|
+
{ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type },
|
|
423
|
+
{resolveMsg: null, rejectMsg: '节点信息获取失败!!!'}
|
|
424
|
+
)
|
|
425
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
426
|
+
} else {
|
|
427
|
+
this.defnames = isEmpty(this.$appdata.getParam('办理环节')) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')]
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
clear () {
|
|
431
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
432
|
+
this.$refs.cp.$refs.cri.model[key] = []
|
|
433
|
+
})
|
|
434
|
+
},
|
|
435
|
+
// 查询
|
|
436
|
+
search () {
|
|
437
|
+
this.$refs.cp.$refs.cri.search()
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
computed: {
|
|
441
|
+
getCondition () {
|
|
442
|
+
return {
|
|
443
|
+
condition: this.$refs.cp.$refs.cri.condition,
|
|
444
|
+
data: {
|
|
445
|
+
f_filiale: this.$login.f.f_fengongsi
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
</script>
|
|
452
|
+
|
|
453
|
+
<style scoped>
|
|
454
|
+
|
|
455
|
+
</style>
|