safecheck-client 3.0.34-1 → 3.0.34-100

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 (183) hide show
  1. package/package.json +1 -1
  2. package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -0
  3. package/src/assets/123.png +0 -0
  4. package/src/assets/f8632d3c8c4c1cb68e99da754cab1a7.png +0 -0
  5. package/src/components/LoadData.vue +62 -0
  6. package/src/components/NewDefectList/DefectListNew.vue +1 -0
  7. package/src/components/android/AddPlanItemYy.vue +451 -0
  8. package/src/components/android/AndroidDefectDeal.vue +1 -0
  9. package/src/components/android/AndroidDefectDealBeforeSafe.vue +502 -0
  10. package/src/components/android/AreaPlan.vue +1 -7
  11. package/src/components/android/AreaSelect.vue +198 -0
  12. package/src/components/android/BuildingSelect.vue +192 -0
  13. package/src/components/android/CheckPlanSelect.vue +229 -0
  14. package/src/components/android/CurrentCreateYy.vue +1051 -0
  15. package/src/components/android/ImgSelfAndroid.vue +181 -181
  16. package/src/components/android/PaperFeedback.vue +34 -1
  17. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  18. package/src/components/android/QRCode/QRCodeBinding.vue +300 -0
  19. package/src/components/android/QRCode/QRCodePage.vue +212 -0
  20. package/src/components/android/SafecheckDevices.vue +4 -4
  21. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  22. package/src/components/android/SafecheckOrderV.vue +8 -12
  23. package/src/components/android/UserinfoSelect.vue +714 -0
  24. package/src/components/android/examples/410.png +0 -0
  25. package/src/components/android/examples/SafeListExamples.vue +296 -0
  26. package/src/components/android/examples/UserExamples.vue +137 -0
  27. package/src/components/android/examples/ViewDetailsExamples.vue +1235 -0
  28. package/src/components/android/examples/touxiang.png +0 -0
  29. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  30. package/src/components/pc/SafeVisitInfo.vue +261 -0
  31. package/src/components/rongcheng/AddPlanItem.vue +8 -0
  32. package/src/components/rongcheng/AspiratedAreaPlan.vue +574 -464
  33. package/src/components/rongcheng/AspiratedUserInfo.vue +1 -1
  34. package/src/components/rongcheng/CheckSearchUser.vue +46 -16
  35. package/src/components/rongcheng/PaperStatem.vue +6 -1
  36. package/src/components/rongcheng/PhoneDevicesInfo.vue +16 -1
  37. package/src/components/rongcheng/PhoneUpUserinfo.vue +1236 -1328
  38. package/src/components/rongcheng/SafecheckOrderV.vue +12 -3
  39. package/src/components/rongcheng/SafecheckOrderVCli.vue +9 -0
  40. package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
  41. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -0
  42. package/src/filiale/baiyin/android.js +11 -10
  43. package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
  44. package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
  45. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  46. package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
  47. package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
  48. package/src/filiale/baiyin/pc/PaperList.vue +790 -790
  49. package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
  50. package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
  51. package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
  52. package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
  53. package/src/filiale/bayan/android/AddPlanItem.vue +8 -0
  54. package/src/filiale/bayan/android/PaperFeedback.vue +68 -50
  55. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +40 -40
  56. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  57. package/src/filiale/bayan/android/SafecheckOrderV.vue +58 -58
  58. package/src/filiale/bayan/android/SafecheckUserInfo.vue +6 -1
  59. package/src/filiale/bayan/pc/NewCheckpaper.vue +50 -46
  60. package/src/filiale/bayan/pc/PaperList.vue +1 -0
  61. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  62. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -15
  63. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  64. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  65. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  66. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
  67. package/src/filiale/huaran/android.js +12 -0
  68. package/src/filiale/huaran/pc/CheckBook.vue +313 -0
  69. package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
  70. package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
  71. package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
  72. package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
  73. package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
  74. package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
  75. package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
  76. package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
  77. package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
  78. package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
  79. package/src/filiale/huaran/pc/PaperList.vue +822 -0
  80. package/src/filiale/huaran/pc/PlanManage.vue +887 -0
  81. package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
  82. package/src/filiale/huaran/pc/checkUserList.vue +867 -0
  83. package/src/filiale/huaran/pc.js +27 -0
  84. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
  85. package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1229 -0
  86. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
  87. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -0
  88. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
  89. package/src/filiale/jiaxian/android.js +14 -10
  90. package/src/filiale/jiaxian/pc.js +12 -12
  91. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  92. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  93. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +15 -7
  94. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  95. package/src/filiale/qianneng/android/SafecheckOrderV.vue +1 -1
  96. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
  97. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  98. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  99. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  100. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -0
  101. package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -0
  102. package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -0
  103. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -0
  104. package/src/filiale/qingtongxia/android.js +4 -0
  105. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
  106. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
  107. package/src/filiale/ruihua/android.js +11 -0
  108. package/src/filiale/shanxian/android/AddPlanItem.vue +447 -0
  109. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  110. package/src/filiale/shanxian/android.js +1 -0
  111. package/src/filiale/shanxian/pc/PaperList.vue +785 -0
  112. package/src/filiale/shanxian/pc/checkUserList.vue +4 -4
  113. package/src/filiale/shanxian/pc.js +2 -2
  114. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  115. package/src/filiale/siyang/android/AddPlanItem.vue +450 -0
  116. package/src/filiale/siyang/android/AppCheckPlan.vue +246 -0
  117. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -0
  118. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  119. package/src/filiale/siyang/android.js +4 -0
  120. package/src/filiale/siyang/pc/CheckBookList.vue +396 -0
  121. package/src/filiale/siyang/pc/CheckBookSearchArea.vue +667 -0
  122. package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -0
  123. package/src/filiale/siyang/pc/CheckSearchUser.vue +1035 -0
  124. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -0
  125. package/src/filiale/siyang/pc/checkPlanList.vue +367 -0
  126. package/src/filiale/siyang/pc/checkUserList.vue +22 -18
  127. package/src/filiale/siyang/pc.js +6 -0
  128. package/src/filiale/tongchuan/android/SafecheckDevices.vue +2 -2
  129. package/src/filiale/tongchuan/android/Select.vue +421 -0
  130. package/src/filiale/tongchuan/android.js +1 -0
  131. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +3 -1
  132. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +6 -2
  133. package/src/filiale/tongchuan/pc/HiddenSituation.vue +3 -1
  134. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +13 -22
  135. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1 -1
  136. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +5 -2
  137. package/src/filiale/tongchuan/pc/checkUserList.vue +30 -0
  138. package/src/filiale/tongchuan/utils/EventListener.js +29 -0
  139. package/src/filiale/tongchuan/utils/coerceBoolean.js +7 -0
  140. package/src/filiale/weinan/android/SafecheckDevices.vue +1 -1
  141. package/src/filiale/weinan/android/SafecheckOrderV.vue +6 -2
  142. package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +75 -62
  143. package/src/filiale/weinan/pc/CheckDetail.vue +11 -11
  144. package/src/filiale/weinan/pc/DefectPaperNew.vue +31 -0
  145. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -0
  146. package/src/filiale/weinan/pc/checkUserList.vue +49 -113
  147. package/src/filiale/weinan/pc.js +1 -0
  148. package/src/filiale/wuan/android/SafecheckOrderV.vue +5 -1
  149. package/src/filiale/wuan/android/SafecheckUserInfo.vue +10 -5
  150. package/src/filiale/xilan/android/AddPlanItem.vue +457 -0
  151. package/src/filiale/xilan/android/CurrentCreate.vue +1063 -0
  152. package/src/filiale/xilan/android.js +11 -0
  153. package/src/filiale/xilan/pc/checkUserList.vue +772 -0
  154. package/src/filiale/xilan/pc.js +12 -0
  155. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +8 -11
  156. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +8 -13
  157. package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
  158. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
  159. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
  160. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1336 -1332
  161. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2845
  162. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  163. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +8 -13
  164. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +23 -11
  165. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +9 -9
  166. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +96 -30
  167. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
  168. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +54 -3
  169. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1046 -944
  170. package/src/filiale/yangchunboneng/pc/PaperList.vue +29 -0
  171. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  172. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  173. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  174. package/src/filiale/yuansheng/android/SafecheckDevices.vue +11 -1
  175. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +10 -2
  176. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  177. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  178. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
  179. package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -0
  180. package/src/main.js +33 -33
  181. package/src/safecheck-android.js +307 -296
  182. package/src/safecheck-page.js +12 -0
  183. package/src/safecheck.js +3 -0
@@ -0,0 +1,246 @@
1
+ <template>
2
+ <div>
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' class="search_area" @condition-changed='$parent.search' v-ref:cri>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div v-if="$parent.$parent.isShow">
8
+ <label class="font_normal_body">&nbsp;安检员&nbsp;&nbsp;&nbsp;</label>
9
+ <v-select
10
+ style="width:60%"
11
+ :value.sync="model.f_checker_id"
12
+ :value-single="true"
13
+ :options='$parent.$parent.checkerman'
14
+ placeholder='请选择安检员'
15
+ close-on-select></v-select>
16
+ </div>
17
+
18
+ <div >
19
+ <label class="font_normal_body">安检起始</label>
20
+ <datepicker
21
+ :value.sync="$parent.$parent.f_start_time"
22
+ placeholder='安检起始' style="width:60%"
23
+ :show-rest-button="reset">
24
+ </datepicker>
25
+ </div>
26
+ <div :class="{'form-group col-sm-3':$parent.$parent.$parent.showItem,'form-group col-sm-2':!$parent.$parent.$parent.showItem}">
27
+ <label class="font_normal_body">安检截止</label>
28
+ <datepicker
29
+ :value.sync="$parent.$parent.f_end_time"
30
+ placeholder='安检截止' style="width:60%"
31
+ :show-rest-button="reset">
32
+ </datepicker>
33
+ </div>
34
+ <div style="width: auto;margin-top:8px;float: right" :class="{'form-group col-sm-3':$parent.$parent.$parent.showItem,'form-group col-sm-2':!$parent.$parent.$parent.showItem}">
35
+ <button type="button" class="button_search button_spacing" @click="search()">查询</button>
36
+ <div class="button_spacing"
37
+ :class="{'button_shrink_left':$parent.$parent.$parent.showItem,'button_shrink_right':!$parent.$parent.$parent.showItem}"
38
+ @click="$parent.$parent.hiddenr()"></div>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </criteria>
43
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
44
+ <template partial='head'>
45
+ <tr>
46
+ <th>安检员</th>
47
+ <th style="text-align: center;white-space:nowrap">
48
+ 计划<br>
49
+ 总数
50
+ </th>
51
+ <th>入户</th>
52
+ <th style="text-align: center;white-space:nowrap">
53
+ 到访<br>
54
+ 不遇
55
+ </th>
56
+ <th>拒检</th>
57
+ <th>已检</th>
58
+ <th>未检</th>
59
+ <th>安检率</th>
60
+ <th>入户率</th>
61
+ </tr>
62
+ </template>
63
+ <template partial='body'>
64
+ <td style="text-align: center">{{row.f_checker}}</td>
65
+ <td style="text-align: center">{{row.plannum}}</td>
66
+ <td style="text-align: center">{{row.ruhu}}</td>
67
+ <td style="text-align: center">{{row.daofang}}</td>
68
+ <td style="text-align: center">{{row.jujian}}</td>
69
+ <td style="text-align: center">{{row.ruhu+row.daofang+row.jujian}}</td>
70
+ <td style="text-align: center">{{row.plannum-(row.ruhu+row.daofang+row.jujian)}}</td>
71
+ <td style="text-align: center">{{((row.ruhu+row.daofang+row.jujian)/row.plannum).toFixed(2)}}%</td>
72
+ <td style="text-align: center">{{(row.ruhu/row.plannum).toFixed(2)}}%</td>
73
+ </template>
74
+ </data-grid>
75
+ </criteria-paged>
76
+ </div>
77
+ </template>
78
+ <script>
79
+ import {PagedList} from 'vue-client'
80
+ import { HttpResetClass } from 'vue-client'
81
+ import Vue from 'vue'
82
+ export default {
83
+ title: '安检员考核',
84
+ data() {
85
+ let options = []
86
+ let year = (new Date()).getFullYear()
87
+ for (let i = year - 8; i <= year + 1; i++)
88
+ options.push({label: i + '', value: i + ''})
89
+ let model = new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/planCount`, 20, {
90
+ f_filialeids: 'this.f_filialeids',
91
+ f_start_time: 'this.f_start_time',
92
+ condition1:'this.condition1',
93
+ condition2:'this.condition2',
94
+ condition3:'this.condition3',
95
+ f_end_time: 'this.f_end_time'
96
+ })
97
+ model.f_filialeids = '('+Vue.user.orgid+')'
98
+ return {
99
+ searchData:{
100
+ condition:"1=1",
101
+ condition1:"1=1",
102
+ condition2:"1=1",
103
+ condition3:"and 1=1",
104
+ f_plan_year:year[0],
105
+ f_checker:'',
106
+ f_filialeids:'('+Vue.user.orgid+')',
107
+ f_start_time:'',
108
+ f_end_time:''
109
+ },
110
+ checker: Vue.user,
111
+ checkers: [],
112
+ checkerman: [],
113
+ checkersname: [],
114
+ checkStates: this.$appdata.getParam('安检状态'),
115
+ f: Vue.user,
116
+ criteriaShow: false,
117
+ model: model,
118
+ c_year_list: options,
119
+ f_check_start:'',
120
+ f_check_end: '',
121
+ f_start_time:'',
122
+ f_end_time:'',
123
+ isShow:false
124
+ }
125
+ },
126
+ methods: {
127
+ //判断当前用户是否有管理员角色
128
+ getrole(){
129
+ if(Vue.user.rolesnames.indexOf('管理员') > -1){
130
+ this.isShow=true
131
+ }
132
+ },
133
+ getEmp() {
134
+ this.checkerman=[]
135
+ let per = {source: 'this.getRights().where(row.getType()==$user$).where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))', userid: `${Vue.user.id}`}
136
+ let http = new HttpResetClass()
137
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/search`, {data: per}, {resolveMsg: null, rejectMsg: null}).then((res) => {
138
+ res.data.forEach((user)=>{
139
+ this.checkerman.push({label:user.name, value: user.id})
140
+ })
141
+ })
142
+ },
143
+ hidden() {
144
+ this.criteriaShow = !this.criteriaShow
145
+ },
146
+ hiddenr() {
147
+ this.$parent.showItem = !this.$parent.showItem
148
+ },
149
+ search(args) {
150
+ let tempStr = args.condition
151
+ let condition1 =tempStr
152
+ let condition2 =tempStr
153
+ let condition3 = ' and 1=1 '
154
+ if (this.f_check_start) {
155
+ condition1 += ` AND f_plan_year >= ${this.f_check_start.substr(0,4)} `
156
+ condition1 += ` AND f_plan_month >= ${this.f_check_start.substr(5,2)} `
157
+ }
158
+ if (this.f_check_end) {
159
+ condition1 += ` AND f_plan_year <= ${this.f_check_end.substr(0,4)} `
160
+ condition1 += ` AND f_plan_month <= ${this.f_check_end.substr(5,2)} `
161
+ }
162
+ if(this.f_start_time){
163
+ condition2 += ` AND f_offsite_time >= '${this.f_start_time} 00:00:00'`
164
+ }
165
+ if (this.f_end_time){
166
+ condition2 += ` AND f_offsite_time <= '${this.f_end_time} 23:59:59'`
167
+ }
168
+ if (this.$refs.paged.$refs.cri.model.f_checker_id){
169
+ condition3 += ` AND f_checker_id= '${this.$refs.paged.$refs.cri.model.f_checker_id}' `
170
+ condition2 += ` AND f_checker_id= '${this.$refs.paged.$refs.cri.model.f_checker_id}' `
171
+ }
172
+ if(this.$refs.paged.$refs.cri.model.f_checker_id==''||this.$refs.paged.$refs.cri.model.f_checker_id==null){
173
+ condition3 += ` AND f_checker_id = '${Vue.user.id}' `
174
+ condition2 += ` AND f_checker_id = '${Vue.user.id}' `
175
+ }
176
+ this.model.f_start_time=this.f_start_time
177
+ this.model.f_end_time=this.f_end_time
178
+ this.model.condition1=condition1
179
+ this.model.condition2=condition2
180
+ this.model.condition3=condition3
181
+
182
+ this.searchData.condition1=condition1
183
+ this.searchData.condition2=condition2
184
+ this.searchData.condition3=condition3
185
+ this.model.search(args.condition, args.model)
186
+ },
187
+ getRes(obj){
188
+ this.model.f_filialeids = this.$login.convertToIn(obj.resids);
189
+ }
190
+ },
191
+ ready() {
192
+ this.getEmp()
193
+ this.getrole()
194
+ this.model.id = Vue.user.id
195
+ this.model.f_subcompany = Vue.user.f_fengongsi
196
+ this.model.f_filialeid = Vue.user.orgid
197
+ },
198
+ watch: {
199
+ 'model.condition'(val) {
200
+ if(val){
201
+ this.searchData.condition = val
202
+ }
203
+ },
204
+ 'model.f_checker'(val) {
205
+ if(val){
206
+ this.searchData.f_checker = val
207
+ }
208
+ },
209
+ 'f_start_time'(val) {
210
+ if(val){
211
+ this.searchData.f_start_time = val
212
+ }
213
+ },
214
+ 'f_end_time'(val) {
215
+ if(val){
216
+ this.searchData.f_end_time = val
217
+ }
218
+ },
219
+ 'checker'() {
220
+ // //tag
221
+ //tag
222
+ this.model.chosenOrg = this.checker[0]
223
+ },
224
+ 'model.rows.length'() {
225
+ // 如果查询无结果,将合计置为0
226
+ if(this.model.rows.length < 1 &&this. model.sums){
227
+ this.model.sums.yrj = 0
228
+ this.model.sums.no_plan_num = 0
229
+ this.model.sums.wrj = 0
230
+ this.model.sums.ruhu = 0
231
+ this.model.sums.jujian = 0
232
+ this.model.sums.daofang = 0
233
+ this.model.sums.ruhu_total=0
234
+ this.model.sums.daofang_total=0
235
+ this.model.sums.jujian_total=0
236
+ this.model.sums.total_sum=0
237
+ }
238
+ }
239
+ },
240
+ computed: {
241
+ selected() {
242
+ return this.$refs.paged.$refs.grid.selected
243
+ }
244
+ }
245
+ }
246
+ </script>