操作屏
This commit is contained in:
@@ -216,6 +216,7 @@ export default {
|
|||||||
this.popData = {}
|
this.popData = {}
|
||||||
this.popList = []
|
this.popList = []
|
||||||
this.popSecList = []
|
this.popSecList = []
|
||||||
|
this.currentRow = null
|
||||||
this.value = ''
|
this.value = ''
|
||||||
this.type = type
|
this.type = type
|
||||||
this.popData = e
|
this.popData = e
|
||||||
@@ -253,7 +254,7 @@ export default {
|
|||||||
this.disabled = false
|
this.disabled = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
crudProduceScreen.callMater({ mater: this.popSecList, device_code: this.popData.device_code }).then(res => {
|
crudProduceScreen.callMater({ mater: this.popSecList, device_code: this.popData.device_code, vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this.$message(res.msg)
|
this.$message(res.msg)
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user