|
@@ -48,7 +48,8 @@
|
|
|
title: '',
|
|
title: '',
|
|
|
workOrderId: null,
|
|
workOrderId: null,
|
|
|
List: [],
|
|
List: [],
|
|
|
- taskId: null
|
|
|
|
|
|
|
+ taskId: null,
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -67,8 +68,6 @@
|
|
|
methods: {
|
|
methods: {
|
|
|
scrolltolower() {},
|
|
scrolltolower() {},
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
getList() {
|
|
getList() {
|
|
|
getVehicle({
|
|
getVehicle({
|
|
|
workOrderId: this.workOrderId,
|
|
workOrderId: this.workOrderId,
|
|
@@ -97,15 +96,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
handleWordScan(id, type) {
|
|
handleWordScan(id, type) {
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
|
icon: 'none',
|
|
icon: 'none',
|
|
|
title: '不支持更换工单'
|
|
title: '不支持更换工单'
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
@@ -117,7 +113,6 @@
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
@@ -137,7 +132,6 @@
|
|
|
scanItAllData(result) {
|
|
scanItAllData(result) {
|
|
|
scanLedger(result).then(res => {
|
|
scanLedger(result).then(res => {
|
|
|
|
|
|
|
|
-
|
|
|
|
|
if (res[0].rootCategoryLevelId == 7) { // 周转车
|
|
if (res[0].rootCategoryLevelId == 7) { // 周转车
|
|
|
let isFals = this.List[0].turnover.some(m => m.code == result)
|
|
let isFals = this.List[0].turnover.some(m => m.code == result)
|
|
|
if (isFals) {
|
|
if (isFals) {
|