safecheck-client 3.0.30-3 → 3.0.30-33

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 (45) hide show
  1. package/examples/SafePlan-liaoyuan/App.vue +3 -1
  2. package/package.json +4 -3
  3. package/src/components/android/AddPlanItem.vue +5 -2
  4. package/src/components/android/CurrentCreate.vue +3 -1
  5. package/src/components/paper/PlanChooser.vue +2 -2
  6. package/src/components/pc/Edit.vue +50 -0
  7. package/src/components/pc/NewCheckpaper.vue +9 -5
  8. package/src/components/pc/PaperEdit.vue +148 -0
  9. package/src/components/pc/SelectCheckPlanAndNoPLan.vue +3 -0
  10. package/src/components/querycheckpaper/CheckSearchUser.vue +10 -1
  11. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1377 -1377
  12. package/src/filiale/hanzhong/android/PaperFeedback.vue +1477 -0
  13. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1313 -0
  14. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -0
  15. package/src/filiale/hanzhong/android.js +5 -1
  16. package/src/filiale/jingyang/android/PhoneUpUserinfo.vue +34 -34
  17. package/src/filiale/jingyang/pc/PaperList.vue +1 -2
  18. package/src/filiale/kelai/android/AddPlanItem.vue +488 -0
  19. package/src/filiale/kelai/android.js +1 -0
  20. package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1 -1
  21. package/src/filiale/qianneng/android/PaperFeedback.vue +40 -0
  22. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +9 -3
  23. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1 -0
  24. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +2 -0
  25. package/src/filiale/wenxi/pc/DefectPaper.vue +1 -1
  26. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +600 -598
  27. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +20 -0
  28. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1 -1
  29. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +2 -2
  30. package/src/filiale/yangchunboneng/pc/PaperList.vue +2 -2
  31. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +230 -0
  32. package/src/filiale/yongzhou/pc/communityDetail.vue +183 -171
  33. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +8 -6
  34. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +8 -6
  35. package/src/filiale/yongzhou/pc/safeDetail.vue +232 -220
  36. package/src/filiale/yongzhou/pc/safeStatistics.vue +124 -114
  37. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +416 -396
  38. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +248 -231
  39. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +110 -100
  40. package/src/filiale/yongzhou/pc/safeTable.vue +136 -128
  41. package/src/filiale/yongzhou/pc.js +24 -23
  42. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +151 -53
  43. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +14 -0
  44. package/src/main.js +33 -33
  45. package/src/safecheck.js +6 -0
@@ -1,171 +1,183 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:paged>
5
- <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
- <div partial>
7
- <div class="row">
8
- <div class="form-group col-sm-4">
9
- <label class="font_normal_body">开始时间:</label>
10
- <datepicker
11
- placeholder='请选择'
12
- style="width:60%"
13
- :disabled-days-of-week="[]"
14
- :format="'yyyy-MM-dd'"
15
- :show-rest-button="reset"
16
- :value.sync="model.start_time"
17
- v-model="model.start_time"
18
- condition="tcp.f_upload_date >= '{} 00:00:00'">
19
- </datepicker>
20
- </div>
21
- <div class="form-group col-sm-4">
22
- <label class="font_normal_body">结束时间:</label>
23
- <datepicker
24
- placeholder='请选择'
25
- :disabled-days-of-week="[]"
26
- style="width:60%"
27
- :format="'yyyy-MM-dd'"
28
- :show-rest-button="reset"
29
- :value.sync="model.end_time"
30
- v-model="model.end_time"
31
- condition="tcp.f_upload_date <= '{} 23:59:59'">
32
- </datepicker>
33
- </div>
34
- <div class="col-sm-4 form-group">
35
- <label class="font_normal_body">小区名称:</label>
36
- <input style="width: 60%" class="input_search" v-model="model.f_residential_area"
37
- placeholder="请输入小区(可模糊查询)" condition="f_residential_area like '%{}%'">
38
- </div>
39
- <div class="col-sm-4 form-group" style="margin: 0">
40
- <role-selector-safe
41
- role-name="安检员"
42
- :resobjprop.sync="$parent.$parent.resids"
43
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
44
- @re-res="$parent.$parent.getRes"
45
- :value.sync="model.f_checker_id"
46
- v-model="model.f_checker_id"
47
- condition="tcp.f_checker_name = '{}'">
48
- </role-selector-safe>
49
- </div>
50
- <div style="float: right">
51
- <export-excel-safe :data="$parent.$parent.searchData"
52
- :field="$parent.$parent.excelHeaders"
53
- progress="safeGetExportProgress"
54
- sqlurl="rs/logic/SafeExportExcel" sql-name="communityDetail" template-name='小区隐患明细'
55
- :choose-col="true"></export-excel-safe>
56
- </div>
57
- <print-data :sum-field="$parent.$parent.excelHeaders" :model="$parent.$parent.model" :field="$parent.$parent.excelHeaders"
58
- :defaultfield="$parent.$parent.defaultPrint"
59
- titletable="小区隐患明细" :starthead="$parent.$parent.getstart"
60
- :sumsmodel="$parent.$parent.sumsmodel"></print-data>
61
- <button class="button_spacing button_search" @click="search()">查询</button>
62
- </div>
63
- </div>
64
- </criteria>
65
- <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
66
- <template partial='head'>
67
- <tr>
68
- <th>
69
- <nobr>序号</nobr>
70
- </th>
71
- <th>
72
- <nobr>小区名称</nobr>
73
- </th>
74
- <th>
75
- <nobr>存在隐患户数</nobr>
76
- </th>
77
- <th>
78
- <nobr>已处理户数</nobr>
79
- </th>
80
- <th>
81
- <nobr>处理中户数</nobr>
82
- </th>
83
- <th>
84
- <nobr>未处理户数</nobr>
85
- </th>
86
- </tr>
87
- </template>
88
- <template partial='body'>
89
-
90
- <td style="text-align: center">{{ $index + 1 }}</td>
91
- <td style="text-align: center">{{ row.f_residential_area }}</td>
92
- <td style="text-align: center">{{ row.yhhs }}</td>
93
- <td style="text-align: center">{{ row.yclyh }}</td>
94
- <td style="text-align: center">{{ row.clzyh }}</td>
95
- <td style="text-align: center">{{ row.yhhs - row.yclyh }}</td>
96
- </template>
97
- <template partial="foot">
98
- <td style="text-align: center" colspan="2"><span><b>合计:</b></span></td>
99
- <td style="text-align: center">{{ model.sums.yhhs }}</td>
100
- <td style="text-align: center">{{ model.sums.yclyh }}</td>
101
- <td style="text-align: center">{{ model.sums.clzyh }}</td>
102
- <td style="text-align: center">{{ model.sums.yhhs - model.sums.yclyh }}</td>
103
- </template>
104
- </data-grid>
105
- </criteria-paged>
106
- </div>
107
- </div>
108
- </template>
109
-
110
- <script>
111
- import {PagedList} from "vue-client";
112
-
113
- export default {
114
- name: "communityDetail",
115
- title: "小区隐患明细",
116
- data() {
117
- return {
118
- model: new PagedList("/rs/sql/communityDetail", 999, {orgid: this.$login.f.orgid}, {
119
- yhhs: '',
120
- yclyh: '',
121
- clzyh: ''
122
- }),
123
- resids: {},
124
- searchData: {
125
- condition: "1=1",
126
- orgid: this.$login.f.orgid
127
- },
128
- excelHeaders: {
129
- 'f_residential_area': '小区名称',
130
- 'yhhs': '存在隐患户数',
131
- 'yclyh': '已处理户数',
132
- 'clzyh': '处理中户数',
133
- },
134
- printshow: false,
135
- defaultPrint: ['f_residential_area','yhhs','yclyh','clzyh'],
136
- sumsmodel: {},
137
- };
138
- },
139
- ready() {
140
- this.model.search('1=1')
141
- },
142
- methods: {
143
- selfSearch(args) {
144
- this.model.search(args.condition, args.model, args.condValue)
145
- this.searchData.condition = args.condition
146
- this.sumsmodel = this.$refs.paged.$refs.grid.model.sums;
147
- },
148
- getRes(obj) {
149
- //tag
150
- this.resids = {res: obj.res[0], resids: obj.resids[0]}
151
- this.model.f_filialeids = this.$login.convertToIn(obj.resids);
152
- },
153
- // 打印
154
- stamp() {
155
- this.printshow = true
156
- },
157
- close() {
158
- this.printshow = false
159
- }
160
- },
161
- computed:{
162
- getstart(){
163
- return `开始时间:${this.$refs.paged.$refs.cri.model.startDate} 结束时间:${this.$refs.paged.$refs.cri.model.endDate}`
164
- },
165
- }
166
- }
167
- </script>
168
-
169
- <style scoped>
170
-
171
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
+ <div partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-4">
9
+ <label class="font_normal_body">开始时间:</label>
10
+ <datepicker
11
+ placeholder='请选择'
12
+ style="width:60%"
13
+ :disabled-days-of-week="[]"
14
+ :format="'yyyy-MM-dd'"
15
+ :show-rest-button="reset"
16
+ :value.sync="model.start_time"
17
+ v-model="model.start_time"
18
+ condition="tcp.f_upload_date >= '{} 00:00:00'">
19
+ </datepicker>
20
+ </div>
21
+ <div class="form-group col-sm-4">
22
+ <label class="font_normal_body">结束时间:</label>
23
+ <datepicker
24
+ placeholder='请选择'
25
+ :disabled-days-of-week="[]"
26
+ style="width:60%"
27
+ :format="'yyyy-MM-dd'"
28
+ :show-rest-button="reset"
29
+ :value.sync="model.end_time"
30
+ v-model="model.end_time"
31
+ condition="tcp.f_upload_date <= '{} 23:59:59'">
32
+ </datepicker>
33
+ </div>
34
+ <div class="col-sm-4 form-group">
35
+ <label class="font_normal_body">小区名称:</label>
36
+ <input style="width: 60%" class="input_search" v-model="model.f_residential_area"
37
+ placeholder="请输入小区(可模糊查询)" condition="f_residential_area like '%{}%'">
38
+ </div>
39
+ <div class="form-group col-sm-4">
40
+ <label class="font_normal_body">用户类型</label>
41
+ <v-select :value.sync="model.f_user_type" v-model='model.f_user_type'
42
+ :value-single="true" style="width: 60%"
43
+ class="select_list select"
44
+ :options='$parent.$parent.user_types' placeholder='用户类型'
45
+ close-on-select
46
+ condition="tcp.f_check_type = '{}'"></v-select>
47
+ </div>
48
+ <div class="col-sm-4 form-group" style="margin: 0">
49
+ <role-selector-safe
50
+ role-name="安检员"
51
+ :resobjprop.sync="$parent.$parent.resids"
52
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
53
+ @re-res="$parent.$parent.getRes"
54
+ :value.sync="model.f_checker_id"
55
+ v-model="model.f_checker_id"
56
+ condition="tcp.f_checker_name = '{}'">
57
+ </role-selector-safe>
58
+ </div>
59
+ <div style="float: right">
60
+ <export-excel-safe :data="$parent.$parent.searchData"
61
+ :field="$parent.$parent.excelHeaders"
62
+ progress="safeGetExportProgress"
63
+ sqlurl="rs/logic/SafeExportExcel" sql-name="communityDetail" template-name='小区隐患明细'
64
+ :choose-col="true"></export-excel-safe>
65
+ </div>
66
+ <print-data :sum-field="$parent.$parent.excelHeaders" :model="$parent.$parent.model" :field="$parent.$parent.excelHeaders"
67
+ :defaultfield="$parent.$parent.defaultPrint"
68
+ titletable="小区隐患明细" :starthead="$parent.$parent.getstart"
69
+ :sumsmodel="$parent.$parent.sumsmodel"></print-data>
70
+ <button class="button_spacing button_search" @click="search()">查询</button>
71
+ </div>
72
+ </div>
73
+ </criteria>
74
+ <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
75
+ <template partial='head'>
76
+ <tr>
77
+ <th>
78
+ <nobr>序号</nobr>
79
+ </th>
80
+ <th>
81
+ <nobr>小区名称</nobr>
82
+ </th>
83
+ <th>
84
+ <nobr>存在隐患户数</nobr>
85
+ </th>
86
+ <th>
87
+ <nobr>已处理户数</nobr>
88
+ </th>
89
+ <th>
90
+ <nobr>处理中户数</nobr>
91
+ </th>
92
+ <th>
93
+ <nobr>未处理户数</nobr>
94
+ </th>
95
+ </tr>
96
+ </template>
97
+ <template partial='body'>
98
+
99
+ <td style="text-align: center">{{ $index + 1 }}</td>
100
+ <td style="text-align: center">{{ row.f_residential_area }}</td>
101
+ <td style="text-align: center">{{ row.yhhs }}</td>
102
+ <td style="text-align: center">{{ row.yclyh }}</td>
103
+ <td style="text-align: center">{{ row.clzyh }}</td>
104
+ <td style="text-align: center">{{ row.wcl }}</td>
105
+ </template>
106
+ <template partial="foot">
107
+ <td style="text-align: center" colspan="2"><span><b>合计:</b></span></td>
108
+ <td style="text-align: center">{{ model.sums.yhhs }}</td>
109
+ <td style="text-align: center">{{ model.sums.yclyh }}</td>
110
+ <td style="text-align: center">{{ model.sums.clzyh }}</td>
111
+ <td style="text-align: center">{{ model.sums.wcl }}</td>
112
+ </template>
113
+ </data-grid>
114
+ </criteria-paged>
115
+ </div>
116
+ </div>
117
+ </template>
118
+
119
+ <script>
120
+ import {PagedList} from "vue-client";
121
+
122
+ export default {
123
+ name: "communityDetail",
124
+ title: "小区隐患明细",
125
+ data() {
126
+ return {
127
+ model: new PagedList("/rs/sql/communityDetail", 999, {orgid: this.$login.f.orgid}, {
128
+ yhhs: '',
129
+ yclyh: '',
130
+ clzyh: '',
131
+ wcl:''
132
+ }),
133
+ resids: {},
134
+ searchData: {
135
+ condition: "1=1",
136
+ orgid: this.$login.f.orgid
137
+ },
138
+ user_types: [{label:'全部',value:''},{label:'民用',value:'民用'},{label:'非民用',value:'非民用'}],
139
+ excelHeaders: {
140
+ 'f_residential_area': '小区名称',
141
+ 'yhhs': '存在隐患户数',
142
+ 'wcl': '未处理户数',
143
+ 'yclyh': '已处理户数',
144
+ 'clzyh': '处理中户数',
145
+ },
146
+ printshow: false,
147
+ defaultPrint: ['f_residential_area','yhhs','yclyh','clzyh','wcl'],
148
+ sumsmodel: {},
149
+ };
150
+ },
151
+ ready() {
152
+ this.model.search('1=1')
153
+ },
154
+ methods: {
155
+ selfSearch(args) {
156
+ this.model.search(args.condition, args.model, args.condValue)
157
+ this.searchData.condition = args.condition
158
+ this.sumsmodel = this.$refs.paged.$refs.grid.model.sums;
159
+ },
160
+ getRes(obj) {
161
+ //tag
162
+ this.resids = {res: obj.res[0], resids: obj.resids[0]}
163
+ this.model.f_filialeids = this.$login.convertToIn(obj.resids);
164
+ },
165
+ // 打印
166
+ stamp() {
167
+ this.printshow = true
168
+ },
169
+ close() {
170
+ this.printshow = false
171
+ }
172
+ },
173
+ computed:{
174
+ getstart(){
175
+ return `开始时间:${this.$refs.paged.$refs.cri.model.startDate} 结束时间:${this.$refs.paged.$refs.cri.model.endDate}`
176
+ },
177
+ }
178
+ }
179
+ </script>
180
+
181
+ <style scoped>
182
+
183
+ </style>
@@ -52,12 +52,12 @@
52
52
  :field="$parent.$parent.excelHeaders"
53
53
  progress="safeGetExportProgress"
54
54
  sqlurl="rs/logic/SafeExportExcel" sql-name="communityTypeDetailG"
55
- template-name='居民隐患类型明细' :choose-col="true"></export-excel-safe>
55
+ template-name='工商隐患类型明细' :choose-col="true"></export-excel-safe>
56
56
  </div>
57
57
  <print-data :sum-field="$parent.$parent.excelHeaders" :model="$parent.$parent.model"
58
58
  :field="$parent.$parent.excelHeaders"
59
59
  :defaultfield="$parent.$parent.defaultPrint"
60
- titletable="居民隐患类型明细" :starthead="$parent.$parent.getstart"
60
+ titletable="工商隐患类型明细" :starthead="$parent.$parent.getstart"
61
61
  :sumsmodel="$parent.$parent.sumsmodel"></print-data>
62
62
  <button class="button_spacing button_search" @click="search()">查询</button>
63
63
  </div>
@@ -105,7 +105,7 @@
105
105
  <td style="text-align: center">{{ row.yhhs }}</td>
106
106
  <td style="text-align: center">{{ row.yclyh }}</td>
107
107
  <td style="text-align: center">{{ row.clzyh }}</td>
108
- <td style="text-align: center">{{ row.yhhs - row.yclyh }}</td>
108
+ <td style="text-align: center">{{ row.wcl }}</td>
109
109
  </template>
110
110
  <template partial="foot">
111
111
  <td style="text-align: center" colspan="2"><span><b>合计:</b></span></td>
@@ -115,7 +115,7 @@
115
115
  <td style="text-align: center">{{ model.sums.rqjcount }}</td>
116
116
  <td style="text-align: center">{{ model.sums.yclyh }}</td>
117
117
  <td style="text-align: center">{{ model.sums.clzyh }}</td>
118
- <td style="text-align: center">{{ model.sums.yhhs - model.sums.yclyh }}</td>
118
+ <td style="text-align: center">{{ model.sums.wcl }}</td>
119
119
  </template>
120
120
  </data-grid>
121
121
  </criteria-paged>
@@ -128,7 +128,7 @@ import {PagedList} from "vue-client";
128
128
 
129
129
  export default {
130
130
  name: "communityTypeDetailG",
131
- title: "居民隐患类型明细",
131
+ title: "工商隐患类型明细",
132
132
  data() {
133
133
  return {
134
134
  model: new PagedList("/rs/sql/communityTypeDetailG", 999, {orgid: this.$login.f.orgid}, {
@@ -137,6 +137,7 @@ export default {
137
137
  clzyh: '',
138
138
  rqjcount: '',
139
139
  ljcount: '',
140
+ wcl:'',
140
141
  jgcount: ''
141
142
  }),
142
143
  resids: {},
@@ -152,9 +153,10 @@ export default {
152
153
  'yhhs': '存在隐患户数',
153
154
  'yclyh': '已处理户数',
154
155
  'clzyh': '处理中户数',
156
+ 'wcl' : '未处理户数'
155
157
  },
156
158
  printshow: false,
157
- defaultPrint:['f_residential_area', 'ljcount','jgcount','rqjcount','yhhs', 'yclyh', 'clzyh'],
159
+ defaultPrint:['f_residential_area', 'ljcount','jgcount','rqjcount','yhhs', 'yclyh', 'clzyh','wcl'],
158
160
  sumsmodel: {},
159
161
  }
160
162
  },
@@ -52,12 +52,12 @@
52
52
  :field="$parent.$parent.excelHeaders"
53
53
  progress="safeGetExportProgress"
54
54
  sqlurl="rs/logic/SafeExportExcel" sql-name="communityTypeDetailM"
55
- template-name='工商隐患类型明细' :choose-col="true"></export-excel-safe>
55
+ template-name='居民隐患类型明细' :choose-col="true"></export-excel-safe>
56
56
  </div>
57
57
  <print-data :sum-field="$parent.$parent.excelHeaders" :model="$parent.$parent.model"
58
58
  :field="$parent.$parent.excelHeaders"
59
59
  :defaultfield="$parent.$parent.defaultPrint"
60
- titletable="工商隐患类型明细" :starthead="$parent.$parent.getstart"
60
+ titletable="居民隐患类型明细" :starthead="$parent.$parent.getstart"
61
61
  :sumsmodel="$parent.$parent.sumsmodel"></print-data>
62
62
  <button class="button_spacing button_search" @click="search()">查询</button>
63
63
  </div>
@@ -105,7 +105,7 @@
105
105
  <td style="text-align: center">{{ row.yhhs }}</td>
106
106
  <td style="text-align: center">{{ row.yclyh }}</td>
107
107
  <td style="text-align: center">{{ row.clzyh }}</td>
108
- <td style="text-align: center">{{ row.yhhs - row.yclyh }}</td>
108
+ <td style="text-align: center">{{ row.wcl }}</td>
109
109
  </template>
110
110
  <template partial="foot">
111
111
  <td style="text-align: center" colspan="2"><span><b>合计:</b></span></td>
@@ -115,7 +115,7 @@
115
115
  <td style="text-align: center">{{ model.sums.rqjcount }}</td>
116
116
  <td style="text-align: center">{{ model.sums.yclyh }}</td>
117
117
  <td style="text-align: center">{{ model.sums.clzyh }}</td>
118
- <td style="text-align: center">{{ model.sums.yhhs - model.sums.yclyh }}</td>
118
+ <td style="text-align: center">{{ model.sums.wcl }}</td>
119
119
  </template>
120
120
  </data-grid>
121
121
  </criteria-paged>
@@ -128,7 +128,7 @@ import {PagedList} from "vue-client";
128
128
 
129
129
  export default {
130
130
  name: "communityTypeDetailM",
131
- title: "工商隐患类型明细",
131
+ title: "居民隐患类型明细",
132
132
  data() {
133
133
  return {
134
134
  model: new PagedList("/rs/sql/communityTypeDetailM", 999, {orgid: this.$login.f.orgid}, {
@@ -137,6 +137,7 @@ export default {
137
137
  clzyh: '',
138
138
  rqjcount: '',
139
139
  ljcount: '',
140
+ wcl:'',
140
141
  jgcount: ''
141
142
  }),
142
143
  resids: {},
@@ -152,9 +153,10 @@ export default {
152
153
  'yhhs': '存在隐患户数',
153
154
  'yclyh': '已处理户数',
154
155
  'clzyh': '处理中户数',
156
+ 'wcl' : '未处理户数'
155
157
  },
156
158
  printshow: false,
157
- defaultPrint: ['f_residential_area', 'ljcount','jgcount','rqjcount','yhhs', 'yclyh', 'clzyh'],
159
+ defaultPrint: ['f_residential_area', 'ljcount','jgcount','rqjcount','yhhs', 'yclyh', 'clzyh','wcl'],
158
160
  sumsmodel: {},
159
161
  }
160
162
  },