apply-clients 3.4.89-6 → 3.4.89-8
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/filiale/qianneng/android/AppExplorationUser.vue +1 -1
- package/src/filiale/qianneng/android/AppServiceControl.vue +1608 -0
- package/src/filiale/qianneng/android/AppServiceView.vue +761 -0
- package/src/filiale/qianneng/android.js +3 -1
- package/src/filiale/qianneng/pc/ApplyUpload.vue +1 -1
- package/src/filiale/qianneng/pc/ExplorationSelect.vue +23 -35
- package/src/filiale/qianneng/pc/FunctionServiceControl.vue +8 -53
- package/src/filiale/qianneng/pc/InstallInfoSelect.vue +10 -10
- package/src/filiale/qianneng/pc/ServiceControl.vue +3 -139
- package/src/filiale/qianneng/pc/ServiceView.vue +13 -73
- package/src/filiale/qianneng/pc/SupervisoryServiceControl.vue +5 -71
package/package.json
CHANGED
|
@@ -276,7 +276,7 @@ export default {
|
|
|
276
276
|
this.$refs.cp.$refs.cri.search()
|
|
277
277
|
},
|
|
278
278
|
searchCondition (args) {
|
|
279
|
-
args.condition = args.condition + `and (act.defname in ('
|
|
279
|
+
args.condition = args.condition + `and (act.defname in ('踏勘设计','工程施工','通气验收')) `
|
|
280
280
|
this.model.search(args.condition, args.model)
|
|
281
281
|
},
|
|
282
282
|
click (row) {
|