safecheck-client 4.0.0-98 → 4.0.1-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 (52) hide show
  1. package/package.json +2 -2
  2. package/src/App.vue +31 -31
  3. package/src/components/CheckerCount/CheckCountAreaManage.vue +1 -1
  4. package/src/components/NewDefectList/DefectPaperNew.vue +1184 -1079
  5. package/src/components/Util/SafecheckUpload.vue +281 -281
  6. package/src/components/android/PhoneUpUserinfo.vue +1249 -1249
  7. package/src/components/android/SafeRightTree.vue +217 -0
  8. package/src/components/android/SafecheckDevices.vue +1340 -1340
  9. package/src/components/android/SwitchValve.vue +2 -2
  10. package/src/components/map/PersonTrack.vue +3 -1
  11. package/src/components/map/checkScreen.vue +47 -13
  12. package/src/components/paper/PaperList.vue +797 -796
  13. package/src/components/paper/RegionalList.vue +220 -0
  14. package/src/components/pc/AddToCheckBook.vue +1 -1
  15. package/src/components/pc/CheckBook.vue +303 -303
  16. package/src/components/pc/CheckBookArea.vue +146 -146
  17. package/src/components/pc/CheckBookCompany.vue +144 -144
  18. package/src/components/pc/CheckBookDetails.vue +161 -161
  19. package/src/components/pc/CheckBookEntry.vue +60 -60
  20. package/src/components/pc/CheckBookSearchArea.vue +560 -560
  21. package/src/components/pc/CheckBookSearchUnit.vue +229 -229
  22. package/src/components/pc/CheckBookSearchUser.vue +659 -659
  23. package/src/components/pc/CheckBookSearchUserList.vue +674 -674
  24. package/src/components/pc/CheckBookUser.vue +333 -333
  25. package/src/components/pc/DefectDeal.vue +1 -1
  26. package/src/components/pc/PaperDefectMain.vue +880 -880
  27. package/src/components/report/CheckPlanAreaManage.vue +1 -1
  28. package/src/components/report/HiddenSituationNoSubtotal.vue +165 -0
  29. package/src/components/report/communityTypeDetailM.vue +113 -0
  30. package/src/filiale/jinhong/android/CurrentCreate.vue +1240 -1240
  31. package/src/filiale/jinhong/android/PhoneInsuranceRecordList.vue +3 -3
  32. package/src/filiale/jinhong/pc/CheckPlanAreaList.vue +9 -2
  33. package/src/filiale/jinhong/pc/PlanManage.vue +5 -5
  34. package/src/filiale/jinhong/pc/checkPlanList.vue +418 -0
  35. package/src/filiale/jinhong/pc/checkUserList.vue +19 -21
  36. package/src/filiale/jinhong/pc.js +1 -0
  37. package/src/filiale/meihekou/android/CheckPlanList.vue +198 -198
  38. package/src/filiale/meihekou/android/CheckPlanListArea.vue +190 -190
  39. package/src/filiale/meihekou/android/CurrentCreate.vue +33 -91
  40. package/src/filiale/meihekou/android/PaperFeedback.vue +1542 -1538
  41. package/src/filiale/meihekou/android/SafecheckDevices.vue +1340 -0
  42. package/src/filiale/meihekou/android/SafecheckOrderV.vue +2421 -2413
  43. package/src/filiale/meihekou/android.js +22 -21
  44. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2027 -1959
  45. package/src/filiale/qingjian/pc/NewCheckpaper.vue +4 -4
  46. package/src/filiale/qingjian/pc/checkUserList.vue +835 -0
  47. package/src/filiale/qingjian/pc.js +1 -1
  48. package/src/filiale/weinan/pc/CheckPlanAreaManage.vue +1 -1
  49. package/src/filiale/xinkang/pc/CheckPlanAreaManage.vue +1 -1
  50. package/src/main.js +33 -33
  51. package/src/safecheck-android.js +1 -0
  52. package/src/safecheck.js +9 -1
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
  </div>
10
10
  <div v-if="!listpage">
11
- <user-info-detail-manage :f_userinfo_id="f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage>
11
+ <user-info-detail-manage-new :f_userinfo_id="f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
12
12
  </div>
13
13
 
14
14
  </template>
@@ -0,0 +1,165 @@
1
+ <template>
2
+ <div id='app' class="basic-main" style="height: 100%">
3
+ <criteria-paged :model="model" :pager='false'>
4
+ <criteria partial='criteria' @condition-changed='search' class="search_area">
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="col-sm-4 form-group">
8
+ <role-selector-safe
9
+ role-name="安检员"
10
+ role-lable="安&ensp;检&ensp;员"
11
+ @re-res="$parent.$parent.getRes"
12
+ :value.sync="model.f_checker_id"
13
+ v-model="model.f_checker_id"
14
+ condition="f_checker_name like '%{}%'">
15
+ </role-selector-safe>
16
+ </div>
17
+ <div class="col-sm-2 form-group">
18
+ <label for="startDate" class="font_normal_body">开始日期:</label>
19
+ <datepicker id="startDate" placeholder="开始日期"
20
+ v-model="model.startDate"
21
+ :value.sync="model.startDate"
22
+ style="width: 60%;"
23
+ :disabled-days-of-Week="[]"
24
+ :format="'yyyy-MM-dd 00:00:00'"
25
+ :show-reset-button="reset">
26
+ </datepicker>
27
+ </div>
28
+ <div class="col-sm-2 form-group">
29
+ <label for="endDate" class="font_normal_body">结束日期:</label>
30
+ <datepicker id="endDate" placeholder="结束日期"
31
+ v-model="model.endDate"
32
+ :value.sync="model.endDate"
33
+ :disabled-days-of-Week="[]"
34
+ style="width: 60%;"
35
+ :format="'yyyy-MM-dd 23:59:59'"
36
+ :show-reset-button="reset">
37
+ </datepicker>
38
+ </div>
39
+ <div class="col-sm-4 form-group" style="margin-top: 8px">
40
+ <button class="button_search button_spacing" @click="search()">查询</button>
41
+ <report-print class="button_export button_spacing" style="width:28%" id='shexian'></report-print>
42
+ <report-excel class="button_export button_spacing" style="width:28%" id='shexian'></report-excel>
43
+ </div>
44
+ </div>
45
+ <div class="row">
46
+ <div class="col-sm-2 form-group" >
47
+ <label class="font_normal_body">用气性质</label>
48
+ <v-select
49
+ class="select_list select"
50
+ placeholder='用气性质' style="width: 60%"
51
+ v-model='model.userType'
52
+ :value.sync="model.userType"
53
+ :options='$parent.$parent.userTypes'
54
+ condition="tuf.f_gasproperties in {} "
55
+ :multiple="true"
56
+ ></v-select>
57
+ </div>
58
+ <div class="col-sm-2 form-group" >
59
+ <label class="font_normal_body">气表类型</label>
60
+ <v-select
61
+ class="select_list select"
62
+ placeholder='气表类型' style="width: 60%"
63
+ v-model='model.tableType'
64
+ :value.sync="model.tableType"
65
+ :options='$parent.$parent.tableTypes'
66
+ condition="tuf.f_meter_classify = '{}'"
67
+ :value-single="true"
68
+ close-on-select clear-button></v-select>
69
+ </div>
70
+ <div class="col-sm-2 form-group" >
71
+ <label class="font_normal_body">气表品牌</label>
72
+ <v-select
73
+ class="select_list select"
74
+ placeholder='气表类型' style="width: 60%"
75
+ v-model='model.tableBrand'
76
+ :value.sync="model.tableBrand"
77
+ :options='$parent.$parent.tableBrands'
78
+ condition="gb.f_meter_brand = '{}'"
79
+ :value-single="true"
80
+ close-on-select clear-button></v-select>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </criteria>
85
+ <div partial='list' id='shexian' class="list_area" style="overflow-y: scroll">
86
+ <table class='tableprint' style="margin: 0px auto">
87
+ <thead>
88
+ <tr>
89
+ <th colspan='5' style="font-weight: normal; text-align: left;">
90
+ <h3 style="text-align: center">隐患报表</h3>
91
+ </th>
92
+ </tr>
93
+ <tr>
94
+ <th colspan='5' style="font-weight: normal; text-align: center;">
95
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
96
+ 结束时间:{{ model.model.endDate }}
97
+ </th>
98
+ </tr>
99
+ </thead>
100
+ <tr>
101
+ <th colspan='5' style="font-weight: normal;">
102
+ {{{ model.data.substring(26,model.data.length-8) }}}
103
+ </th>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ </criteria-paged>
108
+ </div>
109
+
110
+ </template>
111
+
112
+ <script>
113
+ import {DataModel, HttpResetClass} from 'vue-client'
114
+
115
+ export default {
116
+ title: '隐患报表',
117
+ data () {
118
+
119
+ let model = new DataModel('/api/af-safecheck/report/HiddenSituationNoSubtotal', {
120
+ startDate: 'this.model.startDate',
121
+ endDate: 'this.model.endDate',
122
+ f_filialeid: 'this.f_filialeid'
123
+ })
124
+ model.f_filialeid = '(' + this.$login.f.orgid + ')'
125
+ return {
126
+ userTypes: [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')],
127
+ tableTypes: [{label: '全部', value: ''}, ...this.$appdata.getParam('气表类型')],
128
+ tableBrands: [{label: '全部', value: ''}],
129
+ filialeNameStr: '',
130
+ filialeCodeStr: '',
131
+ userid: this.$login.f.id,
132
+ source: `tool.getFullTree(this.getRights().where(row.getType() != $zone$).where(row.getType() == $organization$))`,
133
+ model: model
134
+ }
135
+ },
136
+ methods: {
137
+ getRes (obj) {
138
+ this.model.f_filialeid = this.$login.convertToIn(obj.resids)
139
+ },
140
+ getTableBrands() {
141
+ new HttpResetClass().load("POST", `/api/af-safecheck/sql/safe_singleTable_OrderBy`,
142
+ {data: {items: "*", tablename: "t_gasbrand", orderitem: "id", condition: ` 1=1 `}},
143
+ {resolveMsg: null, rejectMsg: null}).then((resp) => {
144
+ resp.data.forEach((result) => {
145
+ this.tableBrands.push({label: result.f_meter_brand, value: result.f_meter_brand})
146
+ })
147
+ })
148
+ },
149
+ },
150
+ ready () {
151
+ this.getTableBrands()
152
+ },
153
+ computed: {
154
+ selected () {
155
+ return this.$refs.grid.selected
156
+ }
157
+ // outlets () {
158
+ // return [{label: '全部', value: ''}, ...AppData.getParam('营业网点')]
159
+ // },
160
+ // operator () {
161
+ // return [{label: '全部', value: ''}, ...AppData.getParam('操作员')]
162
+ // }
163
+ }
164
+ }
165
+ </script>
@@ -0,0 +1,113 @@
1
+ <template>
2
+ <div id='app' class="basic-main" style="height: 100%">
3
+ <criteria-paged :model="model" :pager='false'>
4
+ <criteria partial='criteria' @condition-changed='$parent.reSearch' class="search_area">
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="col-sm-4 form-group">
8
+ <role-selector-safe
9
+ role-name="安检员"
10
+ role-lable="安&ensp;检&ensp;员"
11
+ @re-res="$parent.$parent.getRes"
12
+ :value.sync="model.f_checker_id"
13
+ v-model="model.f_checker_id"
14
+ condition="tcp.f_checker_name = '{}'">
15
+ </role-selector-safe>
16
+ </div>
17
+ <div class="col-sm-2 form-group">
18
+ <label for="startDate" class="font_normal_body">开始日期:</label>
19
+ <datepicker id="startDate" placeholder="开始日期"
20
+ v-model="model.startDate"
21
+ :value.sync="model.startDate"
22
+ style="width: 60%;"
23
+ :disabled-days-of-Week="[]"
24
+ :format="'yyyy-MM-dd 00:00:00'"
25
+ condition="tcp.f_upload_date >= '{}'"
26
+ :show-reset-button="reset">
27
+ </datepicker>
28
+ </div>
29
+ <div class="col-sm-2 form-group">
30
+ <label for="endDate" class="font_normal_body">结束日期:</label>
31
+ <datepicker id="endDate" placeholder="结束日期"
32
+ v-model="model.endDate"
33
+ :value.sync="model.endDate"
34
+ :disabled-days-of-Week="[]"
35
+ style="width: 60%;"
36
+ condition="tcp.f_upload_date <= '{}'"
37
+ :format="'yyyy-MM-dd 23:59:59'"
38
+ :show-reset-button="reset">
39
+ </datepicker>
40
+ </div>
41
+ <div class="form-group col-sm-2" >
42
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
43
+ <input type="text" class="input_search" v-model="model.f_residential_area"
44
+ style="width: 60%" placeholder="小区" condition="tcp.f_residential_area like '%{}%'">
45
+ </div>
46
+ <div class="col-sm-4 form-group" style="margin-top: 8px">
47
+ <button class="button_search button_spacing" @click="search()">查询</button>
48
+ <report-print id='checkerPrint' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
49
+ <report-excel id='checkerPrint'></report-excel>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </criteria>
54
+ <div partial='list' id='checkerPrint' class="list_area" style="overflow-y: scroll">
55
+ <table class='tableprint' style="margin: 0px auto">
56
+ <thead>
57
+ <tr>
58
+ <th colspan='9' style="font-weight: normal; text-align: left;">
59
+ <h3 style="text-align: center">隐患报表</h3>
60
+ </th>
61
+ </tr>
62
+ <tr>
63
+ <th colspan='9' style="font-weight: normal; text-align: center;">
64
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
65
+ 结束时间:{{ model.model.endDate }}
66
+ </th>
67
+ </tr>
68
+ </thead>
69
+ <tr>
70
+ <th colspan='9' style="font-weight: normal;">
71
+ {{{ model.data.substring(26,model.data.length-8) }}}
72
+ </th>
73
+ </tr>
74
+ <tr style="height: 100px"></tr>
75
+ </table>
76
+ </div>
77
+ </criteria-paged>
78
+ </div>
79
+
80
+ </template>
81
+
82
+ <script>
83
+ import {DataModel, HttpResetClass} from 'vue-client'
84
+
85
+ export default {
86
+ title: '隐患类型明细表',
87
+ data () {
88
+ let model = new DataModel('/api/af-safecheck/report/areaPitfallReport', {})
89
+ return {
90
+ user_types: [{label:'全部',value:''},{label:'民用',value:'民用'},{label:'非民用',value:'非民用'}],
91
+ userid: this.$login.f.id,
92
+ source: `tool.getFullTree(this.getRights().where(row.getType() != $zone$).where(row.getType() == $organization$))`,
93
+ model: model
94
+ }
95
+ },
96
+ methods: {
97
+ getRes (obj) {
98
+ this.model.f_filialeid = this.$login.convertToIn(obj.resids)
99
+ },
100
+ reSearch(args){
101
+ args.condition += ` and tcp.f_residential_area is not null and tcp.f_residential_area != '' and tcp.f_residential_area != 'null'`
102
+ this.model.search(args.condition, args.model)
103
+ }
104
+ },
105
+ ready () {
106
+ },
107
+ computed: {
108
+ selected () {
109
+ return this.$refs.grid.selected
110
+ }
111
+ }
112
+ }
113
+ </script>