safecheck-client 4.0.0-4 → 4.0.0-6
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 +31 -31
- package/src/components/NewDefectList/DefectListNew.vue +663 -663
- package/src/components/Util/SafecheckUpload.vue +281 -281
- package/src/components/android/Insurance/PhoneInsurancePurchase.vue +174 -164
- package/src/components/android/Insurance/PhoneInsurancePurchaseDetail.vue +104 -112
- package/src/components/android/Insurance/PhoneInsuranceRecordList.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +1295 -1295
- package/src/components/pc/CheckBookList.vue +3 -1
- package/src/components/pc/DefectDeal.vue +1007 -1007
- package/src/components/pc/NewCheckpaper.vue +1959 -1959
- package/src/filiale/jinhong/android/PhoneInsurancePurchaseDetail.vue +366 -0
- package/src/filiale/jinhong/android.js +9 -0
@@ -318,7 +318,9 @@ export default {
|
|
318
318
|
// //tag
|
319
319
|
this.$parent.showItem = false
|
320
320
|
this.$parent.showItemUser = false
|
321
|
-
|
321
|
+
if(this.model.f_filialeids){
|
322
|
+
args.condition += ` and f_orgid in ${this.model.f_filialeids}`
|
323
|
+
}
|
322
324
|
args.condition += ` and tcb.f_user_type ='${this.showtype}' `
|
323
325
|
return this.model.search(args.condition, args.model)
|
324
326
|
},
|