Browse Source

操作屏

master
蔡玲玲 5 months ago
parent
commit
cd0fca8095
  1. 3
      lms/nladmin-ui/src/views/wms/produceScreen/index.vue

3
lms/nladmin-ui/src/views/wms/produceScreen/index.vue

@ -216,6 +216,7 @@ export default {
this.popData = {}
this.popList = []
this.popSecList = []
this.currentRow = null
this.value = ''
this.type = type
this.popData = e
@ -253,7 +254,7 @@ export default {
this.disabled = false
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.$message(res.msg)
}).catch(() => {

Loading…
Cancel
Save