apply-clients 3.4.39 → 3.4.51

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.
Files changed (58) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/android.js +21 -21
  4. package/src/apply.js +113 -113
  5. package/src/applyAndroid.js +53 -53
  6. package/src/components/android/AppServiceView.vue +745 -745
  7. package/src/components/android/AppSign.vue +154 -154
  8. package/src/components/android/Process/AppExplorationUser.vue +507 -507
  9. package/src/components/android/Process/AppServiceControl.vue +1708 -1708
  10. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
  11. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
  12. package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -482
  13. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
  14. package/src/components/product/Business/BusinessApply.vue +269 -269
  15. package/src/components/product/Business/CivilApply.vue +269 -269
  16. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -253
  17. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -53
  18. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -376
  19. package/src/components/product/Material/MaterialDetailed.vue +262 -262
  20. package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -360
  21. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -157
  22. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -259
  23. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -168
  24. package/src/components/product/Process/ExplorationSelect.vue +495 -495
  25. package/src/components/product/Process/ExplorationUser.vue +189 -189
  26. package/src/components/product/Process/Processes/InstallationDetails.vue +610 -610
  27. package/src/components/product/Process/Processes/Print/printCharge.vue +166 -166
  28. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
  29. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  30. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  31. package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
  32. package/src/components/product/Process/Service/ServiceControl.vue +1918 -1920
  33. package/src/components/product/ServiceView.vue +981 -981
  34. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  35. package/src/components/product/Supervisory/SupervisoryList.vue +404 -404
  36. package/src/components/product/VueUtils/ApplyUpload.vue +275 -280
  37. package/src/filiale/gehua/pc/ExplorationSelect.vue +483 -483
  38. package/src/filiale/gehua/pc/ServiceControl.vue +1929 -1929
  39. package/src/filiale/gehua/pc/SupervisoryControl.vue +137 -137
  40. package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
  41. package/src/filiale/gehua/pc/buildOrderList.vue +339 -0
  42. package/src/filiale/gehua/pc/printBuildOrder.vue +243 -0
  43. package/src/filiale/gehua/pc.js +3 -2
  44. package/src/filiale/guangxi/android/Process/AppExplorationUser.vue +503 -503
  45. package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +470 -470
  46. package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
  47. package/src/filiale/guangxi/android/Process/Processes/AppInstallationDetails.vue +482 -482
  48. package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
  49. package/src/filiale/guangxi/android/Process/Processes/AppServiceView.vue +766 -766
  50. package/src/filiale/guangxi/android.js +9 -9
  51. package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
  52. package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +702 -702
  53. package/src/filiale/guangxi/pc/Process/ExplorationSelect.vue +538 -538
  54. package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
  55. package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
  56. package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +482 -482
  57. package/src/filiale/guangxi/pc.js +15 -15
  58. package/src/main.js +1 -4
@@ -0,0 +1,339 @@
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='$parent.searchCondition' 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-3">
9
+ <label class="font_normal_body">组织机构:</label>
10
+ <res-select
11
+ restype='organization'
12
+ :initresid='$parent.$parent.curorgid'
13
+ @res-select="$parent.$parent.getorg"
14
+ is-mul="false"
15
+ ></res-select>
16
+ </div>
17
+ <div class="form-group col-sm-3">
18
+ <label class="font_normal_body">工程编号:</label>
19
+ <input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
20
+ v-on:keyup.enter="$parent.$parent.search()"
21
+ condition="u.f_apply_num = '{}'">
22
+ </div>
23
+ <div class="form-group col-sm-3">
24
+ <label class="font_normal_body">客户名称:</label>
25
+ <input type="text" style="width: 60%" class="input_search" placeholder='客户名称' v-model="model.f_user_name"
26
+ v-on:keyup.enter="$parent.$parent.search()"
27
+ condition="f_user_name = '{}'">
28
+ </div>
29
+ <div class="form-group col-sm-3 button-range">
30
+ <button class="button_export button_spacing" @click="$parent.$parent.batchPrint()">批量打印</button>
31
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
32
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
33
+ <div
34
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
35
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
36
+ class="button_spacing"
37
+ style="float: right">
38
+ </div>
39
+ </div>
40
+ </div>
41
+ <div class="row" v-show="$parent.$parent.criteriaShow">
42
+ <div class="form-group col-sm-3">
43
+ <label class="font_normal_body">电&emsp;&emsp;话:</label>
44
+ <input type="text" style="width: 60%" class="input_search" placeholder='电话' v-model="model.f_phone"
45
+ v-on:keyup.enter="$parent.$parent.search()"
46
+ condition="f_phone = '{}'">
47
+ </div>
48
+ <div class="form-group col-sm-3">
49
+ <label class="font_normal_body">地&emsp;&emsp;址:</label>
50
+ <input type="text" style="width: 60%" class="input_search" placeholder='地址' v-model="model.f_address"
51
+ v-on:keyup.enter="$parent.$parent.search()"
52
+ condition="f_address like '%{}%'">
53
+ </div>
54
+ <div class="form-group col-sm-3">
55
+ <label class="font_normal_body">安装单位:</label>
56
+ <input type="text" style="width: 60%" class="input_search" placeholder='安装单位' v-model="model.f_construction_unit"
57
+ v-on:keyup.enter="$parent.$parent.search()"
58
+ condition="f_construction_unit = '{}'">
59
+ </div>
60
+ <div class="form-group col-sm-3">
61
+ <label class="font_normal_body">是否打印:</label>
62
+ <v-select
63
+ v-model="model.f_prints_number"
64
+ placeholder='是否打印'
65
+ condition=" f_prints_number {}"
66
+ :value.sync="model.f_prints_number"
67
+ :options='$parent.$parent.isprints'
68
+ class="select select_list"
69
+ :value-single="true"
70
+ close-on-select ></v-select>
71
+ </div>
72
+ <div class="form-group col-sm-3">
73
+ <label for="startDate" class="font_normal_body">开始时间:</label>
74
+ <datepicker id="startDate" placeholder="开始日期"
75
+ style="width: 60%!important;"
76
+ v-model="model.startDate"
77
+ :value.sync="model.startDate"
78
+ :format="'yyyy-MM-dd 00:00:00'"
79
+ :show-reset-button="true"
80
+ condition="f_construction_date >= '{}'">
81
+ </datepicker>
82
+ </div>
83
+ <div class="form-group col-sm-3">
84
+ <label for="endDate" class="font_normal_body">结束时间:</label>
85
+ <datepicker id="endDate" placeholder="结束日期"
86
+ style="width: 60%!important;"
87
+ v-model="model.endDate"
88
+ :value.sync="model.endDate"
89
+ :format="'yyyy-MM-dd 23:59:59'"
90
+ :show-reset-button="true"
91
+ condition="f_construction_date <= '{}'">
92
+ </datepicker>
93
+ </div>
94
+
95
+ <div class="form-group col-sm-3">
96
+ <label for="startDate" class="font_normal_body">打印开始时间:</label>
97
+ <datepicker id="startDate1" placeholder="打印开始日期"
98
+ style="width: 60%!important;"
99
+ v-model="model.startDate1"
100
+ :value.sync="model.startDate1"
101
+ :format="'yyyy-MM-dd 00:00:00'"
102
+ :show-reset-button="true"
103
+ condition="f_prints_date >= to_char('{}','yyyy-MM-dd hh24:mi:ss')">
104
+ </datepicker>
105
+ </div>
106
+ <div class="form-group col-sm-3">
107
+ <label for="endDate" class="font_normal_body">打印结束时间:</label>
108
+ <datepicker id="endDate1" placeholder="打印结束日期"
109
+ style="width: 60%!important;"
110
+ v-model="model.endDate2"
111
+ :value.sync="model.endDate2"
112
+ :format="'yyyy-MM-dd 23:59:59'"
113
+ :show-reset-button="true"
114
+ condition="f_prints_date <= to_char('{}','yyyy-MM-dd hh24:mi:ss')">
115
+ </datepicker>
116
+ </div>
117
+ </div>
118
+ </div>
119
+ </criteria>
120
+ <data-grid :model="model" optional partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
121
+ <template partial='head'>
122
+ <tr>
123
+ <th>序号</th>
124
+ <th>工程编号</th>
125
+ <th>客户名称</th>
126
+ <th>电话</th>
127
+ <th>地址</th>
128
+ <th>安装单位</th>
129
+ <th>安装时间</th>
130
+ <th>打印次数</th>
131
+ <th>打印时间</th>
132
+ </tr>
133
+ </template>
134
+ <template partial='body'>
135
+ <tr >
136
+ <td v-if="row.f_back_reason ? showRow: !showRow" style="text-align: center;">
137
+ <nobr><font>{{$index+1}}</font></nobr>
138
+ </td>
139
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
140
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
141
+ </td>
142
+ <td v-if="row.f_back_reason ? showRow: !showRow" style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
143
+ <nobr><font>{{row.f_user_name}}</font></nobr>
144
+ </td>
145
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
146
+ <nobr><font>{{row.f_phone}}</font></nobr>
147
+ </td>
148
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
149
+ <nobr><font>{{row.f_address}}</font></nobr>
150
+ </td>
151
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
152
+ <nobr><font>{{row.f_construction_unit}}</font></nobr>
153
+ </td>
154
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
155
+ <nobr><font>{{row.f_construction_date}}</font></nobr>
156
+ </td>
157
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
158
+ <nobr><font>{{row.f_prints_number}}</font></nobr>
159
+ </td>
160
+ <td style="text-align: center;" @click="$parent.$parent.$parent.click(row)">
161
+ <nobr><font>{{row.f_prints_date}}</font></nobr>
162
+ </td>
163
+ </tr>
164
+ </template>
165
+ </data-grid>
166
+ </criteria-paged>
167
+
168
+ <modal :show.sync="showPrint" title="打印预览" v-ref:modal :backdrop="false">
169
+ <header slot="modal-header" class="modal-header">
170
+ <button type="button" class="close" @click="colseModal()"><span>&times;</span></button>
171
+ <h4 class="modal-title">打印预览</h4>
172
+ </header>
173
+ <article slot="modal-body" class="modal-body">
174
+ <print-build-order :selectdata="selectdata" :type="type" v-ref:print></print-build-order>
175
+ </article>
176
+ <footer slot="modal-footer" class="modal-footer">
177
+ <button type="button" class="btn btn-primary" @click="print()">打印</button>
178
+ </footer>
179
+ </modal>
180
+
181
+ <modal :show.sync="showProgress" v-ref:progress :backdrop="false">
182
+ <header slot="modal-header" class="modal-header">
183
+ <h4 class="modal-title">发送打印指令中,请耐心等待...</h4>
184
+ </header>
185
+ <article slot="modal-body" class="modal-body">
186
+ <div class="progress" style="margin: 20px">
187
+ <div class="progress-bar progress-bar-success progress-bar-striped active" :style="{width: percent}">
188
+ {{ percent }}
189
+ </div>
190
+ </div>
191
+ </article>
192
+ <footer slot="modal-footer" class="modal-footer">
193
+ </footer>
194
+ </modal>
195
+ </div>
196
+ </div>
197
+ </template>
198
+
199
+ <script>
200
+ import {PagedList} from 'vue-client'
201
+ import {HttpResetClass} from 'vue-client'
202
+ export default {
203
+ title: '安装项目',
204
+ data () {
205
+ return {
206
+ model: new PagedList('rs/sql/buildOrderList', 30, null),
207
+ criteriaShow: false,
208
+ curorgid: [this.$login.f.orgid],
209
+ selectdata: null,
210
+ showPrint: false,
211
+ showProgress: false,
212
+ percent: 0,
213
+ type: 'PREVIEW',
214
+ showRow:false,
215
+ isprints: [{label: '全部', value: ''},{label: '是', value: '>0'},{label: '否', value: '=0'}],
216
+ }
217
+ },
218
+ ready () {
219
+ // 调用查询
220
+ this.search()
221
+ },
222
+ methods: {
223
+ async batchPrint () {
224
+ let selectPrint = this.$refs.cp.$refs.grid.getRowData()
225
+ if (selectPrint.length > 0) {
226
+ let res = await this.$showMessage(`当前数据条数: ${selectPrint.length}, 条数过大时打印时间可能会过长, 是否确认打印?`)
227
+ if (res == 'confirm') {
228
+ for(var i=0;i<selectPrint.length;i++){
229
+ if(selectPrint[i].f_prints_number==null){
230
+ selectPrint[i].f_prints_number=0
231
+ selectPrint[i].f_prints_number ++
232
+ }else{
233
+ selectPrint[i].f_prints_number ++
234
+ }
235
+ }
236
+ console.log('打印内容',selectPrint)
237
+ let http = new HttpResetClass()
238
+ let data = {
239
+ selectPrint:selectPrint
240
+ }
241
+ let res2 = await http.load('POST', 'rs/logic/getPrintsNumber', {data:data}, {
242
+ resolveMsg: null,
243
+ rejectMsg: '保存次数值失败!!!'
244
+ })
245
+ this.showProgress = true
246
+ for (let i = 0; i < selectPrint.length; i++) {
247
+ this.type = 'PRINT'
248
+ await this.getData(selectPrint[i])
249
+ this.print()
250
+ this.percent = this.getPercent(i, selectPrint.length)
251
+ console.log('-------------进度-----------')
252
+ console.log(this.percent)
253
+ }
254
+ this.showProgress = false
255
+ this.percent = 0
256
+ this.$refs.cp.$refs.grid.selectInit()
257
+ }
258
+ } else {
259
+ this.$showAlert('请选择要打印的单子', 'warning', 3000)
260
+ }
261
+ },
262
+ getPercent (num, total){
263
+ num = parseFloat(num);
264
+ total = parseFloat(total);
265
+ if (isNaN(num) || isNaN(total)) {
266
+ return "-";
267
+ }
268
+ return total <= 0? "0%" : Math.round((num / total) * 10000) / 100.0 + "%";
269
+ },
270
+ print () {
271
+ this.$refs.print.print()
272
+ },
273
+ colseModal () {
274
+ this.showPrint = false
275
+ this.selectdata = null
276
+ },
277
+ async click (row) {
278
+ console.log("词条数据",row)
279
+
280
+ this.type = 'PREVIEW'
281
+
282
+ await this.getData(row)
283
+
284
+ this.showPrint = true
285
+ },
286
+ async getData (row) {
287
+ this.selectdata = null
288
+
289
+ let http = new HttpResetClass()
290
+ let data = {
291
+ f_process_id: row.f_process_id,
292
+ actid: row.actid
293
+ }
294
+ let res = await http.load('POST', 'rs/sql/getBuildOrder', {data:data}, {
295
+ resolveMsg: null,
296
+ rejectMsg: '获取施工单失败!!!'
297
+ })
298
+
299
+ this.selectdata = res.data[0]
300
+ debugger
301
+ console.log("打印数据 ",this.selectdata)
302
+ if(this.selectdata.f_downloadpath !=null){
303
+ let temp = this.selectdata.f_downloadpath
304
+ let URL = temp.substring(temp.lastIndexOf(":\\") + 2)
305
+ this.selectdata.f_downloadpath = "http://" + location.host + "/" + URL
306
+ debugger
307
+ console.log('打印地址',this.selectdata.f_downloadpath)
308
+ }else{
309
+ this.selectdata.f_downloadpath=''
310
+ }
311
+ },
312
+ clear () {
313
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
314
+ this.$refs.cp.$refs.cri.model[key] = ''
315
+ })
316
+ },
317
+ searchCondition (args) {
318
+ args.condition = args.condition + ` and u.f_orgid = '${this.curorgid[0]}'`
319
+ this.model.search(args.condition, args.model)
320
+ },
321
+ // 查询
322
+ search () {
323
+ this.$refs.cp.$refs.cri.search()
324
+ },
325
+ getorg (val) {
326
+ if (val.length <= 0) {
327
+ return
328
+ }
329
+ this.curorgid = val
330
+ this.search()
331
+ }
332
+ },
333
+ computed: {
334
+ }
335
+ }
336
+ </script>
337
+
338
+ <style scoped>
339
+ </style>
@@ -0,0 +1,243 @@
1
+ <template>
2
+ <style id="printBuildOrderStyle">
3
+ td{
4
+ height: 30px;
5
+ /*text-align: center;*/
6
+ }
7
+ table{
8
+ margin: auto;
9
+ width: 100%;
10
+ border-collapse:collapse;
11
+ border: 1px solid black;
12
+ }
13
+ h1,h2,h3,h4,h5,h6 {
14
+ text-align: center;
15
+ }
16
+ .sign {
17
+ vertical-align: top;
18
+ padding: 10px;
19
+ }
20
+ .material {
21
+ text-align: left;
22
+ vertical-align: top;
23
+ padding: 10px;
24
+ }
25
+ .material2 {
26
+ text-align: left;
27
+ vertical-align: top;
28
+ padding: 3px;
29
+ }
30
+ </style>
31
+
32
+ <div id="printBuildOrderTg" v-if="selectdata.f_apply_type=='团购报建'">
33
+ <modal style="width: 100%">
34
+ <header slot="modal-header" class="modal-header">
35
+ <h2><span style="letter-spacing: 15px">施工安装通知单</span></h2>
36
+ </header>
37
+ <article slot="modal-body" class="modal-body"style="width: 100%">
38
+ <div >
39
+ <div id="print">
40
+ <br />
41
+ {{{ model.data }}}
42
+ </div>
43
+ </div>
44
+ </article>
45
+
46
+ <footer slot="modal-footer" class="modal-footer">
47
+ <print-element v-ref:print v-show="false" id='print' styleid='style2'
48
+ top='10' left='60' width='100%' height='100%'>
49
+ </print-element>
50
+ <button type="button" class="btn btn-primary" @click="print()">打印</button>
51
+ </footer>
52
+
53
+ </modal>
54
+ </div>
55
+
56
+ <div id="printBuildOrder" v-if="this.selectdata.f_apply_type=='散户报建' || this.selectdata.f_apply_type=='工商户报建'">
57
+ <p style="letter-spacing:15px ;font-size: 15px;margin-left: 35%">施工队施工通知单</p>
58
+ <p>
59
+ <label STYLE="float: left">第一联:市场部</label>
60
+ <label STYLE="margin-left: 26%">{{ day }}</label>
61
+ <label STYLE="float: right">NO1</label>
62
+ </p>
63
+ <table border="1">
64
+ <tr>
65
+ <td colspan="1">单位名称</td>
66
+ <td colspan="2">{{ selectdata.f_orgname }}</td>
67
+ <td colspan="1">工程名称</td>
68
+ <td colspan="2">{{ selectdata.f_entry_name }}</td>
69
+ </tr>
70
+ <tr>
71
+ <td colspan="1">施工地点</td>
72
+ <td colspan="2">{{ selectdata.f_address }}</td>
73
+ <td colspan="1">施工日期</td>
74
+ <td colspan="2">{{ selectdata.f_construction_date }}</td>
75
+ </tr>
76
+ <tr>
77
+ <td colspan="1">联系人</td>
78
+ <td colspan="2">{{ selectdata.f_user_name }}</td>
79
+ <td colspan="1">联系电话</td>
80
+ <td colspan="2">{{ selectdata.f_phone }}</td>
81
+ </tr>
82
+ <tr>
83
+ <td colspan="1">施工负责人</td>
84
+ <td colspan="2">{{ selectdata.f_construction_worker }}</td>
85
+ <td colspan="1">管理责任人</td>
86
+ <td colspan="2">{{ selectdata.f_construction_worker }}</td>
87
+ </tr>
88
+ <tr>
89
+ <td colspan="1">施工内容</td>
90
+ <td colspan="5" class="material">
91
+ <p style="margin: 0px 0px 10px 0px">{{ selectdata.f_material }}</p>
92
+ </td>
93
+ </tr>
94
+ </table>
95
+ <link rel="alternate">
96
+ <p style="letter-spacing: 15px ;font-size: 15px;margin-left: 35%">施工队施工通知单</p>
97
+ <p>
98
+ <label STYLE="float: left">第二联:工程部</label>
99
+ <label STYLE="margin-left: 26%">{{ day }}</label>
100
+ <label STYLE="float: right">NO2</label>
101
+ </p>
102
+ <table border="2">
103
+ <tr>
104
+ <td colspan="1">单位名称</td>
105
+ <td colspan="2">{{ selectdata.f_orgname }}</td>
106
+ <td colspan="1">工程名称</td>
107
+ <td colspan="2">{{ selectdata.f_entry_name }}</td>
108
+ </tr>
109
+ <tr>
110
+ <td colspan="1">施工地点</td>
111
+ <td colspan="2">{{ selectdata.f_address }}</td>
112
+ <td colspan="1">施工日期</td>
113
+ <td colspan="2">{{ selectdata.f_construction_date }}</td>
114
+ </tr>
115
+ <tr>
116
+ <td colspan="1">联系人</td>
117
+ <td colspan="2">{{ selectdata.f_user_name }}</td>
118
+ <td colspan="1">联系电话</td>
119
+ <td colspan="2">{{ selectdata.f_phone }}</td>
120
+ </tr>
121
+ <tr>
122
+ <td colspan="1">施工负责人</td>
123
+ <td colspan="2">{{ selectdata.f_construction_worker }}</td>
124
+ <td colspan="1">管理责任人</td>
125
+ <td colspan="2">{{ selectdata.f_construction_worker }}</td>
126
+ </tr>
127
+ <tr>
128
+ <td colspan="1">施工内容</td>
129
+ <td colspan="5" class="material">
130
+ <p style="margin: 0px 0px 10px 0px">{{ selectdata.f_material }}</p>
131
+ </td>
132
+ </tr>
133
+ <tr>
134
+ <td colspan="6">
135
+ <label>施 工 要 求</label><br>
136
+ 一、材料管理<br>
137
+ 1、领料单核实领材料相符;2、管材上架、管件装箱,防止日晒雨淋;3、现场专人看管防止材料丢失;4、配合工程部现场负责人做好实耗材料记录,办好领料、退库手续;5、领用材料与实耗材料相符。<br>
138
+ 二、 文明施工和安全管理<br>
139
+ 1、切实做好安全和施工前的技术交底工作;2、电源与设备所需电源相符,电线<br>
140
+ 、电器无破损;3、施工现场或未完工现场设立施工警示牌,警示带或其他警示标志;4、戴安全帽、穿工作服、文明用语、挂牌施工、进户带鞋套;5、按报装大厅约定时间或工程部指定时间做好入户安装,不能超过8小时,做到不能按规定时间入户安装的客户,要主动联系,约定安装时间,无住户投诉;6、高空作业三人以上,所用设施和缆绳、完好无损,定期更换;7、高空作业和坑、沟内作业必须有专人监护.<br>
141
+ 三、 PE管焊接安装<br>
142
+ 1、沟槽不合格未垫沙子不能安装管道;2、管材、管件焊接一定要保障压力、加热及冷却时间,定型后不能偏离连接轴线;3、钢塑过渡,用防腐热缩带加热缠紧,完全粘和不起气壳,压缝不超过1mm;4、地埋管需穿越地下管网、线网或其他障碍物按规范安装套管;5、施工现场与设计不符,确需技术变更的,变更方案必须经工程部同意后方可施工;6、管道盖沙前通知工程部验收,做好管位测量、管材、管件图、材料表;7、调压箱安装时箱体按平正,装放散管和阀门手柄,分清进出口,基础内按要求填沙子,完工后,将钥匙交到工程部;8、中压管材、管件与低压管材、管件不能混用;9、施工前必须将管材、管件内清理干净,严禁将杂物或水等带入管中;10、管道下沟时,沟内不允许有积水,沟内垫层未处理好不允许下管;11、同沟敷设的燃气管道间距必须符合规范要求;12、燃气管道严禁与其他管道同沟敷设;13、燃气管在穿越其他管沟和下水道时,一定要加套管并做必要的技术处理;14、调压柜基础一定要找平校正,调压箱就位后要固定,壁挂式调压箱安装时,水平管一定要平行.<br>
143
+ 四、 镀锌管、铝塑管、进户表及表箱安装<br>
144
+ 1、立管、横竖架空管、表箱的安装必须横平竖直,管卡、膨胀螺钉到位;2、镀锌管接头、丝牙、平整光滑、公差配合达到要求;3、燃气表进出口活接做好防腐热缩套;4、户内尾阀固定在墙壁或橱壁.(关阀时阀体不晃动);5、做钢管油漆要刷到位,不能有流痕状,地面墙面不能留下油漆,无缝管要先刷防锈漆,后刷黄漆;6、施工前必须将管内清理干净, 严禁将杂物带入管中;7、各种套管按规定要求安装并做好密封处理;8、保证每个接口无泄漏;9、各种管件一定要用施工工具拧紧,缠生胶带方法要正确;10、防止雨水顺立管外表和内壁流到表箱外壳或进入表箱内损坏气表<br>
145
+ 五、 吹扫、试压<br>
146
+ 1、填沙前先吹扫,后试压,先做强度试验后做气密性试验;2、吹扫工作必须通知工程部,安全部派人到现场;3、做好记录,搞好验收,保证管道启用时无水、无杂物;4、不准乱动调压设备和流量计,以及通气阀门;5、吹扫时,放散口一定要落实安全措施,吹扫、试压要有方案,现场要有人监护.<br>
147
+ 六、 竣工资料<br>
148
+ 竣工资料验收与当月工程量验收同步,竣工资料按规范内容做齐,不能缺资料,保证竣工图无误差.
149
+ </td>
150
+ </tr>
151
+ </table>
152
+ </div>
153
+
154
+ <print-element v-show="false" v-ref:print id='printBuildOrder' styleid='printBuildOrderStyle'
155
+ top='10' left='30' width='100%' height='100%' :type="type">
156
+ </print-element>
157
+
158
+ </template>
159
+
160
+ <script>
161
+ import {isEmpty} from "../../../components/Util";
162
+ import {HttpResetClass} from "vue-client";
163
+ Date.prototype.Format = function (fmt) {
164
+ var o = {
165
+ "M+": this.getMonth() + 1, //月份
166
+ "d+": this.getDate(), //日
167
+ "H+": this.getHours(), //小时
168
+ "m+": this.getMinutes(), //分
169
+ "s+": this.getSeconds(), //秒
170
+ "q+": Math.floor((this.getMonth() + 3) / 3), //季度
171
+ "S": this.getMilliseconds() //毫秒
172
+ };
173
+ if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
174
+ for (var k in o)
175
+ if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
176
+ return fmt;
177
+ }
178
+ export default {
179
+ title: '施工安装通知单',
180
+ props: {
181
+ selectdata: {
182
+ type: Object
183
+ },
184
+ type: {
185
+ type: String
186
+ }
187
+ },
188
+ data () {
189
+ return {
190
+ showModal: false,
191
+ userfile: null,
192
+ day:''
193
+ }
194
+ }
195
+ ,
196
+ ready () {
197
+ var date= new Date()
198
+ var year=date.getFullYear(); //获取年
199
+ var mouth=date.getMonth()+1; //获取月 要加1才是当前月
200
+ var dateday=date.getDate(); //获取日
201
+ this.day =year + ' 年' + mouth + ' 月' + dateday +' 日'
202
+ },
203
+ methods: {
204
+ async loadName () {
205
+ let http = new HttpResetClass()
206
+ let response = await http.load('POST', 'rs/report/buildOrderGehua', {data:this.selectdata},{resolveMsg: null, rejectMsg: null})
207
+ this.model=response
208
+ },
209
+ print () {
210
+ if(this.selectdata.f_apply_type=='团购报建'){
211
+ this.loadName()
212
+ }
213
+ this.$refs.print.PrintTable()
214
+ }
215
+ },
216
+ computed: {
217
+ parse () {
218
+ return JSON.parse(this.selectdata.f_install_project).toString()
219
+ },
220
+ orgs () {
221
+ return this.$login.f.orgs
222
+ }
223
+ }
224
+ }
225
+ </script>
226
+
227
+ <style scoped>
228
+ .control-label-justify {
229
+ display: inline-block;
230
+ vertical-align: top;
231
+ width: 130px;
232
+ text-align: justify;
233
+ font-family: PingFang-SC-Bold;
234
+ }
235
+
236
+ .control-label-justify::after {
237
+ content: "";
238
+ display: inline-block;
239
+ width: 100%;
240
+ overflow: hidden;
241
+ height: 0;
242
+ }
243
+ </style>
@@ -4,7 +4,8 @@ let specialComp = {
4
4
  'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
5
5
  'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
6
6
  'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
7
- 'supervisory-control': (resolve) => { require(['./pc/SupervisoryControl'], resolve) }
8
-
7
+ 'supervisory-control': (resolve) => { require(['./pc/SupervisoryControl'], resolve) },
8
+ 'build-order-list': (resolve) => { require(['./pc/buildOrderList'], resolve) },
9
+ 'print-build-order': (resolve) => { require(['./pc/printBuildOrder'], resolve) }
9
10
  }
10
11
  exports.specialComp = specialComp