apply-clients 5.0.35-99 → 5.0.35-ezhou-2

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