apply-clients 5.0.35-6 → 5.0.35-60

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 (51) hide show
  1. package/.eslintrc.js +16 -16
  2. package/package.json +3 -3
  3. package/src/AndroidApp.vue +28 -28
  4. package/src/android.js +1 -1
  5. package/src/apply.js +14 -1
  6. package/src/components/app_apply/ApplyDownList.vue +168 -164
  7. package/src/components/app_apply/ApplyInfo.vue +56 -56
  8. package/src/components/app_apply/ApplyListUpload.vue +268 -268
  9. package/src/components/app_apply/ApplyToDoList.vue +2820 -242
  10. package/src/components/app_apply/Gongcheng.vue +3596 -0
  11. package/src/components/app_apply/OneToMany.vue +194 -0
  12. package/src/components/app_apply/PlaceControler.vue +299 -256
  13. package/src/components/app_apply/ServiceControl.vue +495 -335
  14. package/src/components/app_apply/ServiceView.vue +383 -383
  15. package/src/components/app_apply/ezhou/FeiMinYongV.vue +109 -109
  16. package/src/components/app_apply/ezhou/FeiMinYongVV.vue +100 -100
  17. package/src/components/app_apply/ezhou/MinYong.vue +92 -92
  18. package/src/components/app_apply/ezhou/ServiceView.vue +790 -620
  19. package/src/components/image/doc.jpg +0 -0
  20. package/src/components/image/dwg.png +0 -0
  21. package/src/components/image/dxf.png +0 -0
  22. package/src/components/image/excel.jpg +0 -0
  23. package/src/components/image/pdf.jpg +0 -0
  24. package/src/components/product/Common/ApplyValidateBill.vue +13 -6
  25. package/src/components/product/Common/PrintBill.vue +3 -2
  26. package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -0
  27. package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -0
  28. package/src/components/product/EngineeringManagement/EngineeringSelect.vue +588 -0
  29. package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -0
  30. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +130 -0
  31. package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +350 -0
  32. package/src/components/product/Function/InstallInfoSelect.vue +3 -2
  33. package/src/components/product/Function/Service/FunctionServiceControl.vue +37 -1
  34. package/src/components/product/Function/functions/ApplyUpload.vue +556 -0
  35. package/src/components/product/Function/functions/BuyerMessage.vue +1 -1
  36. package/src/components/product/Function/functions/InstallFee.vue +1145 -919
  37. package/src/components/product/Process/ExplorationSelect.vue +9 -5
  38. package/src/components/product/Process/Processes/CustomerRecordMessage.vue +2 -5
  39. package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +123 -37
  40. package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +85 -0
  41. package/src/components/product/Process/Processes/Service/ServiceControl.vue +269 -19
  42. package/src/components/product/ServiceView.vue +16 -6
  43. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +53 -6
  44. package/src/components/product/Supervisory/SupervisoryList.vue +3 -2
  45. package/src/components/product/applyReport/ApplyReport.vue +205 -0
  46. package/src/components/product/applyReport/PrintApplyReport.vue +116 -0
  47. package/src/components/product/stopInfo/ApplyStopInfo.vue +2 -1
  48. package/src/ezhouAndroid.js +48 -45
  49. package/src/index.js +8 -8
  50. package/src/main.js +32 -32
  51. package/src/plugins/commonService.js +11 -7
@@ -0,0 +1,3596 @@
1
+ <template>
2
+ <div class="repair-bg auto" id="repair-first" style="padding-bottom:5px;overflow:auto">
3
+ <!--<div class="app-botton" @click="back()">-->
4
+ <!--<span class="glyphicon glyphicon-menu-left">返回</span>-->
5
+ <!--</div>-->
6
+ <!-- <back-page :need-back='true' @flag="back()"></back-page>-->
7
+ <div class="bq-parent">
8
+ <blockquote style="padding: 10px 10px;margin: 0 0 0px;color: #499edf;border-left-color: #499edf;font-size: 16px">
9
+ <div class=" row">
10
+ 待办工程<span v-if="rows">({{ rows.length }}单)</span>
11
+ <span v-if="!rows">(暂无待处理工程单)</span>
12
+ <button class="btn btn-primary btn-sm" type="button" style="float:right"
13
+ @click="addactive('踏勘、建立工程编号')">
14
+ <span class="glyphicon glyphicon-plus"></span>新增流程
15
+ </button>
16
+ <img @click="search" src="../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
17
+ <div style="margin-right: 3%;float:right;height: 30px " class="button_spacing"
18
+ :class="{'button_shrink_top':criteriaShow,'button_shrink_bottom':!criteriaShow}" @click="hidden()"></div>
19
+
20
+ </div>
21
+ </blockquote>
22
+
23
+ </div>
24
+ <div style="height: auto;width: 100%" v-if="criteriaShow">
25
+ <div class="row app-row">
26
+ <div class="col-xs-4">
27
+ <img src="../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
28
+ <label class="font text-left">用户姓名:</label>
29
+ </div>
30
+ <div class="col-xs-8">
31
+ <input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'"/>
32
+ </div>
33
+ </div>
34
+ <div class="row app-row">
35
+ <div class="col-xs-4">
36
+ <img src="../../assets/用户地址.png" style="width: 20px;margin-bottom: 5px" alt="">
37
+ <label class="font text-left">用户地址:</label>
38
+ </div>
39
+ <div class="col-xs-8">
40
+ <input class="search_input input-font" v-model=model.f_address condition="f_user_name like '%{}%'"/>
41
+ </div>
42
+ </div>
43
+ <div class="row app-row">
44
+ <div class="col-xs-4">
45
+ <img src="../../assets/用户电话.png" style="width: 20px;margin-bottom: 5px" alt="">
46
+ <label class="font text-left">用户电话:</label>
47
+ </div>
48
+ <div class="col-xs-8">
49
+ <input class="search_input input-font" v-model=model.f_phone condition="f_user_name like '%{}%'"/>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ <div class="panel panel-default repair-info-content auto">
54
+ <div class="panel-body">
55
+ <div class="panel panel-default well" v-for="row in rows">
56
+ <div class="panel-body bg-info" style="padding: 10px">
57
+ <div class="row form-group">
58
+ <div class="col-sm-12 col-xs-12 col-md-12">
59
+ <div class="row">
60
+ <div :class="{'text-danger': row.f_remindersign}" class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
61
+ 报建编号: {{ row.f_apply_num }}<!--<span v-if="row.f_remindersign">(催单)</span>-->
62
+ </div>
63
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
64
+ 用户姓名: {{ row.f_user_name }}
65
+ </div>
66
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
67
+ 用户类型: {{ row.f_user_type }}
68
+ </div>
69
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
70
+ 用户地址: {{ row.f_address }}
71
+ </div>
72
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
73
+ 用户电话: {{ row.f_phone }}
74
+ <img src="../../assets/telphonesend.png" style="width: 12px;"
75
+ @click.stop.prevent='makeAPhoneCall(row.f_phone)'>
76
+ </div>
77
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
78
+ 流程状态: {{ row.defname }}
79
+ </div>
80
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
81
+ 报建类型: {{ row.f_apply_type }}
82
+ </div>
83
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
84
+ 报建日期: {{ row.f_apply_date }}
85
+ </div>
86
+
87
+ </div>
88
+ </div>
89
+ <div class="col-sm-12 col-xs-12 col-md-12">
90
+ <button type="button" name="button" class="btn btn-primary"
91
+ style="background-color:#499edf;float: right" @click="selected(row)">立即处理
92
+ </button>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ </div>
99
+ </div>
100
+ </template>
101
+ <script>
102
+ import Vue from 'vue'
103
+ import {HttpResetClass} from 'vue-client'
104
+ import * as Util from "../Util";
105
+
106
+ export default {
107
+ title: '待办报建列表',
108
+ data() {
109
+ return {
110
+ // rows: Object
111
+ rows: [],
112
+ model: {
113
+ button: {
114
+ button_name: null,
115
+ button_index: null
116
+ },
117
+ f_filiale: null,
118
+ f_parentname: null,
119
+ f_operate_date: null,
120
+ f_operator: null,
121
+ f_hege: false
122
+ },
123
+ criteriaShow: false,
124
+ editshow: false,
125
+ row: {
126
+ type: Object,
127
+ default: {}
128
+ }
129
+ }
130
+ },
131
+ props: {
132
+ sourcet: {
133
+ type: String,
134
+ default: '横屏'
135
+ }
136
+ },
137
+ methods: {
138
+ hidden() {
139
+ this.criteriaShow = !this.criteriaShow
140
+ },
141
+ selected(row) {
142
+ var _this = this
143
+ var pardate = {
144
+ _this: _this,
145
+ title: '工程待办详情',
146
+ safe: true
147
+ }
148
+ _this.$dispatch('gotoson', pardate)
149
+ row.canedit = true
150
+ if (_this.sourcet == '横屏') {
151
+ _this.$goto('placecontrolerapp', {row: row}, 'self', this.search)
152
+ } else {
153
+ _this.$goto('placecontrolerapp', {row: row}, 'self', this.search)
154
+ }
155
+ },
156
+ back() {
157
+ let _this = this
158
+ _this.$back()
159
+ },
160
+ search() {
161
+ // app正式运行程序
162
+ console.log('------app开始查询本地代办工单------')
163
+ var condition = "defname not in ('完工')"
164
+
165
+ console.log(JSON.stringify(this.model))
166
+ if (this.model.f_user_name) {
167
+ condition += ` and f_user_name like '%${this.model.f_user_name}%'`
168
+ }
169
+ if (this.model.f_address) {
170
+ condition += ` and f_address like '%${this.model.f_address}%'`
171
+ }
172
+ if (this.model.f_phone) {
173
+ condition += ` and f_phone like '%${this.model.f_phone}%'`
174
+ }
175
+ console.log(`login_user_id=>>>${Vue.user.id}`)
176
+ console.log(`分公司=>>>${Vue.user.f_fengongsi}`)
177
+ var param = {
178
+ condition: condition,
179
+ condValue: [],
180
+ data: {"id": Vue.user.id, "fengongsi": Vue.user.f_fengongsi, f_product_id: 1}
181
+ }
182
+
183
+ console.log(`param=>>>${JSON.stringify(param)}`)
184
+ let http = new HttpResetClass()
185
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`, {data: param}).then(res => {
186
+ console.log(`前台本地报建代办工单查询结果data=>>>${JSON.stringify(res.data)}`)
187
+ if (res.data) {
188
+ this.rows = res.data
189
+ } else {
190
+ this.rows = []
191
+ }
192
+ })
193
+ },
194
+ makeAPhoneCall(phoneNumber) {
195
+ this.$androidUtil.makeAPhoneCall(phoneNumber)
196
+ },
197
+ upload() {
198
+ this.$goto('up-load')
199
+ },
200
+ addactive(modify) {
201
+ this.$showMessage('是否开启一个新的流程?', ['confirm', 'cancel']).then((res) => {
202
+ if (res === 'confirm') {
203
+ let http = new HttpResetClass()
204
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/ApplyGetProcessID`, {
205
+ data: {
206
+ filename: '鄂州报建流程',
207
+ start_activity: modify
208
+ }
209
+ }).then(res => {
210
+ let data = {
211
+ f_process_id: res.data.f_process_id,
212
+ f_product_id: res.data.f_product_id,
213
+ start_activity: modify,
214
+ user: Vue.user,
215
+ defname: modify
216
+ }
217
+ setTimeout(() => {
218
+ }, 200)
219
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/newaddApplyproduct`, {data: data})
220
+ this.click(data)
221
+ })
222
+ }
223
+ })
224
+ },
225
+ click (row) {
226
+ let _this = this
227
+ this.$dispatch('gotoson', {
228
+ _this: _this,
229
+ title: row.defname,
230
+ safe: true
231
+ })
232
+
233
+ this.$goto('service-control-app', {selectdata: row,show_data: {ppp: {}},selectmodel: this.model}, 'self', _this.search)
234
+ }
235
+ },
236
+ ready() {
237
+ this.search()
238
+ var _this = this;
239
+ this.timeoutHandle = window.setInterval(function () {
240
+ _this.search()
241
+ }, 6000000)// 60000
242
+ },
243
+ created() {
244
+ var result = HostApp.readLocalFile('workflow_apply.json')
245
+ if (result.code == 500) {
246
+ this.$showMessage('获取流程配置文件失败,请联系系统管理员')
247
+ return
248
+ }
249
+
250
+ var data = JSON.parse(result)
251
+ console.log(data)
252
+ /* var data={
253
+ "start_activitys": [
254
+ "集体报装申请",
255
+ "报装申请",
256
+ "踏勘、建立工程编号"
257
+ ],
258
+ "start_activity": "",
259
+ "workflow_xmlfilename": "鄂州报建流程",
260
+ "activitys": [
261
+ {
262
+ "title": "集体报装申请",
263
+ "tables": [
264
+ "t_apply"
265
+ ],
266
+ "fields": [
267
+ {
268
+ "label": "申请时间",
269
+ "type": "datepicker",
270
+ "bootstraped": "col-sm-3",
271
+ "field": "f_application_time",
272
+ "readonly": true,
273
+ "required": false,
274
+ "hidden": true
275
+ },
276
+ {
277
+ "label": "报装来源",
278
+ "type": "select",
279
+ "bootstraped": "col-sm-3",
280
+ "field": "f_apply_source",
281
+ "readonly": true,
282
+ "required": true,
283
+ "hidden": false,
284
+ "options": [
285
+ {
286
+ "label": "燃气系统",
287
+ "value": "燃气系统"
288
+ },
289
+ {
290
+ "label": "微信",
291
+ "value": "微信"
292
+ }
293
+ ]
294
+ },
295
+ {
296
+ "label": "联系人",
297
+ "type": "input",
298
+ "bootstraped": "col-sm-3",
299
+ "field": "f_user_name",
300
+ "placeholder": "请输入",
301
+ "readonly": false,
302
+ "disabled": false,
303
+ "required": true
304
+ },
305
+ {
306
+ "label": "电话号码",
307
+ "type": "tel",
308
+ "bootstraped": "col-sm-3",
309
+ "field": "f_phone",
310
+ "placeholder": "请输入",
311
+ "required": true
312
+ },
313
+ {
314
+ "label": "业务类型",
315
+ "type": "select",
316
+ "bootstraped": "col-sm-3",
317
+ "field": "f_work_type",
318
+ "readonly": true,
319
+ "required": true,
320
+ "options": [
321
+ {
322
+ "label": "新报装",
323
+ "value": "新报装"
324
+ },
325
+ {
326
+ "label": "改管",
327
+ "value": "改管"
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "label": "报建类型",
333
+ "type": "input",
334
+ "bootstraped": "col-sm-3",
335
+ "field": "f_apply_type",
336
+ "placeholder": "请输入",
337
+ "default": "集体报建",
338
+ "hidden": true,
339
+ "required": true
340
+ },
341
+ {
342
+ "label": "用户类型",
343
+ "type": "select",
344
+ "bootstraped": "col-sm-3",
345
+ "field": "f_user_type",
346
+ "required": true
347
+ },
348
+ {
349
+ "label": "县/区",
350
+ "type": "select",
351
+ "bootstraped": "col-sm-3",
352
+ "field": "f_area",
353
+ "placeholder": "请输入",
354
+ "required": true
355
+ },
356
+ {
357
+ "label": "街道名称",
358
+ "type": "select",
359
+ "bootstraped": "col-sm-3",
360
+ "field": "f_street",
361
+ "placeholder": "请输入",
362
+ "required": true
363
+ },
364
+ {
365
+ "label": "小区名称",
366
+ "type": "select",
367
+ "bootstraped": "col-sm-3",
368
+ "field": "f_residential_area",
369
+ "placeholder": "请输入",
370
+ "disabled": false,
371
+ "required": true
372
+ },
373
+ {
374
+ "label": "小区地址",
375
+ "type": "input",
376
+ "bootstraped": "col-sm-3",
377
+ "field": "f_area_address",
378
+ "read-only": true,
379
+ "hidden": false
380
+ },
381
+ {
382
+ "label": "勘查人员",
383
+ "type": "input",
384
+ "hidden": true,
385
+ "bootstraped": "col-sm-3",
386
+ "field": "f_survey_name",
387
+ "default": "无",
388
+ "display": false,
389
+ "readonly": true,
390
+ "required": false
391
+ },
392
+ {
393
+ "label": "项目名称",
394
+ "type": "input",
395
+ "bootstraped": "col-sm-3",
396
+ "field": "f_entry_name",
397
+ "placeholder": "请输入",
398
+ "readonly": false,
399
+ "required": false
400
+ },
401
+ {
402
+ "label": "地址",
403
+ "type": "input",
404
+ "bootstraped": "col-sm-12",
405
+ "field": "f_address",
406
+ "placeholder": "请输入",
407
+ "disabled": false,
408
+ "readonly": false
409
+ },
410
+ {
411
+ "label": "备注",
412
+ "type": "textarea",
413
+ "bootstraped": "col-sm-12",
414
+ "default": "",
415
+ "field": "t_remarks",
416
+ "placeholder": "",
417
+ "rows": 2,
418
+ "readonly": false,
419
+ "required": false
420
+ }
421
+ ],
422
+ "buttons": [
423
+ {
424
+ "button_name": "提交"
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "title": "集体现场勘查人员分配",
430
+ "tables": [
431
+ "t_apply"
432
+ ],
433
+ "fields": [
434
+ {
435
+ "label": "联系人",
436
+ "type": "input",
437
+ "bootstraped": "col-sm-3",
438
+ "field": "f_user_name",
439
+ "placeholder": "请输入",
440
+ "readonly": false,
441
+ "value": null,
442
+ "disabled": false,
443
+ "required": true
444
+ },
445
+ {
446
+ "label": "报建类型",
447
+ "type": "select",
448
+ "bootstraped": "col-sm-3",
449
+ "field": "f_apply_type",
450
+ "placeholder": "请输入",
451
+ "readonly": true,
452
+ "disabled": false,
453
+ "required": true,
454
+ "value": null,
455
+ "hidden": true,
456
+ "options": []
457
+ },
458
+ {
459
+ "label": "电话号码",
460
+ "type": "tel",
461
+ "bootstraped": "col-sm-3",
462
+ "field": "f_phone",
463
+ "placeholder": "请输入",
464
+ "readonly": false,
465
+ "value": null,
466
+ "disabled": false,
467
+ "required": true
468
+ },
469
+ {
470
+ "label": "用户类型",
471
+ "type": "select",
472
+ "bootstraped": "col-sm-3",
473
+ "field": "f_user_type",
474
+ "placeholder": "请输入",
475
+ "readonly": true,
476
+ "disabled": false,
477
+ "required": true,
478
+ "value": null,
479
+ "options": []
480
+ },
481
+ {
482
+ "label": "勘察人员",
483
+ "type": "select",
484
+ "bootstraped": "col-sm-3",
485
+ "field": "f_survey_name",
486
+ "placeholder": "请输入",
487
+ "readonly": false,
488
+ "value": "默认",
489
+ "disabled": false,
490
+ "required": true
491
+ },
492
+ {
493
+ "label": "安装户数",
494
+ "type": "number",
495
+ "bootstraped": "col-sm-3",
496
+ "field": "f_install_num",
497
+ "placeholder": "请输入",
498
+ "readonly": false,
499
+ "value": 1,
500
+ "default": 1,
501
+ "disabled": false,
502
+ "required": true
503
+ },
504
+ {
505
+ "label": "勘查日期",
506
+ "type": "datepicker",
507
+ "bootstraped": "col-sm-3",
508
+ "field": "f_survey_time",
509
+ "readonly": true
510
+ },
511
+ {
512
+ "label": "县/区",
513
+ "type": "select",
514
+ "bootstraped": "col-sm-3",
515
+ "field": "f_area",
516
+ "placeholder": "请输入",
517
+ "required": true
518
+ },
519
+ {
520
+ "label": "街道名称",
521
+ "type": "input",
522
+ "bootstraped": "col-sm-3",
523
+ "field": "f_street",
524
+ "placeholder": "请输入",
525
+ "required": true
526
+ },
527
+ {
528
+ "label": "小区名称",
529
+ "type": "input",
530
+ "bootstraped": "col-sm-3",
531
+ "field": "f_residential_area",
532
+ "placeholder": "请输入",
533
+ "disabled": false,
534
+ "required": false
535
+ },
536
+ {
537
+ "label": "地址",
538
+ "type": "input",
539
+ "bootstraped": "col-sm-12",
540
+ "field": "f_address",
541
+ "placeholder": "请输入",
542
+ "disabled": false,
543
+ "readonly": true
544
+ },
545
+ {
546
+ "label": "项目名称",
547
+ "type": "input",
548
+ "bootstraped": "col-sm-3",
549
+ "field": "f_entry_name",
550
+ "placeholder": "请输入",
551
+ "readonly": false,
552
+ "value": null,
553
+ "disabled": false,
554
+ "required": false
555
+ },
556
+ {
557
+ "label": "备注",
558
+ "type": "textarea",
559
+ "bootstraped": "col-sm-12",
560
+ "field": "t_remarks",
561
+ "placeholder": "",
562
+ "rows": 2,
563
+ "readonly": false,
564
+ "required": false
565
+ }
566
+ ],
567
+ "buttons": [
568
+ {
569
+ "button_name": "保存"
570
+ },
571
+ {
572
+ "button_name": "提交"
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "title": "现场勘查",
578
+ "mobile": "true",
579
+ "tables": [
580
+ "t_apply"
581
+ ],
582
+ "fields": [
583
+ {
584
+ "label": "实际可安装用户数",
585
+ "bootstraped": "col-sm-3",
586
+ "type": "input",
587
+ "field": "f_install_num",
588
+ "default": 1,
589
+ "required": false
590
+ },
591
+ {
592
+ "label": "缴费户数",
593
+ "type": "input",
594
+ "bootstraped": "col-sm-3",
595
+ "field": "f_payfee_num",
596
+ "default": 1,
597
+ "required": false
598
+ },
599
+ {
600
+ "label": "气价名称",
601
+ "bootstraped": "col-sm-3",
602
+ "type": "select",
603
+ "field": "f_stair_price_name",
604
+ "placeholder": "请选择",
605
+ "required": true
606
+ },
607
+ {
608
+ "label": "勘察人员",
609
+ "bootstraped": "col-sm-3",
610
+ "type": "select",
611
+ "field": "f_survey_name",
612
+ "placeholder": "请选择",
613
+ "required": true
614
+ },
615
+ {
616
+ "label": "勘查结果",
617
+ "bootstraped": "col-sm-3",
618
+ "type": "select",
619
+ "field": "f_checksurp_remark",
620
+ "default": "请选择",
621
+ "required": true,
622
+ "options": [
623
+ {
624
+ "label": "合格",
625
+ "value": "合格"
626
+ },
627
+ {
628
+ "label": "不合格",
629
+ "value": "不合格"
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "label": "支付账户",
635
+ "bootstraped": "col-sm-3",
636
+ "type": "select",
637
+ "field": "f_payment_account",
638
+ "default": "请选择",
639
+ "required": true,
640
+ "options": [
641
+ {
642
+ "label": "安泰",
643
+ "value": "安泰"
644
+ },
645
+ {
646
+ "label": "欣泰",
647
+ "value": "欣泰"
648
+ }
649
+ ]
650
+ },
651
+ {
652
+ "label": "勘察日期",
653
+ "bootstraped": "col-sm-3",
654
+ "type": "datepicker",
655
+ "field": "f_survey_time",
656
+ "placeholder": "请选择",
657
+ "required": true
658
+ },
659
+ {
660
+ "label": "勘察意见",
661
+ "type": "textarea",
662
+ "field": "f_survey_remarks",
663
+ "rows": 1
664
+ },
665
+ {
666
+ "label": "勘察回复",
667
+ "type": "textarea",
668
+ "field": "f_survey_reply",
669
+ "rows": 3
670
+ }
671
+ ],
672
+ "buttons": [
673
+ {
674
+ "button_name": "保存"
675
+ },
676
+ {
677
+ "button_name": "提交"
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "title": "设计报价",
683
+ "tables": [
684
+ "t_apply"
685
+ ],
686
+ "fields": [
687
+ {
688
+ "label": "是否设计出图",
689
+ "type": "select",
690
+ "bootstraped": "col-sm-3",
691
+ "field": "f_isdesign",
692
+ "required": true,
693
+ "options": [
694
+ {
695
+ "label": "是",
696
+ "value": "是"
697
+ },
698
+ {
699
+ "label": "否",
700
+ "value": "否"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "label": "设计派工日期",
706
+ "type": "datepicker",
707
+ "bootstraped": "col-sm-3",
708
+ "field": "f_design_start_date",
709
+ "placeholder": "请选择",
710
+ "disabled": false,
711
+ "required": false
712
+ },
713
+ {
714
+ "label": "预定完成日期",
715
+ "bootstraped": "col-sm-3",
716
+ "type": "datepicker",
717
+ "field": "f_design_end_date",
718
+ "placeholder": "请选择",
719
+ "disabled": false,
720
+ "required": false
721
+ },
722
+ {
723
+ "label": "设计人员",
724
+ "type": "input",
725
+ "bootstraped": "col-sm-3",
726
+ "field": "f_designer",
727
+ "placeholder": "请输入",
728
+ "readonly": false,
729
+ "disabled": false,
730
+ "required": false
731
+ },
732
+ {
733
+ "label": "气表品牌",
734
+ "type": "select",
735
+ "bootstraped": "col-sm-3",
736
+ "field": "f_meter_brand",
737
+ "placeholder": "请选择",
738
+ "required": false
739
+ },
740
+ {
741
+ "label": "气表型号",
742
+ "type": "select",
743
+ "bootstraped": "col-sm-3",
744
+ "field": "f_meter_style",
745
+ "placeholder": "请选择",
746
+ "required": true
747
+ },
748
+ {
749
+ "label": "左右表",
750
+ "type": "select",
751
+ "bootstraped": "col-sm-3",
752
+ "field": "f_aroundmeter",
753
+ "readonly": true,
754
+ "required": false
755
+ },
756
+ {
757
+ "label": "工程安装费",
758
+ "type": "input",
759
+ "bootstraped": "col-sm-3",
760
+ "field": "f_construction_cost",
761
+ "required": false,
762
+ "hidden": true
763
+ },
764
+ {
765
+ "label": "材料费",
766
+ "type": "input",
767
+ "bootstraped": "col-sm-3",
768
+ "field": "f_material_cost",
769
+ "required": false,
770
+ "hidden": true
771
+ },
772
+ {
773
+ "label": "人工费",
774
+ "type": "input",
775
+ "bootstraped": "col-sm-3",
776
+ "field": "f_labor_cost",
777
+ "required": false,
778
+ "hidden": true
779
+ },
780
+ {
781
+ "label": "费用合计",
782
+ "type": "input",
783
+ "bootstraped": "col-sm-3",
784
+ "field": "f_total_cost",
785
+ "readonly": false,
786
+ "required": true,
787
+ "hidden": false
788
+ }
789
+ ],
790
+ "buttons": [
791
+ {
792
+ "button_name": "保存"
793
+ },
794
+ {
795
+ "button_name": "提交",
796
+ "button_event": "合同信息"
797
+ }
798
+ ]
799
+ },
800
+ {
801
+ "title": "报价审核",
802
+ "tables": [
803
+ "t_apply"
804
+ ],
805
+ "fields": [
806
+ {
807
+ "label": "工程安装费",
808
+ "type": "input",
809
+ "bootstraped": "col-sm-3",
810
+ "field": "f_construction_cost",
811
+ "readonly": true,
812
+ "required": false,
813
+ "hidden": true
814
+ },
815
+ {
816
+ "label": "材料费",
817
+ "type": "input",
818
+ "bootstraped": "col-sm-3",
819
+ "field": "f_material_cost",
820
+ "readonly": true,
821
+ "required": false,
822
+ "hidden": true
823
+ },
824
+ {
825
+ "label": "人工费",
826
+ "type": "input",
827
+ "bootstraped": "col-sm-3",
828
+ "field": "f_labor_cost",
829
+ "readonly": true,
830
+ "required": false,
831
+ "hidden": true
832
+ },
833
+ {
834
+ "label": "费用合计",
835
+ "type": "input",
836
+ "bootstraped": "col-sm-3",
837
+ "field": "f_total_cost",
838
+ "readonly": true,
839
+ "required": true,
840
+ "hidden": false
841
+ },
842
+ {
843
+ "label": "未结总金额",
844
+ "type": "number",
845
+ "bootstraped": "col-sm-3",
846
+ "field": "f_unaccounts_money",
847
+ "placeholder": "请输入",
848
+ "readonly": true,
849
+ "value": null,
850
+ "disabled": false,
851
+ "required": false
852
+ },
853
+ {
854
+ "label": "图纸审核是否通过",
855
+ "type": "radio",
856
+ "bootstraped": "col-sm-6",
857
+ "field": "f_agree_install",
858
+ "disabled": false,
859
+ "required": true,
860
+ "items": [
861
+ {
862
+ "label": "是",
863
+ "value": "是"
864
+ },
865
+ {
866
+ "label": "否",
867
+ "value": "否"
868
+ }
869
+ ]
870
+ },
871
+ {
872
+ "label": "是否同意安装",
873
+ "type": "radio",
874
+ "bootstraped": "col-sm-6",
875
+ "field": "f_agree_install",
876
+ "disabled": false,
877
+ "required": true,
878
+ "items": [
879
+ {
880
+ "label": "是",
881
+ "value": "是"
882
+ },
883
+ {
884
+ "label": "否",
885
+ "value": "否"
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "label": "出图审核日期",
891
+ "type": "datepicker",
892
+ "field": "f_feecheck_date",
893
+ "placeholder": "请选择",
894
+ "required": false
895
+ },
896
+ {
897
+ "label": "收费审核日期",
898
+ "type": "datepicker",
899
+ "field": "f_feecheck_date",
900
+ "placeholder": "请选择",
901
+ "required": false
902
+ },
903
+ {
904
+ "label": "审核备注",
905
+ "type": "textarea",
906
+ "field": "f_feecheck_remarks",
907
+ "row": 3
908
+ }
909
+ ],
910
+ "buttons": [
911
+ {
912
+ "button_name": "保存"
913
+ },
914
+ {
915
+ "button_name": "提交"
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "title": "集体派单",
921
+ "tables": [
922
+ "t_apply"
923
+ ],
924
+ "fields": [
925
+ {
926
+ "label": "派工单号",
927
+ "type": "input",
928
+ "bootstraped": "col-sm-3",
929
+ "field": "f_dispatched_number",
930
+ "placeholder": "请输入",
931
+ "readonly": true,
932
+ "disabled": false,
933
+ "required": false
934
+ },
935
+ {
936
+ "label": "项目名称",
937
+ "type": "input",
938
+ "bootstraped": "col-sm-3",
939
+ "field": "f_entry_name",
940
+ "placeholder": "请输入",
941
+ "readonly": false,
942
+ "disabled": false,
943
+ "required": false
944
+ },
945
+ {
946
+ "label": "用气地点",
947
+ "type": "input",
948
+ "bootstraped": "col-sm-3",
949
+ "field": "f_address",
950
+ "placeholder": "请输入",
951
+ "readonly": false,
952
+ "disabled": false,
953
+ "required": false
954
+ },
955
+ {
956
+ "label": "申请时间",
957
+ "type": "datepicker",
958
+ "bootstraped": "col-sm-3",
959
+ "field": "f_application_time",
960
+ "readonly": true,
961
+ "required": false
962
+ },
963
+ {
964
+ "label": "联系人",
965
+ "type": "input",
966
+ "bootstraped": "col-sm-3",
967
+ "field": "f_user_name",
968
+ "placeholder": "请输入",
969
+ "readonly": false,
970
+ "disabled": false,
971
+ "required": true
972
+ },
973
+ {
974
+ "label": "联系电话",
975
+ "type": "input",
976
+ "bootstraped": "col-sm-3",
977
+ "field": "f_phone",
978
+ "placeholder": "请输入",
979
+ "readonly": false,
980
+ "disabled": false,
981
+ "required": false
982
+ },
983
+ {
984
+ "label": "合同总金额",
985
+ "type": "number",
986
+ "bootstraped": "col-sm-3",
987
+ "field": "f_total_cost",
988
+ "placeholder": "请输入",
989
+ "readonly": true,
990
+ "value": null,
991
+ "disabled": false,
992
+ "required": true
993
+ },
994
+ {
995
+ "label": "累计缴费金额",
996
+ "type": "number",
997
+ "bootstraped": "col-sm-3",
998
+ "field": "f_cumulative_money",
999
+ "placeholder": "请输入",
1000
+ "readonly": true,
1001
+ "disabled": false,
1002
+ "required": true
1003
+ },
1004
+ {
1005
+ "label": "未结总金额",
1006
+ "type": "number",
1007
+ "bootstraped": "col-sm-3",
1008
+ "field": "f_unaccounts_money",
1009
+ "placeholder": "请输入",
1010
+ "readonly": true,
1011
+ "value": null,
1012
+ "disabled": false,
1013
+ "required": false
1014
+ },
1015
+ {
1016
+ "label": "发起时间",
1017
+ "type": "datepicker",
1018
+ "bootstraped": "col-sm-3",
1019
+ "field": "f_Initiation_time",
1020
+ "placeholder": "请输入",
1021
+ "readonly": false,
1022
+ "value": null,
1023
+ "disabled": false,
1024
+ "hide": true
1025
+ },
1026
+ {
1027
+ "label": "施工单位",
1028
+ "type": "select",
1029
+ "bootstraped": "col-sm-3",
1030
+ "field": "f_construction_unit",
1031
+ "required": false
1032
+ },
1033
+ {
1034
+ "label": "监理单位",
1035
+ "type": "select",
1036
+ "bootstraped": "col-sm-3",
1037
+ "field": "f_supervision_unit",
1038
+ "required": false
1039
+ },
1040
+ {
1041
+ "label": "设计单位",
1042
+ "type": "select",
1043
+ "bootstraped": "col-sm-3",
1044
+ "field": "f_design_unit",
1045
+ "required": false
1046
+ }
1047
+ ],
1048
+ "buttons": [
1049
+ {
1050
+ "button_name": "保存"
1051
+ },
1052
+ {
1053
+ "button_name": "提交",
1054
+ "button_person": {
1055
+ "button_event": "获取之前被下发人",
1056
+ "button_person_field": "f_survey_name"
1057
+ }
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "title": "验收",
1063
+ "tables": [
1064
+ "t_apply"
1065
+ ],
1066
+ "fields": [
1067
+ {
1068
+ "label": "小区名称",
1069
+ "type": "select",
1070
+ "bootstraped": "col-sm-4",
1071
+ "field": "f_residential_area",
1072
+ "placeholder": "请输入",
1073
+ "disabled": false,
1074
+ "required": true
1075
+ },
1076
+ {
1077
+ "label": "小区地址",
1078
+ "type": "input",
1079
+ "bootstraped": "col-sm-4",
1080
+ "field": "f_area_address",
1081
+ "placeholder": "小区地址",
1082
+ "disabled": false,
1083
+ "required": true
1084
+ },
1085
+ {
1086
+ "label": "小区类型",
1087
+ "type": "select",
1088
+ "field": "f_area_type",
1089
+ "bootstraped": "col-sm-4",
1090
+ "disabled": false,
1091
+ "required": true,
1092
+ "options": [
1093
+ {
1094
+ "label": "新建小区",
1095
+ "value": "新建小区"
1096
+ },
1097
+ {
1098
+ "label": "旧住宅",
1099
+ "value": "旧住宅"
1100
+ }
1101
+ ]
1102
+ },
1103
+ {
1104
+ "label": "用户数量",
1105
+ "type": "input",
1106
+ "field": "f_area_type_user",
1107
+ "bootstraped": "col-sm-4",
1108
+ "placeholder": "请输入",
1109
+ "readonly": false,
1110
+ "value": null,
1111
+ "disabled": false,
1112
+ "required": true
1113
+ },
1114
+ {
1115
+ "label": "阀门井",
1116
+ "type": "input",
1117
+ "field": "f_valve_wells",
1118
+ "bootstraped": "col-sm-4",
1119
+ "placeholder": "",
1120
+ "readonly": false,
1121
+ "value": null,
1122
+ "disabled": false,
1123
+ "required": true
1124
+ },
1125
+ {
1126
+ "label": "调压设施",
1127
+ "type": "input",
1128
+ "bootstraped": "col-sm-4",
1129
+ "field": "f_regulating_facility",
1130
+ "placeholder": "",
1131
+ "readonly": false,
1132
+ "disabled": false,
1133
+ "required": true
1134
+ },
1135
+ {
1136
+ "label": "挂表位置",
1137
+ "type": "select",
1138
+ "bootstraped": "col-sm-4",
1139
+ "field": "f_position",
1140
+ "placeholder": "请输入",
1141
+ "disabled": false,
1142
+ "required": true,
1143
+ "options": [
1144
+ {
1145
+ "label": "户内挂表",
1146
+ "value": "户内挂表"
1147
+ },
1148
+ {
1149
+ "label": "户外挂表",
1150
+ "value": "户外挂表"
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "label": "金属波纹软管灶具",
1156
+ "type": "input",
1157
+ "bootstraped": "col-sm-4",
1158
+ "field": "f_metal_bellows",
1159
+ "placeholder": "请输入",
1160
+ "disabled": false,
1161
+ "required": true
1162
+ },
1163
+ {
1164
+ "label": "金属波纹软管热水器",
1165
+ "type": "input",
1166
+ "bootstraped": "col-sm-4",
1167
+ "field": "f_metal_bellows_hot",
1168
+ "placeholder": "请输入",
1169
+ "disabled": false,
1170
+ "required": true
1171
+ },
1172
+ {
1173
+ "label": "表具",
1174
+ "type": "select",
1175
+ "bootstraped": "col-sm-4",
1176
+ "field": "f_meter_brand",
1177
+ "placeholder": "请输入",
1178
+ "disabled": false,
1179
+ "required": true
1180
+ },
1181
+ {
1182
+ "label": "表具安装户数",
1183
+ "type": "input",
1184
+ "bootstraped": "col-sm-4",
1185
+ "field": "f_meter_brand_install",
1186
+ "placeholder": "请输入",
1187
+ "disabled": false,
1188
+ "required": true
1189
+ },
1190
+ {
1191
+ "label": "表具未安装户数",
1192
+ "type": "input",
1193
+ "bootstraped": "col-sm-4",
1194
+ "field": "f_meter_brand_install_not",
1195
+ "placeholder": "请输入",
1196
+ "disabled": false,
1197
+ "required": true
1198
+ },
1199
+ {
1200
+ "label": "户内尾阀",
1201
+ "type": "select",
1202
+ "bootstraped": "col-sm-4",
1203
+ "field": "f_indoor_valve",
1204
+ "placeholder": "请输入",
1205
+ "disabled": false,
1206
+ "required": true,
1207
+ "options": [
1208
+ {
1209
+ "label": "F型双嘴尾阀",
1210
+ "value": "F型双嘴尾阀"
1211
+ },
1212
+ {
1213
+ "label": "双嘴尾阀",
1214
+ "value": "双嘴尾阀"
1215
+ },
1216
+ {
1217
+ "label": "单嘴尾阀",
1218
+ "value": "单嘴尾阀"
1219
+ }
1220
+ ]
1221
+ },
1222
+ {
1223
+ "label": "户内尾阀安装户数",
1224
+ "type": "input",
1225
+ "bootstraped": "col-sm-4",
1226
+ "field": "f_indoor_valve_install",
1227
+ "placeholder": "请输入",
1228
+ "disabled": false,
1229
+ "required": true
1230
+ },
1231
+ {
1232
+ "label": "户内尾阀未安装户数",
1233
+ "type": "input",
1234
+ "bootstraped": "col-sm-4",
1235
+ "field": "f_indoor_valve_install_not",
1236
+ "placeholder": "请输入",
1237
+ "disabled": false,
1238
+ "required": true
1239
+ },
1240
+ {
1241
+ "label": "户内自闭阀",
1242
+ "type": "select",
1243
+ "bootstraped": "col-sm-4",
1244
+ "field": "f_close_valve",
1245
+ "placeholder": "请输入",
1246
+ "disabled": false,
1247
+ "required": true,
1248
+ "options": [
1249
+ {
1250
+ "label": "是",
1251
+ "value": "是"
1252
+ },
1253
+ {
1254
+ "label": "否",
1255
+ "value": "否"
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "label": "户内自闭阀安装户数",
1261
+ "type": "input",
1262
+ "bootstraped": "col-sm-4",
1263
+ "field": "f_close_valve_install",
1264
+ "placeholder": "请输入",
1265
+ "disabled": false,
1266
+ "required": true
1267
+ },
1268
+ {
1269
+ "label": "户内自闭阀未安装户数",
1270
+ "type": "input",
1271
+ "bootstraped": "col-sm-4",
1272
+ "field": "f_close_valve_install_not",
1273
+ "placeholder": "请输入",
1274
+ "disabled": false,
1275
+ "required": true
1276
+ },
1277
+ {
1278
+ "label": "验收人员",
1279
+ "type": "select",
1280
+ "bootstraped": "col-sm-4",
1281
+ "field": "f_checking_name",
1282
+ "disabled": false,
1283
+ "required": true
1284
+ },
1285
+ {
1286
+ "label": "验收备注",
1287
+ "type": "textarea",
1288
+ "field": "f_completed_remarks",
1289
+ "row": 6
1290
+ }
1291
+ ],
1292
+ "buttons": [
1293
+ {
1294
+ "button_name": "保存"
1295
+ },
1296
+ {
1297
+ "button_name": "提交"
1298
+ }
1299
+ ]
1300
+ },
1301
+ {
1302
+ "title": "通气",
1303
+ "tables": [
1304
+ "t_apply"
1305
+ ],
1306
+ "fields": [
1307
+ {
1308
+ "label": "小区名称",
1309
+ "type": "select",
1310
+ "bootstraped": "col-sm-3",
1311
+ "field": "f_residential_area",
1312
+ "placeholder": "请输入",
1313
+ "disabled": false,
1314
+ "required": true
1315
+ },
1316
+ {
1317
+ "label": "小区地址",
1318
+ "type": "input",
1319
+ "bootstraped": "col-sm-3",
1320
+ "field": "f_area_address",
1321
+ "placeholder": "小区地址",
1322
+ "disabled": false,
1323
+ "required": true
1324
+ },
1325
+ {
1326
+ "label": "小区类型",
1327
+ "type": "select",
1328
+ "field": "f_area_type",
1329
+ "bootstraped": "col-sm-3",
1330
+ "disabled": false,
1331
+ "required": true,
1332
+ "options": [
1333
+ {
1334
+ "label": "新建小区",
1335
+ "value": "新建小区"
1336
+ },
1337
+ {
1338
+ "label": "旧住宅",
1339
+ "value": "旧住宅"
1340
+ }
1341
+ ]
1342
+ },
1343
+ {
1344
+ "label": "用户数量",
1345
+ "type": "input",
1346
+ "field": "f_area_type_user",
1347
+ "bootstraped": "col-sm-3",
1348
+ "placeholder": "请输入",
1349
+ "readonly": false,
1350
+ "value": null,
1351
+ "disabled": false,
1352
+ "required": true
1353
+ },
1354
+ {
1355
+ "label": "阀门井",
1356
+ "type": "input",
1357
+ "field": "f_valve_wells",
1358
+ "bootstraped": "col-sm-3",
1359
+ "placeholder": "",
1360
+ "readonly": false,
1361
+ "value": null,
1362
+ "disabled": false,
1363
+ "required": true
1364
+ },
1365
+ {
1366
+ "label": "调压设施",
1367
+ "type": "input",
1368
+ "bootstraped": "col-sm-3",
1369
+ "field": "f_regulating_facility",
1370
+ "placeholder": "",
1371
+ "readonly": false,
1372
+ "disabled": false,
1373
+ "required": true
1374
+ },
1375
+ {
1376
+ "label": "挂表位置",
1377
+ "type": "select",
1378
+ "bootstraped": "col-sm-3",
1379
+ "field": "f_position",
1380
+ "placeholder": "请输入",
1381
+ "disabled": false,
1382
+ "required": true,
1383
+ "options": [
1384
+ {
1385
+ "label": "户内挂表",
1386
+ "value": "户内挂表"
1387
+ },
1388
+ {
1389
+ "label": "户外挂表",
1390
+ "value": "户外挂表"
1391
+ }
1392
+ ]
1393
+ },
1394
+ {
1395
+ "label": "金属波纹软管灶具",
1396
+ "type": "input",
1397
+ "bootstraped": "col-sm-3",
1398
+ "field": "f_metal_bellows",
1399
+ "placeholder": "请输入",
1400
+ "disabled": false,
1401
+ "required": true
1402
+ },
1403
+ {
1404
+ "label": "表具",
1405
+ "type": "select",
1406
+ "bootstraped": "col-sm-3",
1407
+ "field": "f_meter_brand",
1408
+ "placeholder": "请输入",
1409
+ "disabled": false,
1410
+ "required": true
1411
+ },
1412
+ {
1413
+ "label": "表具安装户数",
1414
+ "type": "input",
1415
+ "bootstraped": "col-sm-3",
1416
+ "field": "f_meter_brand_install",
1417
+ "placeholder": "请输入",
1418
+ "disabled": false,
1419
+ "required": true
1420
+ },
1421
+ {
1422
+ "label": "表具未安装户数",
1423
+ "type": "input",
1424
+ "bootstraped": "col-sm-3",
1425
+ "field": "f_meter_brand_install_not",
1426
+ "placeholder": "请输入",
1427
+ "disabled": false,
1428
+ "required": true
1429
+ },
1430
+ {
1431
+ "label": "金属波纹软管热水器",
1432
+ "type": "input",
1433
+ "bootstraped": "col-sm-3",
1434
+ "field": "f_metal_bellows_hot",
1435
+ "placeholder": "请输入",
1436
+ "disabled": false,
1437
+ "required": true
1438
+ },
1439
+ {
1440
+ "label": "户内尾阀",
1441
+ "type": "select",
1442
+ "bootstraped": "col-sm-3",
1443
+ "field": "f_indoor_valve",
1444
+ "placeholder": "请输入",
1445
+ "disabled": false,
1446
+ "required": true,
1447
+ "options": [
1448
+ {
1449
+ "label": "F型双嘴尾阀",
1450
+ "value": "F型双嘴尾阀"
1451
+ },
1452
+ {
1453
+ "label": "双嘴尾阀",
1454
+ "value": "双嘴尾阀"
1455
+ },
1456
+ {
1457
+ "label": "单嘴尾阀",
1458
+ "value": "单嘴尾阀"
1459
+ }
1460
+ ]
1461
+ },
1462
+ {
1463
+ "label": "户内尾阀安装户数",
1464
+ "type": "input",
1465
+ "bootstraped": "col-sm-3",
1466
+ "field": "f_indoor_valve_install",
1467
+ "placeholder": "请输入",
1468
+ "disabled": false,
1469
+ "required": true
1470
+ },
1471
+ {
1472
+ "label": "户内尾阀未安装户数",
1473
+ "type": "input",
1474
+ "bootstraped": "col-sm-3",
1475
+ "field": "f_indoor_valve_install_not",
1476
+ "placeholder": "请输入",
1477
+ "disabled": false,
1478
+ "required": true
1479
+ },
1480
+ {
1481
+ "label": "合同总金额",
1482
+ "type": "number",
1483
+ "bootstraped": "col-sm-3",
1484
+ "field": "f_total_cost",
1485
+ "placeholder": "请输入",
1486
+ "readonly": true,
1487
+ "value": null,
1488
+ "disabled": false,
1489
+ "required": true
1490
+ },
1491
+ {
1492
+ "label": "户内自闭阀",
1493
+ "type": "select",
1494
+ "bootstraped": "col-sm-3",
1495
+ "field": "f_close_valve",
1496
+ "placeholder": "请输入",
1497
+ "disabled": false,
1498
+ "required": true,
1499
+ "options": [
1500
+ {
1501
+ "label": "是",
1502
+ "value": "是"
1503
+ },
1504
+ {
1505
+ "label": "否",
1506
+ "value": "否"
1507
+ }
1508
+ ]
1509
+ },
1510
+ {
1511
+ "label": "户内自闭阀安装户数",
1512
+ "type": "input",
1513
+ "bootstraped": "col-sm-3",
1514
+ "field": "f_close_valve_install",
1515
+ "placeholder": "请输入",
1516
+ "disabled": false,
1517
+ "required": true
1518
+ },
1519
+ {
1520
+ "label": "户内自闭阀未安装户数",
1521
+ "type": "input",
1522
+ "bootstraped": "col-sm-3",
1523
+ "field": "f_close_valve_install_not",
1524
+ "placeholder": "请输入",
1525
+ "disabled": false,
1526
+ "required": true
1527
+ },
1528
+ {
1529
+ "label": "累计缴费金额",
1530
+ "type": "number",
1531
+ "bootstraped": "col-sm-3",
1532
+ "field": "f_cumulative_money",
1533
+ "placeholder": "请输入",
1534
+ "readonly": true,
1535
+ "disabled": false,
1536
+ "required": true
1537
+ },
1538
+ {
1539
+ "label": "切断压力",
1540
+ "type": "input",
1541
+ "bootstraped": "col-sm-3",
1542
+ "field": "f_qieduan_pressure",
1543
+ "required": false
1544
+ },
1545
+ {
1546
+ "label": "放散压力",
1547
+ "type": "input",
1548
+ "bootstraped": "col-sm-3",
1549
+ "field": "f_fangsan_pressure",
1550
+ "required": false
1551
+ },
1552
+ {
1553
+ "label": "工况压力",
1554
+ "type": "input",
1555
+ "bootstraped": "col-sm-3",
1556
+ "field": "f_gongkuang_pressure",
1557
+ "required": false
1558
+ },
1559
+ {
1560
+ "label": "未结总金额",
1561
+ "type": "number",
1562
+ "bootstraped": "col-sm-3",
1563
+ "field": "f_unaccounts_money",
1564
+ "placeholder": "请输入",
1565
+ "readonly": true,
1566
+ "value": null,
1567
+ "disabled": false,
1568
+ "required": false
1569
+ },
1570
+ {
1571
+ "label": "通气人员",
1572
+ "type": "input",
1573
+ "bootstraped": "col-sm-3",
1574
+ "field": "f_gas_name",
1575
+ "placeholder": "请输入",
1576
+ "readonly": false,
1577
+ "value": null,
1578
+ "disabled": false,
1579
+ "required": false
1580
+ },
1581
+ {
1582
+ "label": "通气时间",
1583
+ "type": "datepicker",
1584
+ "bootstraped": "col-sm-3",
1585
+ "field": "f_gas_date",
1586
+ "required": false,
1587
+ "disabled": false,
1588
+ "hide": true
1589
+ },
1590
+ {
1591
+ "label": "备注",
1592
+ "type": "textarea",
1593
+ "bootstraped": "col-sm-12",
1594
+ "field": "f_gas_remarks",
1595
+ "required": false
1596
+ }
1597
+ ],
1598
+ "buttons": [
1599
+ {
1600
+ "button_name": "保存"
1601
+ },
1602
+ {
1603
+ "button_name": "提交"
1604
+ }
1605
+ ]
1606
+ },
1607
+ {
1608
+ "title": "置换",
1609
+ "tables": [
1610
+ "t_apply"
1611
+ ],
1612
+ "fields": [
1613
+ {
1614
+ "label": "小区名称",
1615
+ "type": "select",
1616
+ "bootstraped": "col-sm-3",
1617
+ "field": "f_residential_area",
1618
+ "placeholder": "请输入",
1619
+ "disabled": false,
1620
+ "required": true
1621
+ },
1622
+ {
1623
+ "label": "小区地址",
1624
+ "type": "input",
1625
+ "bootstraped": "col-sm-3",
1626
+ "field": "f_area_address",
1627
+ "placeholder": "小区地址",
1628
+ "disabled": false,
1629
+ "required": true
1630
+ },
1631
+ {
1632
+ "label": "小区类型",
1633
+ "type": "select",
1634
+ "field": "f_area_type",
1635
+ "bootstraped": "col-sm-3",
1636
+ "disabled": false,
1637
+ "required": true,
1638
+ "options": [
1639
+ {
1640
+ "label": "新建小区",
1641
+ "value": "新建小区"
1642
+ },
1643
+ {
1644
+ "label": "旧住宅",
1645
+ "value": "旧住宅"
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ "label": "用户数量",
1651
+ "type": "input",
1652
+ "field": "f_area_type_user",
1653
+ "bootstraped": "col-sm-3",
1654
+ "placeholder": "请输入",
1655
+ "readonly": false,
1656
+ "value": null,
1657
+ "disabled": false,
1658
+ "required": true
1659
+ },
1660
+ {
1661
+ "label": "阀门井",
1662
+ "type": "input",
1663
+ "field": "f_valve_wells",
1664
+ "bootstraped": "col-sm-3",
1665
+ "placeholder": "",
1666
+ "readonly": false,
1667
+ "value": null,
1668
+ "disabled": false,
1669
+ "required": true
1670
+ },
1671
+ {
1672
+ "label": "调压设施",
1673
+ "type": "input",
1674
+ "bootstraped": "col-sm-3",
1675
+ "field": "f_regulating_facility",
1676
+ "placeholder": "",
1677
+ "readonly": false,
1678
+ "disabled": false,
1679
+ "required": true
1680
+ },
1681
+ {
1682
+ "label": "挂表位置",
1683
+ "type": "select",
1684
+ "bootstraped": "col-sm-3",
1685
+ "field": "f_position",
1686
+ "placeholder": "请输入",
1687
+ "disabled": false,
1688
+ "required": true,
1689
+ "options": [
1690
+ {
1691
+ "label": "户内挂表",
1692
+ "value": "户内挂表"
1693
+ },
1694
+ {
1695
+ "label": "户外挂表",
1696
+ "value": "户外挂表"
1697
+ }
1698
+ ]
1699
+ },
1700
+ {
1701
+ "label": "金属波纹软管灶具",
1702
+ "type": "input",
1703
+ "bootstraped": "col-sm-3",
1704
+ "field": "f_metal_bellows",
1705
+ "placeholder": "请输入",
1706
+ "disabled": false,
1707
+ "required": true
1708
+ },
1709
+ {
1710
+ "label": "表具",
1711
+ "type": "select",
1712
+ "bootstraped": "col-sm-3",
1713
+ "field": "f_meter_brand",
1714
+ "placeholder": "请输入",
1715
+ "disabled": false,
1716
+ "required": true
1717
+ },
1718
+ {
1719
+ "label": "表具安装户数",
1720
+ "type": "input",
1721
+ "bootstraped": "col-sm-3",
1722
+ "field": "f_meter_brand_install",
1723
+ "placeholder": "请输入",
1724
+ "disabled": false,
1725
+ "required": true
1726
+ },
1727
+ {
1728
+ "label": "表具未安装户数",
1729
+ "type": "input",
1730
+ "bootstraped": "col-sm-3",
1731
+ "field": "f_meter_brand_install_not",
1732
+ "placeholder": "请输入",
1733
+ "disabled": false,
1734
+ "required": true
1735
+ },
1736
+ {
1737
+ "label": "金属波纹软管热水器",
1738
+ "type": "input",
1739
+ "bootstraped": "col-sm-3",
1740
+ "field": "f_metal_bellows_hot",
1741
+ "placeholder": "请输入",
1742
+ "disabled": false,
1743
+ "required": true
1744
+ },
1745
+ {
1746
+ "label": "户内尾阀",
1747
+ "type": "select",
1748
+ "bootstraped": "col-sm-3",
1749
+ "field": "f_indoor_valve",
1750
+ "placeholder": "请输入",
1751
+ "disabled": false,
1752
+ "required": true,
1753
+ "options": [
1754
+ {
1755
+ "label": "F型双嘴尾阀",
1756
+ "value": "F型双嘴尾阀"
1757
+ },
1758
+ {
1759
+ "label": "双嘴尾阀",
1760
+ "value": "双嘴尾阀"
1761
+ },
1762
+ {
1763
+ "label": "单嘴尾阀",
1764
+ "value": "单嘴尾阀"
1765
+ }
1766
+ ]
1767
+ },
1768
+ {
1769
+ "label": "户内尾阀安装户数",
1770
+ "type": "input",
1771
+ "bootstraped": "col-sm-3",
1772
+ "field": "f_indoor_valve_install",
1773
+ "placeholder": "请输入",
1774
+ "disabled": false,
1775
+ "required": true
1776
+ },
1777
+ {
1778
+ "label": "户内尾阀未安装户数",
1779
+ "type": "input",
1780
+ "bootstraped": "col-sm-3",
1781
+ "field": "f_indoor_valve_install_not",
1782
+ "placeholder": "请输入",
1783
+ "disabled": false,
1784
+ "required": true
1785
+ },
1786
+ {
1787
+ "label": "合同总金额",
1788
+ "type": "number",
1789
+ "bootstraped": "col-sm-3",
1790
+ "field": "f_total_cost",
1791
+ "placeholder": "请输入",
1792
+ "readonly": true,
1793
+ "value": null,
1794
+ "disabled": false,
1795
+ "required": true
1796
+ },
1797
+ {
1798
+ "label": "户内自闭阀",
1799
+ "type": "select",
1800
+ "bootstraped": "col-sm-3",
1801
+ "field": "f_close_valve",
1802
+ "placeholder": "请输入",
1803
+ "disabled": false,
1804
+ "required": true,
1805
+ "options": [
1806
+ {
1807
+ "label": "是",
1808
+ "value": "是"
1809
+ },
1810
+ {
1811
+ "label": "否",
1812
+ "value": "否"
1813
+ }
1814
+ ]
1815
+ },
1816
+ {
1817
+ "label": "户内自闭阀安装户数",
1818
+ "type": "input",
1819
+ "bootstraped": "col-sm-3",
1820
+ "field": "f_close_valve_install",
1821
+ "placeholder": "请输入",
1822
+ "disabled": false,
1823
+ "required": true
1824
+ },
1825
+ {
1826
+ "label": "户内自闭阀未安装户数",
1827
+ "type": "input",
1828
+ "bootstraped": "col-sm-3",
1829
+ "field": "f_close_valve_install_not",
1830
+ "placeholder": "请输入",
1831
+ "disabled": false,
1832
+ "required": true
1833
+ },
1834
+ {
1835
+ "label": "累计缴费金额",
1836
+ "type": "number",
1837
+ "bootstraped": "col-sm-3",
1838
+ "field": "f_cumulative_money",
1839
+ "placeholder": "请输入",
1840
+ "readonly": true,
1841
+ "disabled": false,
1842
+ "required": true
1843
+ },
1844
+ {
1845
+ "label": "切断压力",
1846
+ "type": "input",
1847
+ "bootstraped": "col-sm-3",
1848
+ "field": "f_qieduan_pressure",
1849
+ "required": false
1850
+ },
1851
+ {
1852
+ "label": "放散压力",
1853
+ "type": "input",
1854
+ "bootstraped": "col-sm-3",
1855
+ "field": "f_fangsan_pressure",
1856
+ "required": false
1857
+ },
1858
+ {
1859
+ "label": "工况压力",
1860
+ "type": "input",
1861
+ "bootstraped": "col-sm-3",
1862
+ "field": "f_gongkuang_pressure",
1863
+ "required": false
1864
+ },
1865
+ {
1866
+ "label": "未结总金额",
1867
+ "type": "number",
1868
+ "bootstraped": "col-sm-3",
1869
+ "field": "f_unaccounts_money",
1870
+ "placeholder": "请输入",
1871
+ "readonly": true,
1872
+ "value": null,
1873
+ "disabled": false,
1874
+ "required": false
1875
+ },
1876
+ {
1877
+ "label": "通气日期",
1878
+ "type": "datepicker",
1879
+ "bootstraped": "col-sm-3",
1880
+ "field": "f_gas_date",
1881
+ "readonly": true,
1882
+ "required": false
1883
+ },
1884
+ {
1885
+ "label": "通气人员",
1886
+ "type": "input",
1887
+ "bootstraped": "col-sm-3",
1888
+ "field": "f_gas_name",
1889
+ "placeholder": "请输入",
1890
+ "readonly": false,
1891
+ "value": null,
1892
+ "disabled": false,
1893
+ "required": false
1894
+ },
1895
+ {
1896
+ "label": "通气备注",
1897
+ "type": "textarea",
1898
+ "bootstraped": "col-sm-12",
1899
+ "field": "f_gas_remarks",
1900
+ "rows": 2,
1901
+ "readonly": false
1902
+ }
1903
+ ],
1904
+ "buttons": [
1905
+ {
1906
+ "button_name": "保存"
1907
+ },
1908
+ {
1909
+ "button_name": "提交"
1910
+ }
1911
+ ]
1912
+ },
1913
+ {
1914
+ "title": "客服部确认",
1915
+ "tables": [
1916
+ "t_apply"
1917
+ ],
1918
+ "fields": [],
1919
+ "buttons": [
1920
+ {
1921
+ "button_name": "保存"
1922
+ },
1923
+ {
1924
+ "button_name": "提交"
1925
+ }
1926
+ ]
1927
+ },
1928
+ {
1929
+ "title": "完工",
1930
+ "tables": [
1931
+ "t_apply"
1932
+ ],
1933
+ "fields": []
1934
+ },
1935
+ {
1936
+ "title": "报装申请",
1937
+ "tables": [
1938
+ "t_apply"
1939
+ ],
1940
+ "fields": [
1941
+ {
1942
+ "label": "申请时间",
1943
+ "type": "datepicker",
1944
+ "bootstraped": "col-sm-3",
1945
+ "field": "f_application_time",
1946
+ "readonly": true,
1947
+ "required": false,
1948
+ "hidden": true
1949
+ },
1950
+ {
1951
+ "label": "报装来源",
1952
+ "type": "select",
1953
+ "bootstraped": "col-sm-3",
1954
+ "field": "f_apply_source",
1955
+ "readonly": true,
1956
+ "required": true,
1957
+ "hidden": false,
1958
+ "options": [
1959
+ {
1960
+ "label": "燃气系统",
1961
+ "value": "燃气系统"
1962
+ },
1963
+ {
1964
+ "label": "微信",
1965
+ "value": "微信"
1966
+ }
1967
+ ]
1968
+ },
1969
+ {
1970
+ "label": "联系人",
1971
+ "type": "input",
1972
+ "bootstraped": "col-sm-3",
1973
+ "field": "f_user_name",
1974
+ "placeholder": "请输入",
1975
+ "readonly": false,
1976
+ "disabled": false,
1977
+ "required": true
1978
+ },
1979
+ {
1980
+ "label": "电话号码",
1981
+ "type": "tel",
1982
+ "bootstraped": "col-sm-3",
1983
+ "field": "f_phone",
1984
+ "placeholder": "请输入",
1985
+ "required": true
1986
+ },
1987
+ {
1988
+ "label": "报建类型",
1989
+ "type": "select",
1990
+ "bootstraped": "col-sm-3",
1991
+ "field": "f_apply_type",
1992
+ "default": "个人报建",
1993
+ "placeholder": "请输入",
1994
+ "hidden": true,
1995
+ "required": true
1996
+ },
1997
+ {
1998
+ "label": "业务类型",
1999
+ "type": "select",
2000
+ "bootstraped": "col-sm-3",
2001
+ "field": "f_work_type",
2002
+ "readonly": true,
2003
+ "required": true,
2004
+ "options": [
2005
+ {
2006
+ "label": "新报装",
2007
+ "value": "新报装"
2008
+ },
2009
+ {
2010
+ "label": "改管",
2011
+ "value": "改管"
2012
+ }
2013
+ ]
2014
+ },
2015
+ {
2016
+ "label": "用户类型",
2017
+ "type": "select",
2018
+ "bootstraped": "col-sm-3",
2019
+ "field": "f_user_type",
2020
+ "readonly": true,
2021
+ "required": true
2022
+ },
2023
+ {
2024
+ "label": "县/区",
2025
+ "type": "select",
2026
+ "bootstraped": "col-sm-3",
2027
+ "field": "f_area",
2028
+ "placeholder": "请输入",
2029
+ "required": true
2030
+ },
2031
+ {
2032
+ "label": "街道名称",
2033
+ "type": "select",
2034
+ "bootstraped": "col-sm-3",
2035
+ "field": "f_street",
2036
+ "placeholder": "请输入",
2037
+ "required": true
2038
+ },
2039
+ {
2040
+ "label": "小区名称",
2041
+ "type": "select",
2042
+ "bootstraped": "col-sm-3",
2043
+ "field": "f_residential_area",
2044
+ "placeholder": "请输入",
2045
+ "disabled": false,
2046
+ "required": true
2047
+ },
2048
+ {
2049
+ "label": "楼号",
2050
+ "type": "input",
2051
+ "bootstraped": "col-sm-3",
2052
+ "field": "f_building",
2053
+ "placeholder": "请输入",
2054
+ "disabled": false
2055
+ },
2056
+ {
2057
+ "label": "单元号",
2058
+ "type": "input",
2059
+ "bootstraped": "col-sm-3",
2060
+ "field": "f_unit",
2061
+ "placeholder": "请输入",
2062
+ "disabled": false
2063
+ },
2064
+ {
2065
+ "label": "楼层",
2066
+ "type": "input",
2067
+ "bootstraped": "col-sm-3",
2068
+ "field": "f_floor",
2069
+ "placeholder": "请输入",
2070
+ "disabled": false
2071
+ },
2072
+ {
2073
+ "label": "门牌号",
2074
+ "type": "input",
2075
+ "bootstraped": "col-sm-3",
2076
+ "field": "f_room",
2077
+ "placeholder": "请输入",
2078
+ "disabled": false
2079
+ },
2080
+ {
2081
+ "label": "证件类型",
2082
+ "type": "select",
2083
+ "bootstraped": "col-sm-3",
2084
+ "field": "f_credentials",
2085
+ "placeholder": "请输入",
2086
+ "required": true,
2087
+ "options": [
2088
+ {
2089
+ "label": "身份证",
2090
+ "value": "身份证"
2091
+ },
2092
+ {
2093
+ "label": "房产证",
2094
+ "value": "房产证"
2095
+ },
2096
+ {
2097
+ "label": "军官证",
2098
+ "value": "军官证"
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "label": "勘查人员",
2104
+ "type": "input",
2105
+ "hidden": true,
2106
+ "bootstraped": "col-sm-3",
2107
+ "field": "f_survey_name",
2108
+ "default": "无",
2109
+ "display": false,
2110
+ "readonly": true,
2111
+ "required": false
2112
+ },
2113
+ {
2114
+ "label": "证件号码",
2115
+ "type": "input",
2116
+ "bootstraped": "col-sm-3",
2117
+ "field": "f_idnumber",
2118
+ "placeholder": "请输入",
2119
+ "required": true
2120
+ },
2121
+ {
2122
+ "label": "项目名称",
2123
+ "type": "input",
2124
+ "bootstraped": "col-sm-3",
2125
+ "field": "f_entry_name",
2126
+ "placeholder": "请输入",
2127
+ "readonly": false,
2128
+ "required": false
2129
+ },
2130
+ {
2131
+ "label": "用户名称",
2132
+ "type": "input",
2133
+ "bootstraped": "col-sm-3",
2134
+ "field": "f_company_name",
2135
+ "placeholder": "请输入",
2136
+ "readonly": false
2137
+ },
2138
+ {
2139
+ "label": "地址",
2140
+ "type": "input",
2141
+ "bootstraped": "col-sm-12",
2142
+ "field": "f_address",
2143
+ "placeholder": "请输入",
2144
+ "disabled": false,
2145
+ "readonly": true
2146
+ },
2147
+ {
2148
+ "label": "提交资料",
2149
+ "type": "checkbox",
2150
+ "bootstraped": "col-sm-12",
2151
+ "field": "",
2152
+ "placeholder": "请输入",
2153
+ "disabled": false,
2154
+ "readonly": true,
2155
+ "items": [
2156
+ {
2157
+ "label": "身份证",
2158
+ "value": false
2159
+ },
2160
+ {
2161
+ "label": "房产证",
2162
+ "value": false
2163
+ },
2164
+ {
2165
+ "label": "租贷合同",
2166
+ "value": false
2167
+ },
2168
+ {
2169
+ "label": "营业执照",
2170
+ "value": false
2171
+ }
2172
+ ]
2173
+ },
2174
+ {
2175
+ "label": "用户提交资料",
2176
+ "type": "input",
2177
+ "bootstraped": "col-sm-12",
2178
+ "field": "f_news",
2179
+ "placeholder": "",
2180
+ "disabled": false,
2181
+ "readonly": true
2182
+ },
2183
+ {
2184
+ "label": "备注",
2185
+ "type": "textarea",
2186
+ "bootstraped": "col-sm-12",
2187
+ "field": "t_remarks",
2188
+ "placeholder": "",
2189
+ "rows": 2,
2190
+ "readonly": false,
2191
+ "required": false
2192
+ }
2193
+ ],
2194
+ "buttons": [
2195
+ {
2196
+ "button_name": "打印回单"
2197
+ },
2198
+ {
2199
+ "button_name": "提交"
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "title": "现场勘查人员分配",
2205
+ "tables": [
2206
+ "t_apply"
2207
+ ],
2208
+ "fields": [
2209
+ {
2210
+ "label": "联系人",
2211
+ "type": "input",
2212
+ "bootstraped": "col-sm-3",
2213
+ "field": "f_user_name",
2214
+ "placeholder": "请输入",
2215
+ "readonly": false,
2216
+ "value": null,
2217
+ "disabled": false,
2218
+ "required": true
2219
+ },
2220
+ {
2221
+ "label": "报建类型",
2222
+ "type": "select",
2223
+ "bootstraped": "col-sm-3",
2224
+ "field": "f_apply_type",
2225
+ "placeholder": "请输入",
2226
+ "readonly": true,
2227
+ "disabled": false,
2228
+ "hidden": true,
2229
+ "value": null,
2230
+ "options": []
2231
+ },
2232
+ {
2233
+ "label": "电话号码",
2234
+ "type": "tel",
2235
+ "bootstraped": "col-sm-3",
2236
+ "field": "f_phone",
2237
+ "placeholder": "请输入",
2238
+ "readonly": false,
2239
+ "value": null,
2240
+ "disabled": false,
2241
+ "required": true
2242
+ },
2243
+ {
2244
+ "label": "用户类型",
2245
+ "type": "select",
2246
+ "bootstraped": "col-sm-3",
2247
+ "field": "f_user_type",
2248
+ "placeholder": "请输入",
2249
+ "readonly": true,
2250
+ "disabled": false,
2251
+ "required": true,
2252
+ "value": null,
2253
+ "options": []
2254
+ },
2255
+ {
2256
+ "label": "勘察人员",
2257
+ "type": "select",
2258
+ "bootstraped": "col-sm-3",
2259
+ "field": "f_survey_name",
2260
+ "placeholder": "请输入",
2261
+ "readonly": false,
2262
+ "value": "默认",
2263
+ "disabled": false,
2264
+ "required": true
2265
+ },
2266
+ {
2267
+ "label": "备用电话",
2268
+ "type": "input",
2269
+ "bootstraped": "col-sm-3",
2270
+ "field": "f_phone2",
2271
+ "placeholder": "请输入",
2272
+ "readonly": false,
2273
+ "value": null,
2274
+ "disabled": false,
2275
+ "required": false
2276
+ },
2277
+ {
2278
+ "label": "安装户数",
2279
+ "type": "number",
2280
+ "bootstraped": "col-sm-3",
2281
+ "field": "f_install_num",
2282
+ "placeholder": "请输入",
2283
+ "readonly": false,
2284
+ "value": 1,
2285
+ "default": 1,
2286
+ "disabled": false,
2287
+ "required": true
2288
+ },
2289
+ {
2290
+ "label": "勘查日期",
2291
+ "type": "datepicker",
2292
+ "bootstraped": "col-sm-3",
2293
+ "field": "f_survey_time",
2294
+ "readonly": true
2295
+ },
2296
+ {
2297
+ "label": "证件类型",
2298
+ "type": "select",
2299
+ "bootstraped": "col-sm-3",
2300
+ "field": "f_credentials",
2301
+ "placeholder": "请输入",
2302
+ "readonly": true,
2303
+ "required": true,
2304
+ "value": "1",
2305
+ "options": []
2306
+ },
2307
+ {
2308
+ "label": "证件号码",
2309
+ "type": "input",
2310
+ "bootstraped": "col-sm-3",
2311
+ "field": "f_idnumber",
2312
+ "placeholder": "请输入",
2313
+ "readonly": false,
2314
+ "value": null,
2315
+ "disabled": false,
2316
+ "required": false
2317
+ },
2318
+ {
2319
+ "label": "县/区",
2320
+ "type": "select",
2321
+ "bootstraped": "col-sm-3",
2322
+ "field": "f_area",
2323
+ "placeholder": "请输入",
2324
+ "required": true
2325
+ },
2326
+ {
2327
+ "label": "街道名称",
2328
+ "type": "input",
2329
+ "bootstraped": "col-sm-3",
2330
+ "field": "f_street",
2331
+ "placeholder": "请输入",
2332
+ "required": true
2333
+ },
2334
+ {
2335
+ "label": "小区名称",
2336
+ "type": "input",
2337
+ "bootstraped": "col-sm-3",
2338
+ "field": "f_residential_area",
2339
+ "placeholder": "请输入",
2340
+ "disabled": false,
2341
+ "required": true
2342
+ },
2343
+ {
2344
+ "label": "楼号",
2345
+ "type": "input",
2346
+ "bootstraped": "col-sm-3",
2347
+ "field": "f_building",
2348
+ "placeholder": "请输入",
2349
+ "disabled": false
2350
+ },
2351
+ {
2352
+ "label": "单元号",
2353
+ "type": "input",
2354
+ "bootstraped": "col-sm-3",
2355
+ "field": "f_unit",
2356
+ "placeholder": "请输入",
2357
+ "disabled": false
2358
+ },
2359
+ {
2360
+ "label": "楼层",
2361
+ "type": "input",
2362
+ "bootstraped": "col-sm-3",
2363
+ "field": "f_floor",
2364
+ "placeholder": "请输入",
2365
+ "disabled": false
2366
+ },
2367
+ {
2368
+ "label": "门牌号",
2369
+ "type": "input",
2370
+ "bootstraped": "col-sm-3",
2371
+ "field": "f_room",
2372
+ "placeholder": "请输入",
2373
+ "disabled": false
2374
+ },
2375
+ {
2376
+ "label": "项目名称",
2377
+ "type": "input",
2378
+ "bootstraped": "col-sm-3",
2379
+ "field": "f_entry_name",
2380
+ "placeholder": "请输入",
2381
+ "readonly": false,
2382
+ "value": null,
2383
+ "disabled": false,
2384
+ "required": false
2385
+ },
2386
+ {
2387
+ "label": "用户名称",
2388
+ "type": "input",
2389
+ "bootstraped": "col-sm-3",
2390
+ "field": "f_company_name",
2391
+ "placeholder": "请输入",
2392
+ "readonly": false,
2393
+ "value": null,
2394
+ "disabled": false
2395
+ },
2396
+ {
2397
+ "label": "地址",
2398
+ "type": "input",
2399
+ "bootstraped": "col-sm-12",
2400
+ "field": "f_address",
2401
+ "placeholder": "请输入",
2402
+ "disabled": false,
2403
+ "readonly": true
2404
+ },
2405
+ {
2406
+ "label": "备注",
2407
+ "type": "textarea",
2408
+ "bootstraped": "col-sm-12",
2409
+ "field": "t_remarks",
2410
+ "placeholder": "",
2411
+ "rows": 2,
2412
+ "readonly": false,
2413
+ "required": false
2414
+ }
2415
+ ],
2416
+ "buttons": [
2417
+ {
2418
+ "button_name": "保存"
2419
+ },
2420
+ {
2421
+ "button_name": "提交"
2422
+ }
2423
+ ]
2424
+ },
2425
+ {
2426
+ "title": "现场勘查定价",
2427
+ "mobile": "true",
2428
+ "tables": [
2429
+ "t_apply"
2430
+ ],
2431
+ "fields": [
2432
+ {
2433
+ "label": "实际可安装用户数",
2434
+ "type": "input",
2435
+ "field": "f_install_num",
2436
+ "bootstraped": "col-sm-3",
2437
+ "default": 1,
2438
+ "required": false
2439
+ },
2440
+ {
2441
+ "label": "缴费户数",
2442
+ "type": "input",
2443
+ "bootstraped": "col-sm-3",
2444
+ "field": "f_payfee_num",
2445
+ "default": 1,
2446
+ "required": false
2447
+ },
2448
+ {
2449
+ "label": "气价名称",
2450
+ "type": "select",
2451
+ "bootstraped": "col-sm-3",
2452
+ "field": "f_stair_price_name",
2453
+ "placeholder": "请选择",
2454
+ "required": true
2455
+ },
2456
+ {
2457
+ "label": "勘察人员",
2458
+ "type": "select",
2459
+ "bootstraped": "col-sm-3",
2460
+ "field": "f_survey_name",
2461
+ "placeholder": "请选择",
2462
+ "required": true
2463
+ },
2464
+ {
2465
+ "label": "勘察日期",
2466
+ "type": "datepicker",
2467
+ "bootstraped": "col-sm-3",
2468
+ "field": "f_survey_time",
2469
+ "placeholder": "请选择",
2470
+ "required": true
2471
+ },
2472
+ {
2473
+ "label": "费用合计",
2474
+ "type": "input",
2475
+ "bootstraped": "col-sm-3",
2476
+ "field": "f_total_cost",
2477
+ "readonly": true,
2478
+ "required": true,
2479
+ "hidden": false
2480
+ },
2481
+ {
2482
+ "label": "未结总金额",
2483
+ "type": "number",
2484
+ "bootstraped": "col-sm-3",
2485
+ "field": "f_unaccounts_money",
2486
+ "placeholder": "请输入",
2487
+ "readonly": true,
2488
+ "value": null,
2489
+ "disabled": false,
2490
+ "required": false,
2491
+ "hidden": true
2492
+ },
2493
+ {
2494
+ "label": "勘查结果",
2495
+ "type": "select",
2496
+ "bootstraped": "col-sm-3",
2497
+ "field": "f_checksurp_remark",
2498
+ "placeholder": "请选择",
2499
+ "required": true,
2500
+ "options": [
2501
+ {
2502
+ "label": "合格",
2503
+ "value": "合格"
2504
+ },
2505
+ {
2506
+ "label": "不合格",
2507
+ "value": "不合格"
2508
+ }
2509
+ ]
2510
+ },
2511
+ {
2512
+ "label": "支付账户",
2513
+ "bootstraped": "col-sm-3",
2514
+ "type": "select",
2515
+ "field": "f_payment_account",
2516
+ "default": "请选择",
2517
+ "required": true,
2518
+ "options": [
2519
+ {
2520
+ "label": "安泰",
2521
+ "value": "安泰"
2522
+ },
2523
+ {
2524
+ "label": "欣泰",
2525
+ "value": "欣泰"
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "label": "勘察意见",
2531
+ "type": "textarea",
2532
+ "field": "f_survey_remarks",
2533
+ "rows": 1
2534
+ },
2535
+ {
2536
+ "label": "勘察回复",
2537
+ "type": "textarea",
2538
+ "field": "f_survey_reply",
2539
+ "rows": 3
2540
+ }
2541
+ ],
2542
+ "onetomany": [
2543
+ {
2544
+ "title": "添加收费项目",
2545
+ "hidden": false,
2546
+ "tables": [
2547
+ "t_charge_record_prepare"
2548
+ ],
2549
+ "hiddenOperate": false,
2550
+ "modalSize": "large",
2551
+ "queryEvent": "default",
2552
+ "addHidden": false,
2553
+ "addText": "default",
2554
+ "addStyle": null,
2555
+ "addEvent": "default",
2556
+ "deleteHidden": false,
2557
+ "deleteText": "删除",
2558
+ "deleteStyle": "color: red",
2559
+ "deleteEvent": "default",
2560
+ "deleteMessage": null,
2561
+ "updateHidden": false,
2562
+ "updateText": "修改",
2563
+ "updateStyle": null,
2564
+ "updateEvent": "default",
2565
+ "fields": [
2566
+ {
2567
+ "label": "收费项目",
2568
+ "type": "select",
2569
+ "field": "f_project_item",
2570
+ "readonly": false,
2571
+ "required": true,
2572
+ "options": [],
2573
+ "displayPosition": "*"
2574
+ },
2575
+ {
2576
+ "label": "数量",
2577
+ "type": "input",
2578
+ "field": "f_amount",
2579
+ "placeholder": "请输入",
2580
+ "readonly": false,
2581
+ "required": false,
2582
+ "displayPosition": "*"
2583
+ },
2584
+ {
2585
+ "label": "单价",
2586
+ "type": "input",
2587
+ "field": "f_price",
2588
+ "placeholder": "请输入",
2589
+ "readonly": false,
2590
+ "required": false,
2591
+ "displayPosition": "*"
2592
+ },
2593
+ {
2594
+ "label": "金额",
2595
+ "type": "input",
2596
+ "field": "f_money",
2597
+ "placeholder": "请输入",
2598
+ "readonly": false,
2599
+ "required": false,
2600
+ "displayPosition": "*"
2601
+ }
2602
+ ]
2603
+ }
2604
+ ],
2605
+ "buttons": [
2606
+ {
2607
+ "button_name": "保存"
2608
+ },
2609
+ {
2610
+ "button_name": "提交",
2611
+ "button_event": "合同信息"
2612
+ }
2613
+ ]
2614
+ },
2615
+ {
2616
+ "title": "派单",
2617
+ "tables": [
2618
+ "t_apply"
2619
+ ],
2620
+ "fields": [
2621
+ {
2622
+ "label": "派工单号",
2623
+ "type": "input",
2624
+ "bootstraped": "col-sm-3",
2625
+ "field": "f_dispatched_number",
2626
+ "placeholder": "请输入",
2627
+ "readonly": true,
2628
+ "disabled": false,
2629
+ "required": false
2630
+ },
2631
+ {
2632
+ "label": "项目名称",
2633
+ "type": "input",
2634
+ "bootstraped": "col-sm-3",
2635
+ "field": "f_entry_name",
2636
+ "placeholder": "请输入",
2637
+ "readonly": false,
2638
+ "disabled": false,
2639
+ "required": false
2640
+ },
2641
+ {
2642
+ "label": "用气地点",
2643
+ "type": "input",
2644
+ "bootstraped": "col-sm-3",
2645
+ "field": "f_address",
2646
+ "placeholder": "请输入",
2647
+ "readonly": false,
2648
+ "disabled": false,
2649
+ "required": false
2650
+ },
2651
+ {
2652
+ "label": "申请时间",
2653
+ "type": "datepicker",
2654
+ "bootstraped": "col-sm-3",
2655
+ "field": "f_application_time",
2656
+ "readonly": true,
2657
+ "required": false
2658
+ },
2659
+ {
2660
+ "label": "联系人",
2661
+ "type": "input",
2662
+ "bootstraped": "col-sm-3",
2663
+ "field": "f_user_name",
2664
+ "placeholder": "请输入",
2665
+ "readonly": false,
2666
+ "disabled": false,
2667
+ "required": true
2668
+ },
2669
+ {
2670
+ "label": "联系电话",
2671
+ "type": "input",
2672
+ "bootstraped": "col-sm-3",
2673
+ "field": "f_phone",
2674
+ "placeholder": "请输入",
2675
+ "readonly": false,
2676
+ "disabled": false,
2677
+ "required": false
2678
+ },
2679
+ {
2680
+ "label": "证件号码",
2681
+ "type": "input",
2682
+ "bootstraped": "col-sm-3",
2683
+ "field": "f_idnumber",
2684
+ "placeholder": "请输入",
2685
+ "required": false
2686
+ },
2687
+ {
2688
+ "label": "合同总金额",
2689
+ "type": "number",
2690
+ "bootstraped": "col-sm-3",
2691
+ "field": "f_total_cost",
2692
+ "placeholder": "请输入",
2693
+ "readonly": true,
2694
+ "value": null,
2695
+ "disabled": false,
2696
+ "required": true
2697
+ },
2698
+ {
2699
+ "label": "累计缴费金额",
2700
+ "type": "number",
2701
+ "bootstraped": "col-sm-3",
2702
+ "field": "f_cumulative_money",
2703
+ "placeholder": "请输入",
2704
+ "readonly": true,
2705
+ "disabled": false,
2706
+ "required": true
2707
+ },
2708
+ {
2709
+ "label": "未结总金额",
2710
+ "type": "number",
2711
+ "bootstraped": "col-sm-3",
2712
+ "field": "f_unaccounts_money",
2713
+ "placeholder": "请输入",
2714
+ "readonly": true,
2715
+ "value": null,
2716
+ "disabled": false,
2717
+ "required": false
2718
+ },
2719
+ {
2720
+ "label": "发起时间",
2721
+ "type": "datepicker",
2722
+ "bootstraped": "col-sm-3",
2723
+ "field": "f_Initiation_time",
2724
+ "placeholder": "请输入",
2725
+ "readonly": false,
2726
+ "value": null,
2727
+ "disabled": false,
2728
+ "hide": true
2729
+ },
2730
+ {
2731
+ "label": "施工单位",
2732
+ "type": "select",
2733
+ "bootstraped": "col-sm-3",
2734
+ "field": "f_construction_unit",
2735
+ "required": false
2736
+ }
2737
+ ],
2738
+ "buttons": [
2739
+ {
2740
+ "button_name": "保存"
2741
+ },
2742
+ {
2743
+ "button_name": "提交"
2744
+ }
2745
+ ]
2746
+ },
2747
+ {
2748
+ "title": "安装通气",
2749
+ "mobile": "true",
2750
+ "tables": [
2751
+ "t_apply"
2752
+ ],
2753
+ "fields": [
2754
+ {
2755
+ "label": "合同总金额",
2756
+ "type": "number",
2757
+ "bootstraped": "col-sm-3",
2758
+ "field": "f_total_cost",
2759
+ "placeholder": "请输入",
2760
+ "readonly": true,
2761
+ "value": null,
2762
+ "disabled": false,
2763
+ "required": true
2764
+ },
2765
+ {
2766
+ "label": "累计缴费金额",
2767
+ "type": "number",
2768
+ "bootstraped": "col-sm-3",
2769
+ "field": "f_cumulative_money",
2770
+ "placeholder": "请输入",
2771
+ "readonly": true,
2772
+ "disabled": false,
2773
+ "required": true
2774
+ },
2775
+ {
2776
+ "label": "未结总金额",
2777
+ "type": "number",
2778
+ "bootstraped": "col-sm-3",
2779
+ "field": "f_unaccounts_money",
2780
+ "placeholder": "请输入",
2781
+ "readonly": true,
2782
+ "value": null,
2783
+ "disabled": false,
2784
+ "required": false
2785
+ },
2786
+ {
2787
+ "label": "气表品牌",
2788
+ "type": "select",
2789
+ "bootstraped": "col-sm-3",
2790
+ "field": "f_meter_brand",
2791
+ "placeholder": "请选择",
2792
+ "required": false
2793
+ },
2794
+ {
2795
+ "label": "气表型号",
2796
+ "type": "select",
2797
+ "bootstraped": "col-sm-3",
2798
+ "field": "f_meter_style",
2799
+ "required": true
2800
+ },
2801
+ {
2802
+ "label": "表号",
2803
+ "type": "input",
2804
+ "bootstraped": "col-sm-3",
2805
+ "field": "f_meternumber",
2806
+ "required": false
2807
+ },
2808
+ {
2809
+ "label": "左右表",
2810
+ "type": "select",
2811
+ "bootstraped": "col-sm-3",
2812
+ "field": "f_derection",
2813
+ "readonly": true,
2814
+ "required": false
2815
+ },
2816
+ {
2817
+ "label": "项目名称",
2818
+ "type": "input",
2819
+ "hidden": true,
2820
+ "bootstraped": "col-sm-3",
2821
+ "field": "f_entry_name",
2822
+ "default": "无",
2823
+ "display": false,
2824
+ "readonly": true,
2825
+ "required": false
2826
+ },
2827
+ {
2828
+ "label": "验收结果",
2829
+ "type": "select",
2830
+ "bootstraped": "col-sm-3",
2831
+ "field": "f_check_indoorproject",
2832
+ "default": "请选择",
2833
+ "display": false,
2834
+ "readonly": true,
2835
+ "required": true,
2836
+ "options": [
2837
+ {
2838
+ "label": "合格",
2839
+ "value": "合格"
2840
+ },
2841
+ {
2842
+ "label": "不合格",
2843
+ "value": "不合格"
2844
+ }
2845
+ ]
2846
+ },
2847
+ {
2848
+ "label": "工作内容",
2849
+ "type": "input",
2850
+ "bootstraped": "col-sm-3",
2851
+ "field": "f_job_content",
2852
+ "readonly": false,
2853
+ "required": true
2854
+ },
2855
+ {
2856
+ "label": "施工单位",
2857
+ "type": "select",
2858
+ "bootstraped": "col-sm-3",
2859
+ "field": "f_construction_unit",
2860
+ "required": false
2861
+ }
2862
+ ],
2863
+ "buttons": [
2864
+ {
2865
+ "button_name": "保存"
2866
+ },
2867
+ {
2868
+ "button_name": "提交"
2869
+ }
2870
+ ]
2871
+ },
2872
+ {
2873
+ "title": "踏勘、建立工程编号",
2874
+ "mobile": "true",
2875
+ "tables": [
2876
+ "t_apply"
2877
+ ],
2878
+ "fields": [
2879
+ {
2880
+ "label": "申请时间",
2881
+ "type": "datepicker",
2882
+ "bootstraped": "col-sm-3",
2883
+ "field": "f_application_time",
2884
+ "readonly": true,
2885
+ "required": false
2886
+ },
2887
+ {
2888
+ "label": "用户类型",
2889
+ "type": "select",
2890
+ "bootstraped": "col-sm-3",
2891
+ "field": "f_user_type",
2892
+ "required": true
2893
+ },
2894
+ {
2895
+ "label": "申请单位",
2896
+ "type": "input",
2897
+ "bootstraped": "col-sm-3",
2898
+ "field": "f_company_name",
2899
+ "placeholder": "请输入",
2900
+ "readonly": false,
2901
+ "disabled": false,
2902
+ "required": false
2903
+ },
2904
+ {
2905
+ "label": "用户数量",
2906
+ "type": "number",
2907
+ "bootstraped": "col-sm-3",
2908
+ "field": "f_area_type_user",
2909
+ "placeholder": "请输入",
2910
+ "readonly": false,
2911
+ "disabled": false,
2912
+ "required": false
2913
+ },
2914
+ {
2915
+ "label": "联系人",
2916
+ "type": "input",
2917
+ "bootstraped": "col-sm-3",
2918
+ "field": "f_user_name",
2919
+ "placeholder": "请输入",
2920
+ "readonly": false,
2921
+ "disabled": false,
2922
+ "required": true
2923
+ },
2924
+ {
2925
+ "label": "电话号码",
2926
+ "type": "tel",
2927
+ "bootstraped": "col-sm-3",
2928
+ "field": "f_phone",
2929
+ "placeholder": "请输入",
2930
+ "required": true
2931
+ },
2932
+ {
2933
+ "label": "社会信用代码/身份证",
2934
+ "type": "input",
2935
+ "bootstraped": "col-sm-3",
2936
+ "field": "f_social_credit_code",
2937
+ "placeholder": "请输入",
2938
+ "readonly": false,
2939
+ "disabled": false,
2940
+ "required": true
2941
+ },
2942
+ {
2943
+ "label": "县/区",
2944
+ "type": "select",
2945
+ "bootstraped": "col-sm-3",
2946
+ "field": "f_area",
2947
+ "placeholder": "请输入",
2948
+ "required": true
2949
+ },
2950
+ {
2951
+ "label": "街道名称",
2952
+ "type": "select",
2953
+ "bootstraped": "col-sm-3",
2954
+ "field": "f_street",
2955
+ "placeholder": "请输入",
2956
+ "required": true
2957
+ },
2958
+ {
2959
+ "label": "小区名称",
2960
+ "type": "select",
2961
+ "bootstraped": "col-sm-3",
2962
+ "field": "f_residential_area",
2963
+ "placeholder": "请输入",
2964
+ "disabled": false,
2965
+ "required": true
2966
+ },
2967
+ {
2968
+ "label": "楼号",
2969
+ "type": "input",
2970
+ "bootstraped": "col-sm-3",
2971
+ "field": "f_building",
2972
+ "placeholder": "请输入",
2973
+ "disabled": false
2974
+ },
2975
+ {
2976
+ "label": "单元号",
2977
+ "type": "input",
2978
+ "bootstraped": "col-sm-3",
2979
+ "field": "f_unit",
2980
+ "placeholder": "请输入",
2981
+ "disabled": false
2982
+ },
2983
+ {
2984
+ "label": "楼层",
2985
+ "type": "input",
2986
+ "bootstraped": "col-sm-3",
2987
+ "field": "f_floor",
2988
+ "placeholder": "请输入",
2989
+ "disabled": false
2990
+ },
2991
+ {
2992
+ "label": "门牌号",
2993
+ "type": "input",
2994
+ "bootstraped": "col-sm-3",
2995
+ "field": "f_room",
2996
+ "placeholder": "请输入",
2997
+ "disabled": false
2998
+ },
2999
+ {
3000
+ "label": "报装地址",
3001
+ "type": "input",
3002
+ "bootstraped": "col-sm-12",
3003
+ "field": "f_address",
3004
+ "placeholder": "请输入",
3005
+ "disabled": false,
3006
+ "readonly": false
3007
+ },
3008
+ {
3009
+ "label": "用气设备",
3010
+ "type": "input",
3011
+ "bootstraped": "col-sm-12",
3012
+ "field": "f_user_devices",
3013
+ "placeholder": "请输入",
3014
+ "disabled": false,
3015
+ "readonly": false
3016
+ },
3017
+ {
3018
+ "label": "备注",
3019
+ "type": "textarea",
3020
+ "bootstraped": "col-sm-12",
3021
+ "field": "t_remarks",
3022
+ "placeholder": "",
3023
+ "rows": 2,
3024
+ "readonly": false,
3025
+ "required": false
3026
+ }
3027
+ ],
3028
+ "buttons": [
3029
+ {
3030
+ "button_name": "终止"
3031
+ },
3032
+ {
3033
+ "button_name": "保存"
3034
+ },
3035
+ {
3036
+ "button_name": "提交"
3037
+ },
3038
+ {
3039
+ "button_name": "通气"
3040
+ }
3041
+ ]
3042
+ },
3043
+ {
3044
+ "title": "施工",
3045
+ "mobile": "true",
3046
+ "tables": [
3047
+ "t_apply"
3048
+ ],
3049
+ "fields": [
3050
+ {
3051
+ "label": "申请时间",
3052
+ "type": "datepicker",
3053
+ "bootstraped": "col-sm-3",
3054
+ "field": "f_application_time",
3055
+ "readonly": true,
3056
+ "required": false
3057
+ },
3058
+ {
3059
+ "label": "用户类型",
3060
+ "type": "input",
3061
+ "bootstraped": "col-sm-3",
3062
+ "field": "f_user_type",
3063
+ "required": true,
3064
+ "readonly": true
3065
+ },
3066
+ {
3067
+ "label": "申请单位",
3068
+ "type": "input",
3069
+ "bootstraped": "col-sm-3",
3070
+ "field": "f_company_name",
3071
+ "placeholder": "请输入",
3072
+ "readonly": true,
3073
+ "disabled": false,
3074
+ "required": false
3075
+ },
3076
+ {
3077
+ "label": "用户数量",
3078
+ "type": "number",
3079
+ "bootstraped": "col-sm-3",
3080
+ "field": "f_area_type_user",
3081
+ "placeholder": "请输入",
3082
+ "readonly": true,
3083
+ "disabled": false,
3084
+ "required": false
3085
+ },
3086
+ {
3087
+ "label": "联系人",
3088
+ "type": "input",
3089
+ "bootstraped": "col-sm-3",
3090
+ "field": "f_user_name",
3091
+ "placeholder": "请输入",
3092
+ "readonly": true,
3093
+ "disabled": false,
3094
+ "required": true
3095
+ },
3096
+ {
3097
+ "label": "电话号码",
3098
+ "type": "tel",
3099
+ "bootstraped": "col-sm-3",
3100
+ "field": "f_phone",
3101
+ "placeholder": "请输入",
3102
+ "required": true,
3103
+ "readonly": true
3104
+ },
3105
+ {
3106
+ "label": "社会信用代码/身份证",
3107
+ "type": "input",
3108
+ "bootstraped": "col-sm-3",
3109
+ "field": "f_social_credit_code",
3110
+ "placeholder": "请输入",
3111
+ "readonly": true,
3112
+ "disabled": false,
3113
+ "required": true
3114
+ },
3115
+ {
3116
+ "label": "报装地址",
3117
+ "type": "input",
3118
+ "bootstraped": "col-sm-12",
3119
+ "field": "f_address",
3120
+ "placeholder": "请输入",
3121
+ "disabled": false,
3122
+ "readonly": true
3123
+ },
3124
+ {
3125
+ "label": "用气设备",
3126
+ "type": "input",
3127
+ "bootstraped": "col-sm-12",
3128
+ "field": "f_user_devices",
3129
+ "placeholder": "请输入",
3130
+ "disabled": false,
3131
+ "readonly": true
3132
+ },
3133
+ {
3134
+ "label": "备注",
3135
+ "type": "textarea",
3136
+ "bootstraped": "col-sm-12",
3137
+ "field": "t_remarks",
3138
+ "placeholder": "",
3139
+ "rows": 2,
3140
+ "readonly": true,
3141
+ "required": false
3142
+ },
3143
+ {
3144
+ "label": "施工是否完成",
3145
+ "type": "select",
3146
+ "bootstraped": "col-sm-3",
3147
+ "field": "f_shigong_upload_state",
3148
+ "readonly": false,
3149
+ "required": true,
3150
+ "options": [
3151
+ {
3152
+ "label": "是",
3153
+ "value": "是"
3154
+ },
3155
+ {
3156
+ "label": "否",
3157
+ "value": "否"
3158
+ }
3159
+ ]
3160
+ },
3161
+ {
3162
+ "label": "施工提交资料",
3163
+ "type": "checkbox",
3164
+ "bootstraped": "col-sm-12",
3165
+ "field": "f_project_material",
3166
+ "placeholder": "请输入",
3167
+ "disabled": false,
3168
+ "readonly": true,
3169
+ "items": [
3170
+ {
3171
+ "label": "建设工程规划许可证",
3172
+ "value": false
3173
+ },
3174
+ {
3175
+ "label": "施工图及图审合格书",
3176
+ "value": false
3177
+ },
3178
+ {
3179
+ "label": "建筑工程施工许可证",
3180
+ "value": false
3181
+ },
3182
+ {
3183
+ "label": "压力管道申报",
3184
+ "value": false
3185
+ },
3186
+ {
3187
+ "label": "其它设施许可",
3188
+ "value": false
3189
+ }
3190
+ ]
3191
+ },
3192
+ {
3193
+ "label": "施工已上传文件",
3194
+ "type": "textarea",
3195
+ "bootstraped": "col-sm-12",
3196
+ "field": "f_project_material",
3197
+ "placeholder": "",
3198
+ "rows": 2,
3199
+ "readonly": false,
3200
+ "required": false
3201
+ }
3202
+ ],
3203
+ "buttons": [
3204
+ {
3205
+ "button_name": "保存"
3206
+ },
3207
+ {
3208
+ "button_name": "提交"
3209
+ }
3210
+ ]
3211
+ },
3212
+ {
3213
+ "title": "施工验收",
3214
+ "mobile": "true",
3215
+ "tables": [
3216
+ "t_apply"
3217
+ ],
3218
+ "fields": [
3219
+ {
3220
+ "label": "申请时间",
3221
+ "type": "datepicker",
3222
+ "bootstraped": "col-sm-3",
3223
+ "field": "f_application_time",
3224
+ "readonly": true,
3225
+ "required": false
3226
+ },
3227
+ {
3228
+ "label": "用户类型",
3229
+ "type": "input",
3230
+ "bootstraped": "col-sm-3",
3231
+ "field": "f_user_type",
3232
+ "required": true,
3233
+ "readonly": true
3234
+ },
3235
+ {
3236
+ "label": "申请单位",
3237
+ "type": "input",
3238
+ "bootstraped": "col-sm-3",
3239
+ "field": "f_company_name",
3240
+ "placeholder": "请输入",
3241
+ "readonly": true,
3242
+ "disabled": false,
3243
+ "required": false
3244
+ },
3245
+ {
3246
+ "label": "用户数量",
3247
+ "type": "number",
3248
+ "bootstraped": "col-sm-3",
3249
+ "field": "f_area_type_user",
3250
+ "placeholder": "请输入",
3251
+ "readonly": true,
3252
+ "disabled": false,
3253
+ "required": false
3254
+ },
3255
+ {
3256
+ "label": "联系人",
3257
+ "type": "input",
3258
+ "bootstraped": "col-sm-3",
3259
+ "field": "f_user_name",
3260
+ "placeholder": "请输入",
3261
+ "readonly": true,
3262
+ "disabled": false,
3263
+ "required": true
3264
+ },
3265
+ {
3266
+ "label": "电话号码",
3267
+ "type": "tel",
3268
+ "bootstraped": "col-sm-3",
3269
+ "field": "f_phone",
3270
+ "placeholder": "请输入",
3271
+ "required": true,
3272
+ "readonly": true
3273
+ },
3274
+ {
3275
+ "label": "社会信用代码/身份证",
3276
+ "type": "input",
3277
+ "bootstraped": "col-sm-3",
3278
+ "field": "f_social_credit_code",
3279
+ "placeholder": "请输入",
3280
+ "readonly": true,
3281
+ "disabled": false,
3282
+ "required": true
3283
+ },
3284
+ {
3285
+ "label": "报装地址",
3286
+ "type": "input",
3287
+ "bootstraped": "col-sm-12",
3288
+ "field": "f_address",
3289
+ "placeholder": "请输入",
3290
+ "disabled": false,
3291
+ "readonly": true
3292
+ },
3293
+ {
3294
+ "label": "用气设备",
3295
+ "type": "input",
3296
+ "bootstraped": "col-sm-12",
3297
+ "field": "f_user_devices",
3298
+ "placeholder": "请输入",
3299
+ "disabled": false,
3300
+ "readonly": true
3301
+ },
3302
+ {
3303
+ "label": "备注",
3304
+ "type": "textarea",
3305
+ "bootstraped": "col-sm-12",
3306
+ "field": "t_remarks",
3307
+ "placeholder": "",
3308
+ "rows": 2,
3309
+ "readonly": true,
3310
+ "required": false
3311
+ },
3312
+ {
3313
+ "label": "验收部门",
3314
+ "type": "select",
3315
+ "bootstraped": "col-sm-4",
3316
+ "field": "f_checking_department",
3317
+ "disabled": false,
3318
+ "required": false,
3319
+ "readonly": false,
3320
+ "options": [
3321
+ {
3322
+ "label": "工程部",
3323
+ "value": "工程部"
3324
+ },
3325
+ {
3326
+ "label": "客服部",
3327
+ "value": "客服部"
3328
+ },
3329
+ {
3330
+ "label": "运营部",
3331
+ "value": "运营部"
3332
+ }
3333
+ ]
3334
+ },
3335
+ {
3336
+ "label": "验收人员",
3337
+ "type": "input",
3338
+ "bootstraped": "col-sm-4",
3339
+ "field": "f_checking_name",
3340
+ "disabled": false,
3341
+ "required": true,
3342
+ "readonly": false
3343
+ },
3344
+ {
3345
+ "label": "验收是否完成",
3346
+ "type": "select",
3347
+ "bootstraped": "col-sm-3",
3348
+ "field": "f_yanshou_upload_state",
3349
+ "readonly": false,
3350
+ "required": true,
3351
+ "options": [
3352
+ {
3353
+ "label": "是",
3354
+ "value": "是"
3355
+ },
3356
+ {
3357
+ "label": "否",
3358
+ "value": "否"
3359
+ }
3360
+ ]
3361
+ },
3362
+ {
3363
+ "label": "验收提交资料",
3364
+ "type": "checkbox",
3365
+ "bootstraped": "col-sm-12",
3366
+ "field": "f_project_material",
3367
+ "placeholder": "请输入",
3368
+ "disabled": false,
3369
+ "readonly": true,
3370
+ "items": [
3371
+ {
3372
+ "label": "竣工验收报告",
3373
+ "value": false
3374
+ },
3375
+ {
3376
+ "label": "竣工验收备案表",
3377
+ "value": false
3378
+ },
3379
+ {
3380
+ "label": "压力管道监督检验报告",
3381
+ "value": false
3382
+ },
3383
+ {
3384
+ "label": "工程移交表",
3385
+ "value": false
3386
+ }
3387
+ ]
3388
+ },
3389
+ {
3390
+ "label": "验收已上传文件",
3391
+ "type": "textarea",
3392
+ "bootstraped": "col-sm-12",
3393
+ "field": "f_iscomplete_information",
3394
+ "placeholder": "",
3395
+ "rows": 2,
3396
+ "readonly": true,
3397
+ "required": false
3398
+ }
3399
+ ],
3400
+ "onetomany": [],
3401
+ "buttons": [
3402
+ {
3403
+ "button_name": "保存"
3404
+ },
3405
+ {
3406
+ "button_name": "提交"
3407
+ }
3408
+ ]
3409
+ },
3410
+ {
3411
+ "title": "通气转单",
3412
+ "mobile": "true",
3413
+ "tables": [
3414
+ "t_apply"
3415
+ ],
3416
+ "fields": [
3417
+ {
3418
+ "label": "申请时间",
3419
+ "type": "datepicker",
3420
+ "bootstraped": "col-sm-3",
3421
+ "field": "f_application_time",
3422
+ "readonly": true,
3423
+ "required": false
3424
+ },
3425
+ {
3426
+ "label": "用户类型",
3427
+ "type": "input",
3428
+ "bootstraped": "col-sm-3",
3429
+ "field": "f_user_type",
3430
+ "required": true,
3431
+ "readonly": true
3432
+ },
3433
+ {
3434
+ "label": "申请单位",
3435
+ "type": "input",
3436
+ "bootstraped": "col-sm-3",
3437
+ "field": "f_company_name",
3438
+ "placeholder": "请输入",
3439
+ "readonly": true,
3440
+ "disabled": false,
3441
+ "required": false
3442
+ },
3443
+ {
3444
+ "label": "用户数量",
3445
+ "type": "number",
3446
+ "bootstraped": "col-sm-3",
3447
+ "field": "f_area_type_user",
3448
+ "placeholder": "请输入",
3449
+ "readonly": true,
3450
+ "disabled": false,
3451
+ "required": false
3452
+ },
3453
+ {
3454
+ "label": "联系人",
3455
+ "type": "input",
3456
+ "bootstraped": "col-sm-3",
3457
+ "field": "f_user_name",
3458
+ "placeholder": "请输入",
3459
+ "readonly": true,
3460
+ "disabled": false,
3461
+ "required": true
3462
+ },
3463
+ {
3464
+ "label": "电话号码",
3465
+ "type": "tel",
3466
+ "bootstraped": "col-sm-3",
3467
+ "field": "f_phone",
3468
+ "placeholder": "请输入",
3469
+ "required": true,
3470
+ "readonly": true
3471
+ },
3472
+ {
3473
+ "label": "社会信用代码/身份证",
3474
+ "type": "input",
3475
+ "bootstraped": "col-sm-3",
3476
+ "field": "f_social_credit_code",
3477
+ "placeholder": "请输入",
3478
+ "readonly": true,
3479
+ "disabled": false,
3480
+ "required": true
3481
+ },
3482
+ {
3483
+ "label": "报装地址",
3484
+ "type": "input",
3485
+ "bootstraped": "col-sm-12",
3486
+ "field": "f_address",
3487
+ "placeholder": "请输入",
3488
+ "disabled": false,
3489
+ "readonly": true
3490
+ },
3491
+ {
3492
+ "label": "用气设备",
3493
+ "type": "input",
3494
+ "bootstraped": "col-sm-12",
3495
+ "field": "f_user_devices",
3496
+ "placeholder": "请输入",
3497
+ "disabled": false,
3498
+ "readonly": true
3499
+ },
3500
+ {
3501
+ "label": "备注",
3502
+ "type": "textarea",
3503
+ "bootstraped": "col-sm-12",
3504
+ "field": "t_remarks",
3505
+ "placeholder": "",
3506
+ "rows": 2,
3507
+ "readonly": true,
3508
+ "required": false
3509
+ },
3510
+ {
3511
+ "label": "申请时间",
3512
+ "type": "datepicker",
3513
+ "bootstraped": "col-sm-3",
3514
+ "field": "f_displacement_time",
3515
+ "readonly": false,
3516
+ "required": true
3517
+ },
3518
+ {
3519
+ "label": "置换通气人",
3520
+ "type": "input",
3521
+ "bootstraped": "col-sm-3",
3522
+ "field": "f_displacement_people",
3523
+ "readonly": false,
3524
+ "disabled": false,
3525
+ "required": true
3526
+ }
3527
+ ],
3528
+ "buttons": [
3529
+ {
3530
+ "button_name": "保存"
3531
+ },
3532
+ {
3533
+ "button_name": "散户报装"
3534
+ },
3535
+ {
3536
+ "button_name": "集体报装"
3537
+ }
3538
+ ]
3539
+ }
3540
+ ]
3541
+ }*/
3542
+
3543
+ console.log('前台存入缓存中的data=>' + JSON.stringify(data))
3544
+ Vue.workflow_vue = Vue.prototype.$workflow_vue = data
3545
+ }
3546
+ }
3547
+ </script>
3548
+
3549
+ <style>
3550
+ .app-row {
3551
+ background-color: white;
3552
+ padding: 10px 10px 0 10px;
3553
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
3554
+ }
3555
+
3556
+ .search_input {
3557
+ border: 0;
3558
+ outline: none;
3559
+ }
3560
+
3561
+ .button_shrink_top {
3562
+ width: 30px;
3563
+ height: 30px;
3564
+ background-size: 30px 30px;
3565
+ background-image: url("../../../static/newStyle/stretch_top.png")
3566
+ }
3567
+
3568
+ .button_shrink_bottom {
3569
+ width: 30px;
3570
+ height: 30px;
3571
+ background-size: 30px 30px;
3572
+ background-image: url("../../../static/newStyle/stretch_bottom.png")
3573
+ }
3574
+
3575
+ .app-botton {
3576
+ position: fixed;
3577
+ background: #87b2dd;
3578
+ color: #FFF;
3579
+ padding: 8px;
3580
+ text-align: center;
3581
+ font-size: 1.2em;
3582
+ z-index: 10;
3583
+ opacity: 0.5;
3584
+ bottom: 50px;
3585
+ margin-top: -10px;
3586
+ height: 40px;
3587
+ }
3588
+
3589
+ .class-a {
3590
+ border: 1px solid red;
3591
+ }
3592
+
3593
+ .padd-div-shu {
3594
+ padding-bottom: 5px;
3595
+ }
3596
+ </style>