safecheck-client 3.0.39-15 → 3.0.39-17
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.
- package/package.json +1 -1
- package/src/App.vue +26 -31
- package/src/components/pc/RoleSelector.vue +172 -172
- package/src/components/rongcheng/AddPlanItem.vue +344 -344
- package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
- package/src/components/rongcheng/PaperDefectMain.vue +828 -828
- package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
- package/src/filiale/dexin/pc/PaperList.vue +840 -840
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
- package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1336 -1336
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +2918 -2918
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -823
- package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
- package/src/filiale/siyang/android/SafecheckDevices.vue +1302 -1302
- package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
- package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
- package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
- package/src/filiale/yangchunboneng/android.js +21 -21
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +677 -677
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
- package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
- package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
- package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
- package/src/filiale/yangchunboneng/pc.js +29 -29
- package/src/main.js +33 -33
- package/src/rongcheng.js +319 -319
- package/yarn-error.log +140 -0
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
},
|
|
249
249
|
echartswidth: '95%',
|
|
250
250
|
barshowid: '1',
|
|
251
|
-
model:new PagedList(),
|
|
252
|
-
model1:new PagedList(),
|
|
251
|
+
model:new PagedList('rs/sql/QueryCheckStatus', 20, {startDate: 'this.startDate',endDate: 'this.endDate', orgid: 'this.orgid',plan_type:'this.plan_type',f_safecheck_type: 'this.f_safecheck_type'},{rh:'',dfby:'',wsy:'',jj:''}),
|
|
252
|
+
model1:new PagedList('rs/sql/QueryHiddenLevel', 20, {startDate: 'this.startDate',endDate: 'this.endDate', orgid: 'this.orgid',plan_type:'this.plan_type',f_safecheck_type: 'this.f_safecheck_type'},{a:'',b:'',c:'',ac:'',bc:'',cc:''}),
|
|
253
253
|
orgid: `('${this.$login.f.orgid}')`,
|
|
254
254
|
f: this.$login.f,
|
|
255
255
|
chosenOrg: {
|
|
@@ -216,7 +216,12 @@ export default {
|
|
|
216
216
|
wsy: 0,
|
|
217
217
|
checkrate: '0.00%',
|
|
218
218
|
},
|
|
219
|
-
model: new PagedList(
|
|
219
|
+
model: new PagedList('rs/sql/YearCountRate', 20, {
|
|
220
|
+
year: 'this.year',
|
|
221
|
+
orgid: 'this.orgid',
|
|
222
|
+
plan_type: 'this.plan_type',
|
|
223
|
+
f_safecheck_type: 'this.f_safecheck_type'
|
|
224
|
+
}),
|
|
220
225
|
orgid: `('${this.$login.f.orgid}')`,
|
|
221
226
|
//测试
|
|
222
227
|
// orgid:'2586252.6314787',
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
yijian:0,
|
|
152
152
|
checkrate:'0.00%',
|
|
153
153
|
},
|
|
154
|
-
model:new PagedList(),
|
|
154
|
+
model:new PagedList('rs/sql/CheckComplete',20, {year:'this.year',orgid:'this.orgid',plan_type:'this.plan_type',f_safecheck_type: 'this.f_safecheck_type'}),
|
|
155
155
|
orgid: `('${this.$login.f.orgid}')`,
|
|
156
156
|
startDate:(new Date()).getFullYear()+'-01-01',
|
|
157
157
|
endDate: Util.toStandardDateString(),
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
wsy:0,
|
|
197
197
|
checkrate:'0.00%',
|
|
198
198
|
},
|
|
199
|
-
model:new PagedList(),
|
|
199
|
+
model:new PagedList('rs/sql/YearCheckerCountRate',20, {year:'this.year',orgid:'this.orgid',plan_type:'this.plan_type',f_start_time:'this.f_start_time',f_end_time:'this.f_end_time',f_safecheck_type: 'this.f_safecheck_type'}),
|
|
200
200
|
orgid:`('${this.$login.f.orgid}')`,
|
|
201
201
|
//测试
|
|
202
202
|
// orgid:'2586252.6314787',
|