diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue
index 3a8306c..7e9ffc8 100644
--- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue
+++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue
@@ -163,9 +163,12 @@
+ >
+
+
+
+
@@ -301,7 +304,7 @@ export default {
crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => {
this.vcode = res
})
- this.popList.push({ order_code: '', material_qty: '' })
+ this.popList.push({ order_code: '', material_qty: '', material_code: '' })
this.show = true
} else if (type === 'BACK') {
const arr = []