safecheck-client 3.0.32 → 3.0.33-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 (88) hide show
  1. package/package.json +133 -133
  2. package/src/App.vue +31 -31
  3. package/src/assets//345/215/225/345/205/203/345/217/267.png +0 -0
  4. package/src/assets//345/234/260/345/235/200.png +0 -0
  5. package/src/assets//345/247/223/345/220/215.png +0 -0
  6. package/src/assets//345/260/217/345/214/272.png +0 -0
  7. package/src/assets//345/260/217/345/214/272/350/223/235/350/211/262.png +0 -0
  8. package/src/assets//345/272/225/346/225/260.png +0 -0
  9. package/src/assets//346/210/267/347/274/226/345/217/267.png +0 -0
  10. package/src/assets//346/245/274/345/217/267.png +0 -0
  11. package/src/assets//346/245/274/345/261/202.png +0 -0
  12. package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
  13. package/src/assets//351/227/250/347/211/214/345/217/267.png +0 -0
  14. package/src/components/android/AndroidDefectDeal.vue +5 -5
  15. package/src/components/android/PhoneUpUserinfo.vue +6 -0
  16. package/src/components/android/SafecheckOrderV.vue +4 -1
  17. package/src/components/map/checkScreen.vue +1 -1
  18. package/src/components/planmanage/checkPlanList.vue +3 -3
  19. package/src/components/rongcheng/AspiratedDevices.vue +34 -1
  20. package/src/components/rongcheng/DefectPaper.vue +4 -1
  21. package/src/components/rongcheng/SafecheckDevices.vue +34 -1
  22. package/src/components/rongcheng/SafecheckOrderV.vue +1 -0
  23. package/src/components/rongcheng/SafecheckUserInfo.vue +17 -0
  24. package/src/filiale/Util.js +7 -0
  25. package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +1 -1
  26. package/src/filiale/ankangyihua/android/CurrentCreate.vue +1 -1
  27. package/src/filiale/bayan/pc/NewCheckpaper.vue +1 -1
  28. package/src/filiale/dexin/android/CasualSave.vue +1050 -0
  29. package/src/filiale/dexin/android/SafecheckDevices.vue +4 -4
  30. package/src/filiale/dexin/android/SafecheckOrderV.vue +2407 -2355
  31. package/src/filiale/dexin/android/WebMeterOpen.vue +377 -0
  32. package/src/filiale/dexin/android/WebMeterOpenEdit.vue +225 -0
  33. package/src/filiale/dexin/android.js +4 -1
  34. package/src/filiale/fugou/pc/AddToCheckBook.vue +160 -0
  35. package/src/filiale/fugou/pc/CheckBook.vue +301 -0
  36. package/src/filiale/fugou/pc/CheckBookAll.vue +67 -0
  37. package/src/filiale/fugou/pc/CheckBookArea.vue +146 -0
  38. package/src/filiale/fugou/pc/CheckBookCompany.vue +144 -0
  39. package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -0
  40. package/src/filiale/fugou/pc/CheckBookEntry.vue +66 -0
  41. package/src/filiale/fugou/pc/CheckBookList.vue +366 -0
  42. package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -0
  43. package/src/filiale/fugou/pc/CheckBookSearchUnit.vue +229 -0
  44. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +651 -0
  45. package/src/filiale/fugou/pc/CheckBookSearchUserList.vue +674 -0
  46. package/src/filiale/fugou/pc/CheckBookUser.vue +101 -0
  47. package/src/filiale/fugou/pc/DefectPaperNew.vue +1 -1
  48. package/src/filiale/fugou/pc/PaperDefectMain.vue +22 -1
  49. package/src/filiale/fugou/pc/PlanManage.vue +1007 -0
  50. package/src/filiale/fugou/pc/checkPlanList.vue +371 -0
  51. package/src/filiale/fugou/pc/checkUserList.vue +20 -120
  52. package/src/filiale/fugou/pc.js +60 -5
  53. package/src/filiale/jingyang/android/AddPlanItem.vue +246 -246
  54. package/src/filiale/jingyang/android/CurrentCreate.vue +18 -18
  55. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2281 -2281
  56. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -0
  57. package/src/filiale/jingyang/android.js +4 -0
  58. package/src/filiale/kelai/android/SafecheckDevices.vue +1 -1
  59. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1 -1
  60. package/src/filiale/qingjian/android/SafecheckOrderV.vue +1 -0
  61. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +4 -0
  62. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1680 -0
  63. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +975 -488
  64. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +111 -48
  65. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  66. package/src/filiale/shexian/pc/PaperList.vue +822 -0
  67. package/src/filiale/shexian/pc.js +1 -0
  68. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +1 -1
  69. package/src/filiale/wensu/android/CurrentCreate.vue +1 -1
  70. package/src/filiale/wensu/pc/CheckSearchUser.vue +58 -53
  71. package/src/filiale/wensu/pc/DefectPaperNew.vue +15 -9
  72. package/src/filiale/wensu/pc/PlanManage.vue +831 -0
  73. package/src/filiale/wensu/pc/PrintMaterialBill.vue +28 -11
  74. package/src/filiale/wensu/pc/RoleSelector.vue +2 -2
  75. package/src/filiale/wensu/pc/SelectCheckPlan.vue +208 -168
  76. package/src/filiale/wensu/pc/checkUserList.vue +5 -1
  77. package/src/filiale/wensu/pc.js +20 -19
  78. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +6 -2
  79. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +3 -3
  80. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
  81. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +3 -3
  82. package/src/filiale/yongzhou/pc/safeStatistics.vue +1 -0
  83. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +1 -0
  84. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +3 -0
  85. package/src/filiale/zhongyi/pc/DefectListNew.vue +6 -6
  86. package/src/main.js +33 -33
  87. package/static/stretch_bottom.png +0 -0
  88. package/static/stretch_top.png +0 -0
@@ -0,0 +1,371 @@
1
+ <template>
2
+ <div>
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <div partial>
6
+ <div class="row">
7
+ <label class="form-group font_normal_body"><b>计划信息</b></label>
8
+ <div class="form-group col-sm-1" v-show="false">
9
+ <!--隐藏条件-->
10
+ <input type="text" class="input_search" v-model="model.f_plan_id"
11
+ style="width: 95%" placeholder="计划id" condition=" i.f_plan_id='{}'">
12
+ </div>
13
+ <div class="form-group col-sm-1" >
14
+ <input type="text" class="input_search" v-model="model.f_userinfo_code"
15
+ style="width: 95%" placeholder="客户编号" condition="i.f_userinfo_code='{}'">
16
+ </div>
17
+ <div class="form-group col-sm-1" >
18
+ <input type="text" class="input_search" v-model="model.f_user_name"
19
+ style="width: 95%" placeholder="客户名称" condition="i.f_user_name like '%{}%'">
20
+ </div>
21
+ <div class="form-group col-sm-1" >
22
+ <input type="text" class="input_search" v-model="model.f_address"
23
+ style="width: 95%" placeholder="客户地址" condition="i.f_address like '%{}%'">
24
+ </div>
25
+ <div class="form-group col-sm-1" >
26
+ <v-select :width="'95%'"
27
+ class="select select_list"
28
+ :value.sync="model.f_plan_type"
29
+ v-model="model.f_plan_type"
30
+ :options='$parent.$parent.planType'
31
+ placeholder='计划类型'
32
+ close-on-select
33
+ value-single
34
+ >
35
+ </v-select>
36
+ </div>
37
+ <div class="form-group col-sm-3" >
38
+ <button class="button_new" style="margin-right: 10px" @click="$parent.$parent.showUserCondition()">更多条件</button>
39
+ <button class="button_search" style="margin-right: 10px" @click="search()">查询</button>
40
+ <!-- <button class="button_search" style="margin-right: 10px" @click="clear()">清除</button>-->
41
+ <export-excel-safe :data="$parent.$parent.exportParameter"
42
+ :field="$parent.$parent.exportExcelField"
43
+ style="margin-left: 0px"
44
+ sqlurl="rs/logic/SafeExportExcel" sql-name="planItem"
45
+ :template-name="$parent.$parent.selectplan.f_plan_name + '安检计划导出'" :choose-col="true">
46
+ </export-excel-safe>
47
+ </div>
48
+ <div class="form-group col-sm-2 safe_p">
49
+ <label class="font_normal_body" :title="$parent.$parent.selectplan.f_plan_name">{{$parent.$parent.selectplan.f_plan_name?'当前选中 : '+$parent.$parent.selectplan.f_plan_name:''}}</label>
50
+ </div>
51
+ <div class="form-group col-sm-2" style="float: right">
52
+ <button class="button_search" style="margin-right: 10px" @click="$parent.$parent.showplanModal()">计划调整</button>
53
+ <button class="button_search" style="margin-right: 10px" @click="$parent.$parent.delPlanItem()">移出计划</button>
54
+ </div>
55
+ <modal :show.sync="$parent.$parent.showCondtion" v-ref:modal :width="'50%'" :backdrop="false">
56
+ <div slot="modal-header" class="modal-header">
57
+ <h4 class="modal-title">
58
+ 计划内用户查询条件
59
+ </h4>
60
+ </div>
61
+ <div slot="modal-body" class="modal-body">
62
+ <div class="row">
63
+ <div class="form-group col-sm-4" >
64
+ <label class="font_normal_body">是否已检:</label>
65
+ <v-select
66
+ class="select select_list"
67
+ :value.sync="model.f_state"
68
+ v-model="model.f_state"
69
+ :options='$parent.$parent.checkState'
70
+ @change="$parent.$parent.checkStateChange(model.f_state)"
71
+ placeholder='请选择'
72
+ condition="i.f_state='{}'"
73
+ close-on-select
74
+ value-single
75
+ >
76
+ </v-select>
77
+ </div>
78
+ <div class="form-group col-sm-4" >
79
+ <label class="font_normal_body">安检结果:</label>
80
+ <v-select
81
+ class="select select_list"
82
+ :value.sync="model.f_check_state"
83
+ v-model="model.f_check_state"
84
+ :options='$parent.$parent.checkResults'
85
+ placeholder='请选择'
86
+ condition="i.f_last_check_state='{}'"
87
+ close-on-select
88
+ value-single
89
+ >
90
+ </v-select>
91
+ </div>
92
+ <div class="form-group col-sm-4" >
93
+ <label class="font_normal_body">安检起始:</label>
94
+ <datepicker
95
+ placeholder='请选择'
96
+ style="width:60%"
97
+ :disabled-days-of-week="[]"
98
+ :format="'yyyy-MM-dd'"
99
+ :show-rest-button="reset"
100
+ :value.sync="model.f_startfile_time"
101
+ v-model="model.f_startfile_time"
102
+ condition="i.f_last_check_date >='{} 00:00:00'">
103
+ </datepicker>
104
+ </div>
105
+ <div class="form-group col-sm-4" >
106
+ <label class="font_normal_body">安检截止:</label>
107
+ <datepicker
108
+ placeholder='请选择'
109
+ :disabled-days-of-week="[]"
110
+ style="width:60%"
111
+ :format="'yyyy-MM-dd'"
112
+ :show-rest-button="reset"
113
+ :value.sync="model.f_endfile_time"
114
+ v-model="model.f_endfile_time"
115
+ condition="i.f_last_check_date <='{} 00:00:00'">
116
+ </datepicker>
117
+ </div>
118
+ </div>
119
+ </div>
120
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
121
+ <button class="button_search" style="margin-right: 15px" @click="search()">查询</button>
122
+ <button class="button_search" @click="$parent.$parent.cancel">取消</button>
123
+ </div>
124
+ </modal>
125
+ </div>
126
+ </div>
127
+ </criteria>
128
+ <data-grid :model="model" partial='list' class="table_sy">
129
+
130
+ <template partial='head'>
131
+ <tr>
132
+ <th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/> 全选</nobr></th>
133
+ <th><nobr>用户编号</nobr></th>
134
+ <th><nobr>用户名称</nobr></th>
135
+ <th><nobr>用户电话</nobr></th>
136
+ <th><nobr>用户类型</nobr></th>
137
+ <th><nobr>小区名称</nobr></th>
138
+ <th><nobr>安检状态</nobr></th>
139
+ <th><nobr>地址</nobr></th>
140
+ </tr>
141
+ </template>
142
+ <template partial='body'>
143
+ <td style="text-align: center;white-space:nowrap;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.f_check_item_id)" @change="$parent.$parent.$parent.setCheckes(row.f_check_item_id)" /></td>
144
+ <td style="text-align: center"><nobr>{{row.f_userinfo_code}}</nobr></td>
145
+ <td style="text-align: center"><nobr>{{row.f_user_name}}</nobr></td>
146
+ <td style="text-align: center"><nobr>{{row.f_user_phone}}</nobr></td>
147
+ <td style="text-align: center"><nobr>{{row.f_user_type}}</nobr></td>
148
+ <td style="text-align: center"><nobr>{{row.f_residential_area}}</nobr></td>
149
+ <td style="text-align: center"><nobr>{{row.f_state==='已检'?row.f_last_check_state:'未检'}}</nobr></td>
150
+ <td style="text-align: center"><nobr>{{row.f_address}}</nobr></td>
151
+ </template>
152
+ </data-grid>
153
+ </criteria-paged>
154
+ <modal :show.sync="showPlanModal" v-ref:modalp>
155
+ <div slot="modal-header" class="modal-header">
156
+ <h4 class="modal-title">
157
+ 计划内用户调整
158
+ </h4>
159
+ </div>
160
+ <div slot="modal-body" class="modal-body">
161
+ <plan-chooser :f.sync="userlogin.orgid" v-ref:chooser></plan-chooser>
162
+ </div>
163
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
164
+ <button class="button_search" style="margin-right: 15px" @click="dragtoOtherPlanIteem">确认</button>
165
+ <button class="button_search" @click="cancel">取消</button>
166
+ </div>
167
+ </modal>
168
+ </div>
169
+ </template>
170
+
171
+ <script>
172
+ import {HttpResetClass, PagedList} from "vue-client";
173
+ import Vue from "vue";
174
+
175
+ export default {
176
+ name: "PlanManage",
177
+ title: '计划管理',
178
+ data() {
179
+ return {
180
+ model:new PagedList('/rs/sql/planItem', 100, {}),
181
+ a:'1',
182
+ opt:[{label:"测试",value:"测试"}],
183
+ showCondtion:false,
184
+ checkAll:false,
185
+ checkes:[],
186
+ checkResults:[{label:'到访不遇',value:'到访不遇'},{label:'拒检',value:'拒检'},{label:'入户',value:'入户'}],
187
+ checkState:[{label:'全部',value:''},{label:'未检',value:'未检'},{label:'已检',value:'已检'}],
188
+ showPlanModal:false,
189
+ exportExcelField: {
190
+ 'f_userinfo_code':'用户编号',
191
+ 'f_user_name':'用户名称',
192
+ 'f_user_type':'用户类型',
193
+ 'f_residential_area':'小区名称',
194
+ 'f_state':'安检状态',
195
+ 'f_address':'地址',
196
+ 'f_user_phone':'用户电话',
197
+ 'f_newfile_date':'建档日期'
198
+ }
199
+ }
200
+ },
201
+ props:["selectplan","userlogin"],
202
+ ready(){
203
+
204
+ },
205
+ computed:{
206
+ exportParameter(){
207
+ // excel 导出条件拼接
208
+ return {
209
+ condition: this.$refs.paged.model.condition,
210
+ groupName: this.groupNameForSql
211
+ }
212
+ },
213
+ planType(){
214
+ return this.$appdata.getParam('计划类型')
215
+ }
216
+ },
217
+ methods:{
218
+ clear(){
219
+ this.model.f_plan_id = '';
220
+ this.model.f_userinfo_code = '';
221
+ this.model.f_user_name = '';
222
+ this.model.f_address='';
223
+
224
+ },
225
+ //将某个计划下的一项拖到另一个计划
226
+ async dragtoOtherPlanIteem() {
227
+ //tag)
228
+
229
+ if (!this.$refs.modalp.$children[0].selectedRow.id) {
230
+ this.$showMessage("请选择需要调整到那个计划中!")
231
+ return
232
+ }
233
+ this.$parent.isSend=true
234
+ try{
235
+ let res=await new HttpResetClass().load("POST", "/rs/logic/UpCheckPlanItem", {
236
+ data:{
237
+ f_operator:this.userlogin.name,
238
+ f_plan_id:this.$refs.modalp.$children[0].selectedRow.id,
239
+ condition:this.model.condition,
240
+ switchCheckAll:true,
241
+ checkAll:this.checkAll,
242
+ param:this.checkes,
243
+ columnName: "i.id"
244
+ }
245
+ }, {resolveMsg: null, rejectMsg: null})
246
+ this.$parent.isSend=false
247
+ if(res.data.code==200){
248
+ this.$showMessage("更换安检计划成功!")
249
+ this.$parent.refreshPlan()
250
+ }else{
251
+ this.$showMessage("更换安检计划失败!")
252
+ }
253
+ }catch (e) {
254
+ this.$parent.isSend=false
255
+ this.$showMessage("更换安检计划失败!")
256
+ }
257
+ },
258
+ showplanModal(){
259
+ if(!this.selectplan || !this.selectplan.id){
260
+ this.$showMessage("请先打开一个计划再进行操作")
261
+ return
262
+ }
263
+ if(!this.checkAll && this.checkes.length==0){
264
+ this.$showMessage("请先在计划中勾选你要调整的用户!")
265
+ return
266
+ }
267
+ this.showPlanModal=true
268
+ },
269
+ showUserCondition(){
270
+ this.showCondtion=true
271
+ },
272
+ isChecked(v) {
273
+ // 如果全选,不在的按选中算,否则,在的按选中算
274
+ if (this.checkAll) {
275
+ return this.checkes.indexOf(v) == -1
276
+ } else {
277
+ return this.checkes.indexOf(v) != -1
278
+ }
279
+ },
280
+ setCheckAll() {
281
+ this.checkAll=this.checkAll?false:true;
282
+ // 全选改变后,清空选中数据
283
+ this.checkes = []
284
+ },
285
+ setCheckes(id) {
286
+ let index=this.checkes.indexOf(id)
287
+ if(index<0){
288
+ this.checkes.push(id)
289
+ }else{
290
+ this.checkes.splice(index,1)
291
+ }
292
+ },
293
+ cancel(){
294
+ this.showCondtion=false
295
+ this.showPlanModal=false
296
+ },
297
+ selfSearch (args) {
298
+ if(!this.selectplan.id){
299
+ this.$showMessage("请先选择一个计划!")
300
+ return
301
+ }
302
+ this.cancel()
303
+ this.checkes=[]
304
+ this.checkAll=false
305
+ args.condition+= ` and i.f_state!= '作废'`
306
+ this.model.search(args.condition, args.model, args.condValue)
307
+ },
308
+ checkStateChange(val){
309
+ if(val=='未检'){
310
+ this.checkResults=[]
311
+ this.$refs.paged.$refs.criteria.model.f_check_state=''
312
+ }else{
313
+ this.checkResults=[{label:'到访不遇',value:'到访不遇'},{label:'拒检',value:'拒检'},{label:'入户',value:'入户'}]
314
+ }
315
+ },
316
+ //修改计划项状态为作废
317
+ async delPlanItem() {
318
+ if(!this.selectplan || !this.selectplan.id){
319
+ this.$showMessage("请先打开一个计划再进行操作")
320
+ return
321
+ }
322
+ if(!this.checkAll && this.checkes.length==0){
323
+ this.$showMessage("请先在计划中勾选你要作废的用户!")
324
+ return
325
+ }
326
+ this.$showMessage("此操作无法撤回,确定要执行作废安检单操作吗?",['confirm','cancel']).then((button)=>{
327
+ if(button=='confirm'){
328
+ let resu=new HttpResetClass().load("POST", "/rs/logic/UpCheckPlanItemState", {
329
+ data: {
330
+ f_operator:this.userlogin.name,
331
+ condition:this.model.condition,
332
+ switchCheckAll:true,
333
+ checkAll:this.checkAll,
334
+ param:this.checkes,
335
+ columnName: "i.id"
336
+ }
337
+ }, {resolveMsg: null, rejectMsg: null}).then((resu)=>{
338
+
339
+ //tag)
340
+ if(resu.data.code==200){
341
+ this.$showMessage("移除安检单成功! 成功移除:"+resu.data.res.up+"条"+(resu.data.res.noup>0?"有"+resu.data.res.noup+"条已经不是 ‘未检’ 状态!":""))
342
+ //this.checkes=[]
343
+ //this.checkAll=false
344
+ this.$parent.refresh()
345
+ }else{
346
+ this.$showMessage("取消安检计划失败!")
347
+ }
348
+ })
349
+ }
350
+ })
351
+ }
352
+ },
353
+ watch:{
354
+ 'selectplan.id' (){
355
+ //tag
356
+ if(this.selectplan.id){
357
+ this.$refs.paged.$refs.criteria.model.f_plan_id=this.selectplan.id
358
+ this.$refs.paged.$refs.criteria.search()
359
+ }
360
+ }
361
+ }
362
+ }
363
+ </script>
364
+
365
+ <style scoped>
366
+ .safe_p{
367
+ white-space: nowrap;
368
+ overflow: hidden;
369
+ text-overflow: ellipsis;
370
+ }
371
+ </style>
@@ -27,7 +27,7 @@
27
27
  :options='$parent.$parent.areaList'
28
28
  :timeout="500"
29
29
  @select-search="$parent.$parent.select_search"
30
- placeholder='小区选择'
30
+ placeholder='安检册筛选'
31
31
  condition="ua.f_residential_area = '{}'"
32
32
  close-on-select
33
33
  value-single
@@ -51,36 +51,6 @@
51
51
  </div>
52
52
  <div slot="modal-body" class="modal-body">
53
53
  <div class="row">
54
- <div class="form-group col-sm-4" >
55
- <label class="font_normal_body">用户类型:</label>
56
- <v-select
57
- class="select select_list"
58
- :value.sync="model.f_user_type"
59
- v-model="model.f_user_type"
60
- :options='$parent.$parent.userTypes'
61
- placeholder='请选择'
62
- condition="uf.f_user_type='{}'"
63
- :search="false"
64
- close-on-select
65
- value-single
66
- >
67
- </v-select>
68
- </div>
69
- <div class="form-group col-sm-4" >
70
- <label class="font_normal_body">用户类型:</label>
71
- <v-select
72
- class="select select_list"
73
- :value.sync="model.f_user_type"
74
- v-model="model.f_user_type"
75
- :options='$parent.$parent.userTypes'
76
- placeholder='请选择'
77
- condition="uf.f_user_type='{}'"
78
- :search="false"
79
- close-on-select
80
- value-single
81
- >
82
- </v-select>
83
- </div>
84
54
  <div class="form-group col-sm-4" >
85
55
  <label class="font_normal_body">用户状态:</label>
86
56
  <v-select
@@ -111,77 +81,6 @@
111
81
  >
112
82
  </v-select>
113
83
  </div>
114
- <div class="form-group col-sm-4" >
115
- <label class="font_normal_body">气表类型:</label>
116
- <v-select
117
- class="select select_list"
118
- :value.sync="model.meter_classify"
119
- v-model="model.meter_classify"
120
- :options='$parent.$parent.meter_classifys'
121
- placeholder='请选择'
122
- condition="uf.F_METER_CLASSIFY='{}'"
123
- :search="false"
124
- close-on-select
125
- value-single
126
- >
127
- </v-select>
128
- </div>
129
- <!--<div class="form-group col-sm-4" >
130
- <label class="font_normal_body">小区名称:</label>
131
- <input type="text" class="input_search" v-model="model.f_userinfo_code"
132
- style="width: 60%" placeholder="请选择" condition="ua.f_residential_area = '{}'">
133
- </div>-->
134
- <div class="form-group col-sm-4" >
135
- <label class="font_normal_body">楼&ensp;栋&ensp;号:</label>
136
- <input type="text" class="input_search" v-model="model.f_building"
137
- style="width: 60%" placeholder="请选择" condition="ua.f_building='{}'">
138
- </div>
139
- <div class="form-group col-sm-4" >
140
- <label class="font_normal_body">单&ensp;元&ensp;号:</label>
141
- <input type="text" class="input_search" v-model="model.f_unit"
142
- style="width: 60%" placeholder="请选择" condition="ua.f_unit='{}'">
143
- </div>
144
- <div class="form-group col-sm-4" >
145
- <label class="font_normal_body">楼&ensp;层&ensp;号:</label>
146
- <input type="text" class="input_search" v-model="model.f_floor"
147
- style="width: 60%" placeholder="请选择" condition="ua.f_floor='{}'">
148
- </div>
149
- <div class="form-group col-sm-4" >
150
- <label class="font_normal_body">开户起始:</label>
151
- <datepicker
152
- placeholder='请选择'
153
- style="width:60%"
154
- :disabled-days-of-week="[]"
155
- :format="'yyyy-MM-dd'"
156
- :show-rest-button="reset"
157
- :value.sync="model.f_startfile_time"
158
- v-model="model.f_startfile_time"
159
- condition="ui.f_createfile_date >= '{} 00:00:00'">
160
- </datepicker>
161
- </div>
162
- <div class="form-group col-sm-4" >
163
- <label class="font_normal_body">开户截止:</label>
164
- <datepicker
165
- placeholder='请选择'
166
- :disabled-days-of-week="[]"
167
- style="width:60%"
168
- :format="'yyyy-MM-dd'"
169
- :show-rest-button="reset"
170
- :value.sync="model.f_endfile_time"
171
- v-model="model.f_endfile_time"
172
- condition="ui.f_createfile_date <= '{} 23:59:59'">
173
- </datepicker>
174
- </div>
175
- <div class="form-group col-sm-4" >
176
- <label class="font_normal_body">表&ensp;箱&ensp;号:</label>
177
- <input type="text" class="input_search" v-model="model.f_metertitles"
178
- style="width: 60%" placeholder="请输入" condition="uf.f_metertitles='{}'">
179
- </div>
180
- <div class="form-group col-sm-4" >
181
- <label class="font_normal_body">用户电话:</label>
182
- <input type="text" class="input_search" v-model="model.f_user_phone"
183
- style="width: 60%" placeholder="请输入" condition="ui.f_user_phone='{}'">
184
- </div>
185
84
  <div class="form-group col-sm-4" >
186
85
  <label class="font_normal_body">片&ensp;&ensp;&ensp;&ensp;区:</label>
187
86
  <v-select
@@ -198,18 +97,19 @@
198
97
  </v-select>
199
98
  </div>
200
99
  <div class="form-group col-sm-4" >
201
- <label class="font_normal_body">抄&ensp;表&ensp;册:</label>
202
- <v-select
203
- class="select select_list"
204
- :value.sync="model.f_meter_book_num"
205
- v-model="model.f_meter_book_num"
206
- :options='$parent.$parent.cbc'
207
- placeholder='请选择'
208
- condition="uf.f_meter_book_num='{}'"
209
- close-on-select
210
- value-single
211
- >
212
- </v-select>
100
+ <label class="font_normal_body">区/县:</label>
101
+ <input type="text" class="input_search" v-model="model.f_pcd"
102
+ style="width: 60%" placeholder="小区名称" condition="f_pcd like '%{}%'">
103
+ </div>
104
+ <div class="form-group col-sm-4" >
105
+ <label class="font_normal_body">街道/乡镇:</label>
106
+ <input type="text" class="input_search" v-model="model.f_street"
107
+ style="width: 60%" placeholder="街道/乡镇" condition="f_street like '%{}%'">
108
+ </div>
109
+ <div class="form-group col-sm-4" >
110
+ <label class="font_normal_body">小区名称:</label>
111
+ <input type="text" class="input_search" v-model="model.f_residential_area"
112
+ style="width: 60%" placeholder="小区名称" condition="f_residential_area like '%{}%'">
213
113
  </div>
214
114
  <div class="form-group col-sm-4" >
215
115
  <label class="font_normal_body">派发情况:</label>
@@ -281,29 +181,29 @@
281
181
  </v-select>
282
182
  </div>
283
183
  <div class="form-group col-sm-4" >
284
- <label class="font_normal_body">通气起始:</label>
184
+ <label class="font_normal_body">建档开始时间:</label>
285
185
  <datepicker
286
- placeholder='通气开始时间'
186
+ placeholder='建档开始时间'
287
187
  style="width:60%"
288
188
  :disabled-days-of-week="[]"
289
189
  :format="'yyyy-MM-dd'"
290
190
  :show-rest-button="reset"
291
191
  :value.sync="model.f_startgas_time"
292
192
  v-model="model.f_startgas_time"
293
- condition="ui.f_uservent_date >= '{} 00:00:00'">
193
+ condition="ui.f_createfile_date >= '{} 00:00:00'">
294
194
  </datepicker>
295
195
  </div>
296
196
  <div class="form-group col-sm-4" >
297
- <label class="font_normal_body">通气截止:</label>
197
+ <label class="font_normal_body">建档结束时间:</label>
298
198
  <datepicker
299
- placeholder='通气结束时间'
199
+ placeholder='建档结束时间'
300
200
  :disabled-days-of-week="[]"
301
201
  style="width:60%"
302
202
  :format="'yyyy-MM-dd'"
303
203
  :show-rest-button="reset"
304
204
  :value.sync="model.f_endgas_time"
305
205
  v-model="model.f_endgas_time"
306
- condition="ui.f_uservent_date <= '{} 23:59:59'">
206
+ condition="ui.f_createfile_date <= '{} 23:59:59'">
307
207
  </datepicker>
308
208
  </div>
309
209
  <div class="form-group col-sm-4" >
@@ -4,11 +4,66 @@ import Vue from "vue";
4
4
  //手机特殊目录注册到该文件中
5
5
  let specialComp = {
6
6
  // 安检汇总-列表
7
- 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
8
- 'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
9
- 'safe-defect-paper-new': (resolve) => { require(['./pc/DefectPaperNew'], resolve) },
10
- 'defect-main-new2': (resolve) => { require(['./pc/DefectMainNew'], resolve) },
11
- 'paper-defect-main': (resolve) => { require(['./pc/PaperDefectMain'], resolve) },
7
+ 'paper-main': (resolve) => {
8
+ require(['./pc/PaperList'], resolve)
9
+ },
10
+ 'check-user-list': (resolve) => {
11
+ require(['./pc/checkUserList'], resolve)
12
+ },
13
+ 'check-plan-list': (resolve) => {
14
+ require(['./pc/checkPlanList'], resolve)
15
+ },
16
+ 'check-book-details': (resolve) => {
17
+ require(['./pc/CheckBookDetails'], resolve)
18
+ },
19
+ 'plan-manage': (resolve) => {
20
+ require(['./pc/PlanManage.vue'], resolve)
21
+ },
22
+ 'safe-defect-paper-new': (resolve) => {
23
+ require(['./pc/DefectPaperNew'], resolve)
24
+ },
25
+ 'defect-main-new2': (resolve) => {
26
+ require(['./pc/DefectMainNew'], resolve)
27
+ },
28
+ 'paper-defect-main': (resolve) => {
29
+ require(['./pc/PaperDefectMain'], resolve)
30
+ },
31
+ 'check-book-all': (resolve) => {
32
+ require(['./pc/CheckBookAll'], resolve)
33
+ },
34
+ 'check-book': (resolve) => {
35
+ require(['./pc/CheckBook'], resolve)
36
+ },
37
+ 'check-book-list': (resolve) => {
38
+ require(['./pc/CheckBookList'], resolve)
39
+ },
40
+ 'check-book-user': (resolve) => {
41
+ require(['./pc/CheckBookUser'], resolve)
42
+ },
43
+ 'check-book-area': (resolve) => {
44
+ require(['./pc/CheckBookArea'], resolve)
45
+ },
46
+ 'check-book-company': (resolve) => {
47
+ require(['./pc/CheckBookCompany'], resolve)
48
+ },
49
+ 'check-book-entry': (resolve) => {
50
+ require(['./pc/CheckBookEntry'], resolve)
51
+ },
52
+ 'add-to-check-book': (resolve) => {
53
+ require(['./pc/AddToCheckBook'], resolve)
54
+ },
55
+ 'check-book-search-user': (resolve) => {
56
+ require(['./pc/CheckBookSearchUser'], resolve)
57
+ },
58
+ 'check-book-search-area': (resolve) => {
59
+ require(['./pc/CheckBookSearchArea'], resolve)
60
+ },
61
+ 'check-book-search-unit': (resolve) => {
62
+ require(['./pc/CheckBookSearchUnit'], resolve)
63
+ },
64
+ 'check-book-search-user-list': (resolve) => {
65
+ require(['./pc/CheckBookSearchUserList'], resolve)
66
+ }
12
67
  }
13
68
  exports.specialComp = specialComp
14
69