apply-clients 7.1.36-1 → 7.1.36-yuchuan-1

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 (55) hide show
  1. package/build/dev-server.js +8 -2
  2. package/dist-android.7z +0 -0
  3. package/dist.7z +0 -0
  4. package/package.json +1 -1
  5. package/src/apply.js +31 -4
  6. package/src/applyAndroid.js +5 -0
  7. package/src/components/android/AppSign.vue +13 -10
  8. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  9. package/src/components/android/Process/AppServiceControl.vue +3 -3
  10. package/src/components/android/Process/Processes/AppChaiChuInfo.vue +546 -0
  11. package/src/components/android/Process/Processes/AppDevicesManagement.vue +2 -1
  12. package/src/components/android/Process/Processes/AppInstallationDetails.vue +69 -20
  13. package/src/components/android/Process/Processes/newAppDevicesManagement.vue +2 -1
  14. package/src/components/android/Process/Processes/newAppInstallationDetails.vue +5 -5
  15. package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -298
  16. package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -0
  17. package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -0
  18. package/src/components/product/ApplyCharge/ApplyChargeList.vue +27 -0
  19. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +198 -0
  20. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue +30 -0
  21. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +235 -0
  22. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +323 -0
  23. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -0
  24. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -0
  25. package/src/components/product/ApplyGuanXian/TabButton.vue +157 -0
  26. package/src/components/product/ApplyGuanXian/Tabs.vue +67 -0
  27. package/src/components/product/Function/InstallInfoSelect.vue +3 -4
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
  29. package/src/components/product/Ignition/IgnitionList.vue +236 -232
  30. package/src/components/product/Ignition/IgnitionListManage.vue +69 -28
  31. package/src/components/product/Ignition/IgnitionRecord.vue +56 -17
  32. package/src/components/product/List/ShowDevices.vue +279 -277
  33. package/src/components/product/Print/OrderPrint/printChaiChuOrder.vue +260 -0
  34. package/src/components/product/Process/ExplorationSelect.vue +580 -566
  35. package/src/components/product/Process/ExplorationUser.vue +158 -155
  36. package/src/components/product/Process/NewExplorationUser.vue +184 -0
  37. package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -0
  38. package/src/components/product/Process/Processes/InstallationDetails.vue +86 -33
  39. package/src/components/product/Process/Processes/Print/printCharge.vue +5 -1
  40. package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -221
  41. package/src/components/product/Process/Processes/Print/printPaymentSubject.vue +170 -0
  42. package/src/components/product/Process/Processes/chargeManagement.vue +24 -6
  43. package/src/components/product/Process/Processes/devicesManagement.vue +2 -1
  44. package/src/components/product/Process/Processes/newInstallationDetails.vue +3 -3
  45. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -0
  46. package/src/components/product/Process/Service/ServiceControl.vue +169 -14
  47. package/src/components/product/Report/ReportItems.vue +79 -0
  48. package/src/components/product/Report/apply-stair-anzhuang.vue +361 -0
  49. package/src/components/product/Report/apply-stair-kaifa.vue +138 -0
  50. package/src/components/product/Report/apply-stair-tongqi.vue +137 -0
  51. package/src/components/product/Report/apply-stair-wtongqi.vue +138 -0
  52. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +37 -8
  53. package/src/components/product/Supervisory/SupervisoryList.vue +77 -26
  54. package/static/images/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
  55. package/static/images/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
@@ -0,0 +1,137 @@
1
+ <template>
2
+ <div class="basic-main" style="height: 100%">
3
+ <criteria-paged :model="model" :pager='false' v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
6
+ <div class="row">
7
+ <div class="col-sm-2" >
8
+ <label class="font_normal_body" for="startDate">开始日期:</label>
9
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
10
+ v-model="model.startDate"
11
+ :value.sync="model.startDate"
12
+ :disabled-days-of-Week="[]"
13
+ :format="'yyyy-MM-dd HH:mm:ss'"
14
+ :show-reset-button="reset">
15
+ </datepicker>
16
+ </div>
17
+ <div class="col-sm-2" >
18
+ <label class="font_normal_body" for="endDate">结束日期:</label>
19
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
20
+ v-model="model.endDate"
21
+ :value.sync="model.endDate"
22
+ :disabled-days-of-Week="[]"
23
+ :format="'yyyy-MM-dd HH:mm:ss'"
24
+ :show-reset-button="reset">
25
+ </datepicker>
26
+ </div>
27
+ </div>
28
+ <div class="span" style = "float:right;">
29
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
30
+ <report-print id='gasprice2' top='1cm' left='0' width='100%' height='100%' :preview="true"></report-print>
31
+ <report-excel id='gasprice2'></report-excel>
32
+ </div>
33
+ </div>
34
+ </criteria>
35
+ <div partial='list' v-el:handcollect id='gasprice2' style="overflow-y: scroll">
36
+ <table class='tableprint' style="margin: 0px auto">
37
+ <thead>
38
+ <tr>
39
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
40
+ <h3 style="text-align: center">用户管理部通气月报表</h3>
41
+ </th>
42
+ </tr>
43
+ <tr>
44
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
45
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
46
+ 结束时间:{{ model.model.endDate }}
47
+ </th>
48
+ </tr>
49
+ <tr>
50
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
51
+ 打印时间:{{{$parent.printTime}}}
52
+ </th>
53
+ </tr>
54
+ <tr>
55
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
56
+ <div>
57
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
58
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
59
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
60
+ </div>
61
+ </th>
62
+ </tr>
63
+ </thead>
64
+ <tr>
65
+ <td :colspan='$parent.spans' class="noborder">
66
+ {{{ model.data.substring(26,model.data.length-8) }}}
67
+ </td>
68
+ </tr>
69
+ <tfoot>
70
+ </tfoot>
71
+ </table>
72
+ </div>
73
+ </criteria-paged>
74
+ </div>
75
+ </template>
76
+
77
+ <script>
78
+ import { DataModel } from 'vue-client'
79
+
80
+ export default {
81
+ title: '用户管理部通气月报表',
82
+ props: ['data'],
83
+ data () {
84
+ return {
85
+ printTime: this.$login.toStandardTimeString(),
86
+ depresid: [],
87
+ userresid: [],
88
+ f_orgid: this.$login.f.orgid,
89
+ f_depid: this.$login.f.depids,
90
+ f_operatorid: this.$login.f.id,
91
+ operatorid: [],
92
+ depid: [],
93
+ orgname: '',
94
+ depname: '',
95
+ operatorname: '',
96
+ f_inputtor: [],
97
+ f_user_type: '',
98
+ orgCondtionStr: '1=1',
99
+ model: new DataModel('rs/apply/report/apply-stair-tongqi', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
100
+ f_orgid: 'this.model.f_orgid'}),
101
+ reportStr: null,
102
+ spans: 0
103
+ }
104
+ },
105
+ ready () {
106
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
107
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
108
+ },
109
+ methods: {
110
+ searchData () {
111
+ this.$refs.paged.$refs.criteria.search()
112
+ },
113
+ selfSearch (args) {
114
+ let orgcondition = 'f_orgid in (' + this.f_orgid + ')'
115
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
116
+ this.$refs.paged.search(args)
117
+ },
118
+ getRes (obj) {
119
+ this.orgname = obj.res[0]
120
+ // this.depresid = obj.resids
121
+ this.f_orgid = obj.resids
122
+ }
123
+ },
124
+ watch: {
125
+ 'model.data' (val) {
126
+ this.spans = val.split('</tr>').map(item => item.split('</td>').length - 1).reduce((x, y) => x > y ? x : y)
127
+ }
128
+ },
129
+ computed: {
130
+ }
131
+ }
132
+ </script>
133
+ <style scoped>
134
+ .noborder{
135
+ border: none;
136
+ }
137
+ </style>
@@ -0,0 +1,138 @@
1
+ <template>
2
+ <div class="basic-main" style="height: 100%">
3
+ <criteria-paged :model="model" :pager='false' v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
6
+ <div class="row">
7
+ <div class="col-sm-2" >
8
+ <label class="font_normal_body" for="startDate">开始日期:</label>
9
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
10
+ v-model="model.startDate"
11
+ :value.sync="model.startDate"
12
+ :disabled-days-of-Week="[]"
13
+ :format="'yyyy-MM-dd HH:mm:ss'"
14
+ :show-reset-button="reset">
15
+ </datepicker>
16
+ </div>
17
+ <div class="col-sm-2" >
18
+ <label class="font_normal_body" for="endDate">结束日期:</label>
19
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
20
+ v-model="model.endDate"
21
+ :value.sync="model.endDate"
22
+ :disabled-days-of-Week="[]"
23
+ :format="'yyyy-MM-dd HH:mm:ss'"
24
+ :show-reset-button="reset">
25
+ </datepicker>
26
+ </div>
27
+
28
+ </div>
29
+ <div class="span" style = "float:right;">
30
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
31
+ <report-print id='gasprice3' top='1cm' left='0' width='100%' height='100%' :preview="true"></report-print>
32
+ <report-excel id='gasprice3'></report-excel>
33
+ </div>
34
+ </div>
35
+ </criteria>
36
+ <div partial='list' v-el:handcollect id='gasprice3' style="overflow-y: scroll">
37
+ <table class='tableprint' style="margin: 0px auto">
38
+ <thead>
39
+ <tr>
40
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
41
+ <h3 style="text-align: center">用户管理部未通气月报表</h3>
42
+ </th>
43
+ </tr>
44
+ <tr>
45
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
46
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
47
+ 结束时间:{{ model.model.endDate }}
48
+ </th>
49
+ </tr>
50
+ <tr>
51
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
52
+ 打印时间:{{{$parent.printTime}}}
53
+ </th>
54
+ </tr>
55
+ <tr>
56
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
57
+ <div>
58
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
59
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
60
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
61
+ </div>
62
+ </th>
63
+ </tr>
64
+ </thead>
65
+ <tr>
66
+ <td :colspan='$parent.spans' class="noborder">
67
+ {{{ model.data.substring(26,model.data.length-8) }}}
68
+ </td>
69
+ </tr>
70
+ <tfoot>
71
+ </tfoot>
72
+ </table>
73
+ </div>
74
+ </criteria-paged>
75
+ </div>
76
+ </template>
77
+
78
+ <script>
79
+ import { DataModel } from 'vue-client'
80
+ import co from 'co'
81
+ export default {
82
+ title: '用户管理部未通气月报表',
83
+ props: ['data'],
84
+ data () {
85
+ return {
86
+ printTime: this.$login.toStandardTimeString(),
87
+ depresid: [],
88
+ userresid: [],
89
+ f_orgid: this.$login.f.orgid,
90
+ f_depid: this.$login.f.depids,
91
+ f_operatorid: this.$login.f.id,
92
+ operatorid: [],
93
+ depid: [],
94
+ orgname: '',
95
+ depname: '',
96
+ operatorname: '',
97
+ f_inputtor: [],
98
+ f_user_type: '',
99
+ orgCondtionStr: '1=1',
100
+ model: new DataModel('rs/apply/report/apply-stair-wtongqi', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
101
+ f_orgid: 'this.model.f_orgid'}),
102
+ reportStr: null,
103
+ spans: 0
104
+ }
105
+ },
106
+ ready () {
107
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
108
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
109
+ },
110
+ methods: {
111
+ searchData () {
112
+ this.$refs.paged.$refs.criteria.search()
113
+ },
114
+ selfSearch (args) {
115
+ let orgcondition = 'f_orgid in (' + this.f_orgid + ')'
116
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
117
+ this.$refs.paged.search(args)
118
+ },
119
+ getRes (obj) {
120
+ this.orgname = obj.res[0]
121
+ // this.depresid = obj.resids
122
+ this.f_orgid = obj.resids
123
+ }
124
+ },
125
+ watch: {
126
+ 'model.data' (val) {
127
+ this.spans = val.split('</tr>').map(item => item.split('</td>').length - 1).reduce((x, y) => x > y ? x : y)
128
+ }
129
+ },
130
+ computed: {
131
+ }
132
+ }
133
+ </script>
134
+ <style scoped>
135
+ .noborder{
136
+ border: none;
137
+ }
138
+ </style>
@@ -156,12 +156,21 @@
156
156
  this.showLabels('营业执照', '小区', '小区名称')
157
157
  this.requiredLabels( '小区')
158
158
  }
159
+ if (this.selectdata.f_dispatching_type === '施工工队') {
160
+ this.showLabels('现场项目负责人', '安装单位', '建设单位', '监理单位', '土建单位', '检测单位')
161
+ this.requiredLabels( '小区')
162
+ }
159
163
  // 消除双向绑定,避免子组件(显示层)数据更改,父组件(控制层)也更改
160
164
  let temp = JSON.parse(JSON.stringify(this.data))
161
165
 
162
166
  this.show_data = temp
163
167
  this.$nextTick(() => {
164
- this.showview = true
168
+ if ((this.show_data.defname==='报装缴费' || this.show_data.defname==='收费标准') && !(this.$login.f.rolesnames.includes('营业厅报装')||this.$login.f.rolesnames.includes('市场部报装'))){
169
+ this.showview = false
170
+ this.$showMessage("对不起,您没有查看此节点的权限!")
171
+ }else {
172
+ this.showview = true
173
+ }
165
174
  })
166
175
  },
167
176
  // json配置数据处理
@@ -253,7 +262,7 @@
253
262
  let http = new HttpResetClass()
254
263
  let res = await http.load(
255
264
  'POST',
256
- `rs/sql/getMeterBrand`,
265
+ `rs/sql/getMeterBrand1`,
257
266
  {data: data},
258
267
  {resolveMsg: null, rejectMsg: '气表品牌查询失败!!!'}
259
268
  )
@@ -306,7 +315,7 @@
306
315
  }
307
316
 
308
317
  let res = await this.$resetpost(
309
- `${this.$androidUtil.getProxyUrl()}/rs/search`,
318
+ `rs/search`,
310
319
  {data: data},
311
320
  {resolveMsg: null, rejectMsg: '现场负责人查询失败!!!'}
312
321
  )
@@ -433,7 +442,7 @@
433
442
  value: item.id
434
443
  }
435
444
  })
436
- if(this.selectdata.f_apply_nature === '散户'){
445
+ if(this.selectdata.f_apply_nature === '散户' || this.selectdata.f_apply_type === '改线业务'){
437
446
  result.push({label:'用户自理',value:'用户自理'})
438
447
  }
439
448
  result.push({label:'无',value:'无'})
@@ -486,10 +495,12 @@
486
495
  {data: data},
487
496
  {resolveMsg: null, rejectMsg: null}
488
497
  )
489
- for (const item of this.data.fields) {
490
- if (item.label === '缴费日期') {
491
- item.value = res.data[0].finishtime
492
- this.data[item.field] = item.value
498
+ if (res.data[0]){
499
+ for (const item of this.data.fields) {
500
+ if (item.label === '缴费日期') {
501
+ item.value = res.data[0].finishtime
502
+ this.data[item.field] = item.value
503
+ }
493
504
  }
494
505
  }
495
506
  },
@@ -534,6 +545,24 @@
534
545
 
535
546
  this.setLabelOptions('气表型号', res.data)
536
547
  },
548
+ async 'buildReadyEvent' () {
549
+ console.log("cscc")
550
+ if (isEmpty(this.show_data.f_meter_brand)) {
551
+ return
552
+ }
553
+ let data = {
554
+ f_gasbrand_id: this.show_data.f_meter_brand
555
+ }
556
+ let http = new HttpResetClass()
557
+ let res = await http.load(
558
+ 'POST',
559
+ `rs/sql/getGasModel`,
560
+ {data: data},
561
+ {resolveMsg: null, rejectMsg: '气表型号查询失败!!!'}
562
+ )
563
+
564
+ this.setLabelOptions('气表型号', res.data)
565
+ }
537
566
  },
538
567
  watch: {
539
568
  deep: true
@@ -70,20 +70,19 @@
70
70
  <v-select
71
71
  v-model="model.f_apply_type"
72
72
  placeholder='报建类型'
73
- condition="f_apply_type = '{}'"
73
+ condition="u.f_apply_type in {}"
74
74
  :value.sync="model.f_apply_type"
75
75
  :options='$parent.$parent.applytype'
76
76
  class="select select_list"
77
- :value-single="true"
78
- @change="$parent.$parent.applyTypeChange()"
79
- close-on-select ></v-select>
77
+ multiple
78
+ @change="$parent.$parent.applyTypeChange()"></v-select>
80
79
  </div>
81
80
  <div class="form-group col-sm-2">
82
81
  <label class="font_normal_body">办理环节:</label>
83
82
  <v-select
84
83
  v-model="model.defname"
85
84
  placeholder='办理环节'
86
- condition="defname = '{}'"
85
+ condition="act.defname = '{}'"
87
86
  :value.sync="model.defname"
88
87
  :options='$parent.$parent.defnames'
89
88
  class="select select_list"
@@ -119,7 +118,7 @@
119
118
  <v-select
120
119
  v-model="model.f_user_type"
121
120
  placeholder='普通/煤改'
122
- condition="(f_user_type = '{}' or f_user_type is null)"
121
+ condition="f_user_type = '{}'"
123
122
  :value.sync="model.f_user_type"
124
123
  :options='$parent.$parent.UserType'
125
124
  class="select select_list"
@@ -188,6 +187,53 @@
188
187
  condition="u.f_release_date <= '{}'">
189
188
  </datepicker>
190
189
  </div>
190
+ <div class="form-group col-sm-2">
191
+ <label for="startDate" class="font_normal_body">回单日期:</label>
192
+ <datepicker id="startDate1" placeholder="回单开始日期"
193
+ style="width: 60%!important;"
194
+ v-model="model.startDate2"
195
+ :value.sync="model.startDate2"
196
+ :format="'yyyy-MM-dd 00:00:00'"
197
+ :show-reset-button="true"
198
+ condition="u.f_outdoors_receipt_time >= '{}'">
199
+ </datepicker>
200
+ </div>
201
+ <div class="form-group col-sm-2">
202
+ <label for="endDate" class="font_normal_body">回单日期:</label>
203
+ <datepicker id="endDate1" placeholder="回单截止日期"
204
+ style="width: 60%!important;"
205
+ v-model="model.endDate2"
206
+ :value.sync="model.endDate2"
207
+ :format="'yyyy-MM-dd 23:59:59'"
208
+ :show-reset-button="true"
209
+ condition="u.f_outdoors_receipt_time <= '{}'">
210
+ </datepicker>
211
+ </div>
212
+ <div class="form-group col-sm-2">
213
+ <label class="font_normal_body">派工类型:</label>
214
+ <v-select
215
+ v-model="model.f_dispatching_type"
216
+ placeholder='工队/维修'
217
+ condition="u.f_dispatching_type = '{}'"
218
+ :value.sync="model.f_dispatching_type"
219
+ :options='$parent.$parent.dispatching'
220
+ class="select select_list"
221
+ :value-single="true"
222
+ close-on-select ></v-select>
223
+ </div>
224
+ <div class="form-group col-sm-2">
225
+ <label class="font_normal_body">新旧报建:</label>
226
+ <v-select
227
+ v-model="model.f_house_type"
228
+ placeholder='新旧报建'
229
+ condition="u.f_house_type {}"
230
+ :value.sync="model.f_house_type"
231
+ :options='$parent.$parent.houseType'
232
+ class="select select_list"
233
+ :value-single="true"
234
+ close-on-select >
235
+ </v-select>
236
+ </div>
191
237
  <div class="form-group col-sm-2">
192
238
  <label class="font_normal_body">来&emsp;&emsp;源:</label>
193
239
  <v-select
@@ -227,52 +273,52 @@
227
273
  </template>
228
274
  <template partial='body'>
229
275
  <tr>
230
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
276
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
231
277
  <nobr>{{$index+1}}</nobr>
232
278
  </td>
233
- <td style="text-align: center;">
279
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
234
280
  <nobr>{{row.f_apply_num}}</nobr>
235
281
  </td>
236
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
282
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
237
283
  <nobr>{{row.f_user_name}}</nobr>
238
284
  </td>
239
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
285
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
240
286
  <nobr>{{row.f_contact}}</nobr>
241
287
  </td>
242
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
288
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
243
289
  <nobr>{{row.f_contract_number}}</nobr>
244
290
  </td>
245
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
291
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
246
292
  <nobr>{{row.f_phone}}</nobr>
247
293
  </td>
248
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
294
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
249
295
  <nobr><font>{{row.f_designer_people}}</font></nobr>
250
296
  </td>
251
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
297
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
252
298
  <nobr>{{row.f_apply_type}}</nobr>
253
299
  </td>
254
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
300
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
255
301
  <nobr>{{row.f_apply_nature}}</nobr>
256
302
  </td>
257
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
303
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
258
304
  <nobr>{{row.f_user_type}}</nobr>
259
305
  </td>
260
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
306
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
261
307
  <nobr>{{row.defname}}</nobr>
262
308
  </td>
263
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
309
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
264
310
  <nobr>{{row.f_user_classification}}</nobr>
265
311
  </td>
266
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
312
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
267
313
  <nobr>{{row.f_address}}</nobr>
268
314
  </td>
269
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
315
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
270
316
  <nobr>{{row.f_apply_source}}</nobr>
271
317
  </td>
272
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
318
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
273
319
  <nobr>{{row.f_sub_state}}</nobr>
274
320
  </td>
275
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
321
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
276
322
  <nobr>{{row.f_apply_date}}</nobr>
277
323
  </td>
278
324
  </tr>
@@ -303,6 +349,8 @@
303
349
  UserList:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户分类')],
304
350
  UserType:[{label: '全部', value: ''}, {label: '普通用户', value: '普通用户'}, {label: '煤改用户', value: '煤改用户'}],
305
351
  designerPeoples: this.getDesigner(),
352
+ dispatching: [{label: '全部', value: ''}, {label: '施工工队', value: '施工工队'}, {label: '安检维修中心', value: '安检维修中心'}],
353
+ houseType:[{label: '全部', value: ''}, {label: '旧报建', value: ` = '旧报导入'`}, {label: '新报建', value: ' is null' }],
306
354
  getfield: {
307
355
  'f_apply_num': ' 工 程 编 号 ',
308
356
  'f_charge_date': ' 收 费 日 期 ',
@@ -344,7 +392,8 @@
344
392
  'f_apply_source': ' 来源 ',
345
393
  'f_apply_type': ' 报 建 类 型 ',
346
394
  'f_sub_state': ' 流 程 状 态 ',
347
- 'f_apply_date': ' 报 建 日 期 '
395
+ 'f_apply_date': ' 报 建 日 期 ',
396
+ 'f_house_type': ' 新 旧 报 建 '
348
397
  },
349
398
  civil: {
350
399
  'f_apply_num': '工程编号',
@@ -359,7 +408,8 @@
359
408
  'f_construct_operator': '现场项目负责人',
360
409
  'f_contact': '联系人',
361
410
  'f_phone': '电话',
362
- 'f_construction_unit':'施工单位'
411
+ 'f_construction_unit':'施工单位',
412
+ 'f_house_type': ' 新 旧 报 建 '
363
413
  },
364
414
  uncivil: {
365
415
  'f_apply_num': '工程编号',
@@ -391,13 +441,14 @@
391
441
  'f_outdoors_receipt_time': ' 户内回单日期 ',
392
442
  'f_courtyard_time': ' 庭院出单日期 ',
393
443
  'f_courtyard_receipt_time': ' 庭院回单日期 ',
394
- 'f_construction_unit':'施工单位'
444
+ 'f_construction_unit':'施工单位',
445
+ 'f_house_type': ' 新 旧 报 建 '
395
446
  }
396
447
  }
397
448
  },
398
449
  ready () {
399
450
  // 调用查询
400
- this.search()
451
+ // this.search()
401
452
  },
402
453
  events: {
403
454
  },