apply-clients 3.4.3 → 3.4.4
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/AndroidApp.vue +18 -18
- package/src/android.js +1 -1
- package/src/apply.js +39 -20
- package/src/applyAndroid.js +23 -9
- package/src/components/android/AppOnetomany.vue +47 -5
- package/src/components/android/AppServiceView.vue +745 -566
- package/src/components/android/AppSign.vue +154 -142
- package/src/components/android/AppTakePic.vue +11 -11
- package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
- package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
- package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
- package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
- package/src/components/android/Function/AppInstallFunction.vue +366 -0
- package/src/components/android/Process/AppExplorationUser.vue +217 -37
- package/src/components/android/Process/AppServiceControl.vue +1708 -757
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
- package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
- package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -456
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
- package/src/components/android/Process/Processes/selectApply.vue +250 -0
- package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -121
- package/src/components/common/TabButton.vue +149 -0
- package/src/components/common/Tabs.vue +67 -0
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/txt.jpg +0 -0
- package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
- package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
- package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
- package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
- package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
- package/src/components/product/Function/InstallFunction.vue +3 -2
- package/src/components/product/Function/InstallInfoSelect.vue +41 -21
- package/src/components/product/Function/Service/FunctionServiceControl.vue +96 -71
- package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
- package/src/components/product/Install/InstallProject.vue +194 -0
- package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
- package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
- package/src/components/product/OldApply/OldApply.vue +209 -0
- package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
- package/src/components/product/Onetomany.vue +40 -11
- package/src/components/product/Process/ExplorationSelect.vue +495 -417
- package/src/components/product/Process/ExplorationUser.vue +145 -94
- package/src/components/product/Process/Processes/InstallationDetails.vue +610 -592
- package/src/components/product/Process/Processes/Print/printCharge.vue +166 -142
- package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
- package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +4 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +656 -638
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
- package/src/components/product/Process/Processes/selectApply.vue +2 -2
- package/src/components/product/Process/Service/ServiceControl.vue +628 -10
- package/src/components/product/Process/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +981 -631
- package/src/components/product/Stop/StopApply.vue +26 -30
- package/src/components/product/Stop/StopApplyList.vue +27 -25
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +732 -34
- package/src/components/product/Supervisory/SupervisoryControl.vue +38 -1
- package/src/components/product/Supervisory/SupervisoryList.vue +404 -233
- package/src/components/product/Supervisory/SupervisoryhCart.vue +51 -28
- package/src/components/product/VueUtils/ApplyUpload.vue +40 -38
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
- package/src/components/product/VueUtils/ToolsPage.vue +51 -0
- package/src/components/product/VueUtils/Tree.vue +330 -0
- package/src/expandcssAndroid.less +362 -879
- package/src/main.js +3 -0
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="select-overspread" style="background-color: #ffffff;padding: 20px;overflow: scroll">
|
|
3
|
+
<form class="form-horizontal">
|
|
4
|
+
<div class="form-group">
|
|
5
|
+
<div class="col-sm-4 form-group">
|
|
6
|
+
<label class="control-label-justify control-label col-sm-6">用户编号</label>
|
|
7
|
+
<div class="col-sm-6">
|
|
8
|
+
<input class="form-control input_view" type="input" readonly
|
|
9
|
+
v-model="selectdata.f_userinfo_code"
|
|
10
|
+
:value="selectdata.f_userinfo_code"/>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-sm-4 form-group">
|
|
14
|
+
<label class="control-label-justify control-label col-sm-6">工程编号</label>
|
|
15
|
+
<div class="col-sm-6">
|
|
16
|
+
<input class="form-control input_view" type="input" readonly
|
|
17
|
+
v-model="selectdata.f_apply_num"
|
|
18
|
+
:value="selectdata.f_apply_num"/>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-sm-4 form-group">
|
|
22
|
+
<label class="control-label-justify control-label col-sm-6">报建类型</label>
|
|
23
|
+
<div class="col-sm-6">
|
|
24
|
+
<input class="form-control input_view" type="input" readonly
|
|
25
|
+
v-model="selectdata.f_apply_type"
|
|
26
|
+
:value="selectdata.f_apply_type"/>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="col-sm-4 form-group">
|
|
30
|
+
<label class="control-label-justify control-label col-sm-6">流程状态</label>
|
|
31
|
+
<div class="col-sm-6">
|
|
32
|
+
<input class="form-control input_view" type="input" readonly
|
|
33
|
+
v-model="selectdata.f_sub_state"
|
|
34
|
+
:value="selectdata.f_sub_state"/>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="col-sm-4 form-group">
|
|
38
|
+
<label class="control-label-justify control-label col-sm-6">单位名称</label>
|
|
39
|
+
<div class="col-sm-6">
|
|
40
|
+
<input class="form-control input_view" type="input" readonly
|
|
41
|
+
v-model="selectdata.f_user_name"
|
|
42
|
+
:value="selectdata.f_user_name"/>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<div class="col-sm-4 form-group">
|
|
46
|
+
<label class="control-label-justify control-label col-sm-6">联系人</label>
|
|
47
|
+
<div class="col-sm-6">
|
|
48
|
+
<input class="form-control input_view" type="input" readonly
|
|
49
|
+
v-model="selectdata.f_contact"
|
|
50
|
+
:value="selectdata.f_contact"/>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="col-sm-4 form-group">
|
|
54
|
+
<label class="control-label-justify control-label col-sm-6">电话</label>
|
|
55
|
+
<div class="col-sm-6">
|
|
56
|
+
<input class="form-control input_view" type="input" readonly
|
|
57
|
+
v-model="selectdata.f_phone"
|
|
58
|
+
:value="selectdata.f_phone"/>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="col-sm-4 form-group">
|
|
62
|
+
<label class="control-label-justify control-label col-sm-6">身份证号</label>
|
|
63
|
+
<div class="col-sm-6">
|
|
64
|
+
<input class="form-control input_view" type="input" readonly
|
|
65
|
+
v-model="selectdata.f_idnumber"
|
|
66
|
+
:value="selectdata.f_idnumber"/>
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="col-sm-4 form-group">
|
|
70
|
+
<label class="control-label-justify control-label col-sm-6">用气性质</label>
|
|
71
|
+
<div class="col-sm-6">
|
|
72
|
+
<input class="form-control input_view" type="input" readonly
|
|
73
|
+
v-model="selectdata.f_gas_nature"
|
|
74
|
+
:value="selectdata.f_gas_nature"/>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="col-sm-4 form-group">
|
|
78
|
+
<label class="control-label-justify control-label col-sm-6">报建接收时间</label>
|
|
79
|
+
<div class="col-sm-6">
|
|
80
|
+
<input class="form-control input_view" type="input" readonly
|
|
81
|
+
v-model="selectdata.f_apply_date"
|
|
82
|
+
:value="selectdata.f_apply_date"/>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-sm-4 form-group">
|
|
86
|
+
<label class="control-label-justify control-label col-sm-6">报建审核日期</label>
|
|
87
|
+
<div class="col-sm-6">
|
|
88
|
+
<input class="form-control input_view" type="input" readonly
|
|
89
|
+
v-model="selectdata.f_apply_check_date"
|
|
90
|
+
:value="selectdata.f_apply_check_date"/>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="col-sm-4 form-group">
|
|
94
|
+
<label class="control-label-justify control-label col-sm-6">合同价格</label>
|
|
95
|
+
<div class="col-sm-6">
|
|
96
|
+
<input class="form-control input_view" type="input" readonly
|
|
97
|
+
v-model="selectdata.f_contract_money"
|
|
98
|
+
:value="selectdata.f_contract_money"/>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
<div class="col-sm-12 form-group">
|
|
102
|
+
<label class="control-label-justify control-label col-sm-6">收费项目</label>
|
|
103
|
+
<div class="col-sm-10">
|
|
104
|
+
<input class="form-control input_view" type="input" readonly
|
|
105
|
+
v-model="selectdata.f_payment_term"
|
|
106
|
+
:value="selectdata.f_payment_term"/>
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="col-sm-12 form-group">
|
|
110
|
+
<label class="control-label-justify control-label col-sm-6">集收单位</label>
|
|
111
|
+
<div class="col-sm-10">
|
|
112
|
+
<input class="form-control input_view" type="input" readonly
|
|
113
|
+
v-model="selectdata.f_unit_name"
|
|
114
|
+
:value="selectdata.f_unit_name"/>
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="col-sm-12 form-group">
|
|
118
|
+
<label class="control-label-justify control-label col-sm-6">地址</label>
|
|
119
|
+
<div class="col-sm-10">
|
|
120
|
+
<input class="form-control input_view" type="input" readonly
|
|
121
|
+
v-model="selectdata.f_address"
|
|
122
|
+
:value="selectdata.f_address"/>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
<div class="col-sm-12 form-group">
|
|
126
|
+
<label class="control-label-justify control-label col-sm-6">报建备注</label>
|
|
127
|
+
<div class="col-sm-10">
|
|
128
|
+
<input class="form-control input_view" type="input" readonly
|
|
129
|
+
v-model="selectdata.f_apply_remarks"
|
|
130
|
+
:value="selectdata.f_apply_remarks"/>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
|
|
134
|
+
<!-- 待安装 -->
|
|
135
|
+
<div class="col-sm-4 form-group">
|
|
136
|
+
<label class="control-label-justify control-label col-sm-6">施工项目部</label>
|
|
137
|
+
<div class="col-sm-6">
|
|
138
|
+
<input class="form-control input_view" type="input"
|
|
139
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
140
|
+
v-model="selectdata.f_construction_unit"
|
|
141
|
+
:value="selectdata.f_construction_unit"/>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
<div class="col-sm-4 form-group">
|
|
145
|
+
<label class="control-label-justify control-label col-sm-6">施工负责人</label>
|
|
146
|
+
<div class="col-sm-6">
|
|
147
|
+
<input class="form-control input_view" type="input"
|
|
148
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
149
|
+
v-model="selectdata.f_construction_worker"
|
|
150
|
+
:value="selectdata.f_construction_worker"/>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="col-sm-4 form-group">
|
|
154
|
+
<label class="control-label-justify control-label col-sm-6">施工完成时间</label>
|
|
155
|
+
<div class="col-sm-6">
|
|
156
|
+
<datepicker
|
|
157
|
+
:value.sync="selectdata.f_completion_time"
|
|
158
|
+
v-model="selectdata.f_completion_time"
|
|
159
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
160
|
+
:disabled="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
161
|
+
:show-reset-button="true"
|
|
162
|
+
></datepicker>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
<div class="col-sm-4 form-group">
|
|
166
|
+
<label class="control-label-justify control-label col-sm-6">表号</label>
|
|
167
|
+
<div class="col-sm-6">
|
|
168
|
+
<input class="form-control input_view" type="input"
|
|
169
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
170
|
+
v-model="selectdata.f_meternumber"
|
|
171
|
+
:value="selectdata.f_meternumber"/>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
|
+
<div class="col-sm-4 form-group">
|
|
175
|
+
<label class="control-label-justify control-label col-sm-6">防盗卡号</label>
|
|
176
|
+
<div class="col-sm-6">
|
|
177
|
+
<input class="form-control input_view" type="input"
|
|
178
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
179
|
+
v-model="selectdata.f_card_number"
|
|
180
|
+
:value="selectdata.f_card_number"/>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="col-sm-4 form-group">
|
|
184
|
+
<label class="control-label-justify control-label col-sm-6">施工审核时间</label>
|
|
185
|
+
<div class="col-sm-6">
|
|
186
|
+
<datepicker
|
|
187
|
+
:value.sync="selectdata.f_construction_check_time"
|
|
188
|
+
v-model="selectdata.f_construction_check_time"
|
|
189
|
+
:readonly="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
190
|
+
:disabled="selectdata.f_sub_state !== '待安装' || type === 'monitor'"
|
|
191
|
+
:show-reset-button="true"
|
|
192
|
+
></datepicker>
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
|
|
196
|
+
<!-- 待点火 -->
|
|
197
|
+
<template v-if="selectdata.f_sub_state !== '待安装' || type === 'monitor'">
|
|
198
|
+
<div class="col-sm-4 form-group">
|
|
199
|
+
<label class="control-label-justify control-label col-sm-6">计划通气时间</label>
|
|
200
|
+
<div class="col-sm-6">
|
|
201
|
+
<datepicker
|
|
202
|
+
:value.sync="selectdata.f_plan_date"
|
|
203
|
+
v-model="selectdata.f_plan_date"
|
|
204
|
+
:readonly="type === 'monitor'"
|
|
205
|
+
:disabled="type === 'monitor'"
|
|
206
|
+
:show-reset-button="true"
|
|
207
|
+
></datepicker>
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
<div class="col-sm-4 form-group">
|
|
211
|
+
<label class="control-label-justify control-label col-sm-6">计划气价名称</label>
|
|
212
|
+
<div class="col-sm-6">
|
|
213
|
+
<input class="form-control input_view" type="input"
|
|
214
|
+
:readonly="type === 'monitor'"
|
|
215
|
+
v-model="selectdata.f_gas_price_name"
|
|
216
|
+
:value="selectdata.f_gas_price_name"/>
|
|
217
|
+
</div>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="col-sm-4 form-group">
|
|
220
|
+
<label class="control-label-justify control-label col-sm-6">计划通气备注</label>
|
|
221
|
+
<div class="col-sm-6">
|
|
222
|
+
<input class="form-control input_view" type="input"
|
|
223
|
+
:readonly="type === 'monitor'"
|
|
224
|
+
v-model="selectdata.f_remark_stask"
|
|
225
|
+
:value="selectdata.f_remark_stask"/>
|
|
226
|
+
</div>
|
|
227
|
+
</div>
|
|
228
|
+
<div class="col-sm-4 form-group">
|
|
229
|
+
<label class="control-label-justify control-label col-sm-6">通气日期</label>
|
|
230
|
+
<div class="col-sm-6">
|
|
231
|
+
<datepicker
|
|
232
|
+
:value.sync="selectdata.f_ventilate_date"
|
|
233
|
+
v-model="selectdata.f_ventilate_date"
|
|
234
|
+
:readonly="type === 'monitor'"
|
|
235
|
+
:disabled="type === 'monitor'"
|
|
236
|
+
:show-reset-button="true"
|
|
237
|
+
></datepicker>
|
|
238
|
+
</div>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="col-sm-4 form-group">
|
|
241
|
+
<label class="control-label-justify control-label col-sm-6">通气备注</label>
|
|
242
|
+
<div class="col-sm-6">
|
|
243
|
+
<input class="form-control input_view" type="input"
|
|
244
|
+
:readonly="type === 'monitor'"
|
|
245
|
+
v-model="selectdata.f_gas_remarks"
|
|
246
|
+
:value="selectdata.f_gas_remarks"/>
|
|
247
|
+
</div>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="col-sm-4 form-group">
|
|
250
|
+
<label class="control-label-justify control-label col-sm-6">验收人</label>
|
|
251
|
+
<div class="col-sm-6">
|
|
252
|
+
<input class="form-control input_view" type="input"
|
|
253
|
+
:readonly="type === 'monitor'"
|
|
254
|
+
v-model="selectdata.f_acceptor"
|
|
255
|
+
:value="selectdata.f_acceptor"/>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
<div class="col-sm-4 form-group">
|
|
259
|
+
<label class="control-label-justify control-label col-sm-6">验收日期</label>
|
|
260
|
+
<div class="col-sm-6">
|
|
261
|
+
<datepicker
|
|
262
|
+
:value.sync="selectdata.f_acceptor_date"
|
|
263
|
+
v-model="selectdata.f_acceptor_date"
|
|
264
|
+
:readonly="type === 'monitor'"
|
|
265
|
+
:disabled="type === 'monitor'"
|
|
266
|
+
:show-reset-button="true"
|
|
267
|
+
></datepicker>
|
|
268
|
+
</div>
|
|
269
|
+
</div>
|
|
270
|
+
<div class="col-sm-4 form-group">
|
|
271
|
+
<label class="control-label-justify control-label col-sm-6">验收结果</label>
|
|
272
|
+
<div class="col-sm-6">
|
|
273
|
+
<input class="form-control input_view" type="input"
|
|
274
|
+
:readonly="type === 'monitor'"
|
|
275
|
+
v-model="selectdata.f_acceptance_is_qualified"
|
|
276
|
+
:value="selectdata.f_acceptance_is_qualified"/>
|
|
277
|
+
</div>
|
|
278
|
+
</div>
|
|
279
|
+
<div class="col-sm-4 form-group">
|
|
280
|
+
<label class="control-label-justify control-label col-sm-6">气价名称</label>
|
|
281
|
+
<div class="col-sm-6">
|
|
282
|
+
<input class="form-control input_view" type="input"
|
|
283
|
+
:readonly="type === 'monitor'"
|
|
284
|
+
v-model="selectdata.f_price_name"
|
|
285
|
+
:value="selectdata.f_price_name"/>
|
|
286
|
+
</div>
|
|
287
|
+
</div>
|
|
288
|
+
<div class="col-sm-12 form-group">
|
|
289
|
+
<label class="control-label-justify control-label col-sm-6">真实流程状态备注:</label>
|
|
290
|
+
<div class="col-sm-10">
|
|
291
|
+
<input class="form-control input_view" type="input"
|
|
292
|
+
readonly
|
|
293
|
+
v-model="selectdata.f_reality_sub_remark"
|
|
294
|
+
:value="selectdata.f_reality_sub_remark"/>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
</template>
|
|
298
|
+
<template v-if="selectdata.f_sub_state === '终止'">
|
|
299
|
+
<div class="col-sm-4 form-group">
|
|
300
|
+
<label class="control-label-justify control-label col-sm-6">终止原因</label>
|
|
301
|
+
<div class="col-sm-6">
|
|
302
|
+
<input class="form-control input_view" type="input" readonly
|
|
303
|
+
v-model="selectdata.f_stop_reason"
|
|
304
|
+
:value="selectdata.f_stop_reason"/>
|
|
305
|
+
</div>
|
|
306
|
+
</div>
|
|
307
|
+
<div class="col-sm-4 form-group">
|
|
308
|
+
<label class="control-label-justify control-label col-sm-6">终止人员</label>
|
|
309
|
+
<div class="col-sm-6">
|
|
310
|
+
<input class="form-control input_view" type="input" readonly
|
|
311
|
+
v-model="selectdata.f_stop_user"
|
|
312
|
+
:value="selectdata.f_stop_user"/>
|
|
313
|
+
</div>
|
|
314
|
+
</div>
|
|
315
|
+
<div class="col-sm-4 form-group">
|
|
316
|
+
<label class="control-label-justify control-label col-sm-6">终止时间</label>
|
|
317
|
+
<div class="col-sm-6">
|
|
318
|
+
<input class="form-control input_view" type="input" readonly
|
|
319
|
+
v-model="selectdata.f_stop_date"
|
|
320
|
+
:value="selectdata.f_stop_date"/>
|
|
321
|
+
</div>
|
|
322
|
+
</div>
|
|
323
|
+
<div class="col-sm-12 form-group">
|
|
324
|
+
<label class="control-label-justify control-label col-sm-6">终止备注</label>
|
|
325
|
+
<div class="col-sm-10">
|
|
326
|
+
<input class="form-control input_view" type="input" readonly
|
|
327
|
+
v-model="selectdata.f_stop_remarks"
|
|
328
|
+
:value="selectdata.f_stop_remarks"/>
|
|
329
|
+
</div>
|
|
330
|
+
</div>
|
|
331
|
+
</template>
|
|
332
|
+
</div>
|
|
333
|
+
</form>
|
|
334
|
+
</div>
|
|
335
|
+
</template>
|
|
336
|
+
|
|
337
|
+
<script>
|
|
338
|
+
export default {
|
|
339
|
+
title: '报装信息',
|
|
340
|
+
props: ['selectdata', 'type'],
|
|
341
|
+
data () {
|
|
342
|
+
return {
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
</script>
|
|
347
|
+
<style>
|
|
348
|
+
.datepicker{
|
|
349
|
+
width: 100%!important;
|
|
350
|
+
}
|
|
351
|
+
.datepicker-input{
|
|
352
|
+
background-color: #ffffff!important;
|
|
353
|
+
width: 100%!important;
|
|
354
|
+
}
|
|
355
|
+
.datepicker-input:disabled{
|
|
356
|
+
border: 1px solid #DDD!important;
|
|
357
|
+
color: #ACA899!important;
|
|
358
|
+
width: 100%!important;
|
|
359
|
+
}
|
|
360
|
+
</style>
|
|
361
|
+
<style scoped>
|
|
362
|
+
th{
|
|
363
|
+
font-size: 15px !important;
|
|
364
|
+
text-align: center !important;
|
|
365
|
+
background-color: #dfedfb!important;
|
|
366
|
+
color: #666666 !important;
|
|
367
|
+
font-family: PINGFANG-BOLD !important;
|
|
368
|
+
font-weight: normal!important;
|
|
369
|
+
}
|
|
370
|
+
/*清除model中的浮动*/
|
|
371
|
+
.clearfix:after,.clearfix:before{
|
|
372
|
+
display: table;
|
|
373
|
+
}
|
|
374
|
+
.clearfix:after{
|
|
375
|
+
clear: both;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.input_view{
|
|
379
|
+
padding: 8px;
|
|
380
|
+
background-color: #ffffff;
|
|
381
|
+
border-radius: 2px;
|
|
382
|
+
border: solid 1px #c7c7c7!important;
|
|
383
|
+
color: #333333!important;
|
|
384
|
+
font-size: 15px!important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.input_view[readonly]{
|
|
388
|
+
border: 1px solid #DDD!important;
|
|
389
|
+
color:#ACA899!important;
|
|
390
|
+
}
|
|
391
|
+
.input_view:disabled{
|
|
392
|
+
border: 1px solid #DDD!important;
|
|
393
|
+
color:#ACA899!important;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.control-label-justify {
|
|
397
|
+
display: inline-block;
|
|
398
|
+
vertical-align: top;
|
|
399
|
+
width: 110px;
|
|
400
|
+
text-align: justify;
|
|
401
|
+
font-family: PingFang-SC-Bold;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.control-label-justify::after {
|
|
405
|
+
content: "";
|
|
406
|
+
display: inline-block;
|
|
407
|
+
width: 100%;
|
|
408
|
+
overflow: hidden;
|
|
409
|
+
height: 0;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
input::-webkit-outer-spin-button,
|
|
413
|
+
input::-webkit-inner-spin-button {
|
|
414
|
+
-webkit-appearance: none;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
input[type="number"] {
|
|
418
|
+
-moz-appearance: textfield;
|
|
419
|
+
}
|
|
420
|
+
</style>
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
v-if="$parent.$parent.onetomany.import.templateUrl"
|
|
26
26
|
:href="$parent.$parent.onetomany.import.templateUrl" download>模板下载</a>
|
|
27
27
|
<export-excel
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
v-if="!$parent.$parent.onetomany.export.hidden"
|
|
29
|
+
:data="$parent.$parent.getCondition"
|
|
30
|
+
:field="$parent.$parent.getField"
|
|
31
|
+
sqlurl="rs/logic/applyExportfile"
|
|
32
|
+
:sql-name="$parent.$parent.onetomany.export.sqlName || 'singleTable'"
|
|
33
|
+
:template-name="$parent.$parent.onetomany.export.templateName || '导出明细'"
|
|
34
|
+
:btn-name="$parent.$parent.onetomany.export.butName || '导出'"
|
|
35
|
+
:choose-col="true"></export-excel>
|
|
36
36
|
</th>
|
|
37
37
|
</tr>
|
|
38
38
|
</template>
|
|
@@ -209,13 +209,42 @@ export default {
|
|
|
209
209
|
ready () {
|
|
210
210
|
},
|
|
211
211
|
methods: {
|
|
212
|
-
confirmModal () {
|
|
212
|
+
async confirmModal () {
|
|
213
|
+
//报警器设备型号校验
|
|
214
|
+
if (this.selectdata.f_apply_type === '报警器报建' || this.selectdata.f_apply_type === '工商业报警器报建'){
|
|
215
|
+
let data = {
|
|
216
|
+
f_material_name : "",
|
|
217
|
+
f_bjq_sid: "",
|
|
218
|
+
}
|
|
219
|
+
this.onetomany.fields.forEach(item=>{
|
|
220
|
+
if (item.label === '材料编号'){
|
|
221
|
+
data.f_bjq_sid = item.value
|
|
222
|
+
}
|
|
223
|
+
if (item.label === '材料名称'){
|
|
224
|
+
data.f_material_name = item.value
|
|
225
|
+
}
|
|
226
|
+
})
|
|
227
|
+
if (data.f_material_name.substr(0,3) === '报警器'){
|
|
228
|
+
let res = await this.$resetpost(
|
|
229
|
+
`ncc/rs/logic/bjqcheck`,
|
|
230
|
+
// `/rs/logic/bjqcheck`,
|
|
231
|
+
data
|
|
232
|
+
)
|
|
233
|
+
if (res.data.code != 200){
|
|
234
|
+
this.disableButton = true
|
|
235
|
+
this.$showMessage(res.data.msg)
|
|
236
|
+
return
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
213
241
|
if (this.modelTitle === '新增') {
|
|
214
242
|
if (this.onetomany.add.event) {
|
|
215
243
|
this.$dispatch(this.onetomany.add.event, this.index)
|
|
216
244
|
} else {
|
|
217
245
|
this.$dispatch('onetomanyadd', this.index)
|
|
218
246
|
}
|
|
247
|
+
this.closeModal()
|
|
219
248
|
}
|
|
220
249
|
if (this.modelTitle === '修改') {
|
|
221
250
|
if (this.onetomany.update.event) {
|
|
@@ -223,9 +252,9 @@ export default {
|
|
|
223
252
|
} else {
|
|
224
253
|
this.$dispatch('onetomanyupdate', this.index, this.rowIndex)
|
|
225
254
|
}
|
|
255
|
+
this.closeModal()
|
|
226
256
|
}
|
|
227
|
-
|
|
228
|
-
this.closeModal()
|
|
257
|
+
// this.closeModal()
|
|
229
258
|
},
|
|
230
259
|
onchange (fieldIndex) {
|
|
231
260
|
this.disableModalButton()
|