telephone-clients 4.0.0-1-77 → 4.0.0-1-78
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/CHANGELOG.md +37 -37
- package/README.md +38 -38
- package/package.json +1 -1
- package/release.bat +5 -5
- package/src/components/pc/NewRepairPaper.vue +704 -704
- package/src/components/pc/NewRepairTablePaper.vue +442 -442
- package/src/components/pc/RecordListLeft.vue +1 -1
- package/src/components/pc/WorkHistory.vue +650 -650
- package/src/components/sendsingle/onlinecharge.vue +424 -424
- package/src/components/workorder/ChangeMeterPageNew.vue +663 -658
- package/src/components/workorder/ChangeMeterUserInfo.vue +130 -130
- package/src/components/workorder/RepairFirstV.vue +736 -736
- package/src/components/workorder/RepairInfo.vue +178 -178
- package/src/components/workorder/RepairOrderT.vue +713 -713
- package/src/components/workorder/oldMeterPage.vue +104 -104
- package/src/components/workorder/repairFirstTable.vue +715 -715
- package/src/filiale/meihekou/android/Othercharge.vue +454 -454
- package/src/filiale/meihekou/android/PhoneStandWorkNew.vue +692 -692
- package/src/filiale/meihekou/android/ServiceOnlineQuery.vue +477 -477
- package/src/filiale/meihekou/pc/RepairsWork.vue +1003 -1003
- package/src/filiale/meihekou/pc/WorkListNew.vue +1049 -1049
- package/src/filiale/meihekou/telephoneAndroid.js +26 -26
- package/src/filiale/xinjiangdexin/telephone.js +16 -16
- package/src/filiale/xinliansihui/android/AppInstallationMaterial.vue +864 -864
- package/src/filiale/xinliansihui/android/FaultAll.vue +923 -923
- package/src/filiale/xinliansihui/android/RepairFirstV.vue +734 -734
- package/src/filiale/xinliansihui/android/RepairOrderT.vue +713 -713
- package/src/filiale/xinliansihui/telephoneAndroid.js +11 -11
- package/src/main.js +24 -24
- package/src/telephone-android.js +425 -425
- package/src/telephone.js +796 -796
|
@@ -243,7 +243,7 @@ export default {
|
|
|
243
243
|
if (this.flag == '是') {
|
|
244
244
|
if (this.f_filiale_id) {
|
|
245
245
|
args.condition = args.condition + ' and f_filiale_id in ' + this.f_filiale_id
|
|
246
|
-
}
|
|
246
|
+
}
|
|
247
247
|
}
|
|
248
248
|
if(args.model.istelon == '是'){
|
|
249
249
|
args.condition = args.condition + " and len(starttime) != 0 "
|