diff --git a/pages/entry/qualified-to-store.vue b/pages/entry/qualified-to-store.vue
index 9ff7380..f42f0d2 100644
--- a/pages/entry/qualified-to-store.vue
+++ b/pages/entry/qualified-to-store.vue
@@ -31,14 +31,14 @@
订单号
{{currentData.moNumber}}
-
+
物料编码
{{currentData.material_code}}
@@ -148,7 +148,7 @@
return
}
try {
- let obj = Object.assign(this.currentData, {vehicle_code: this.val2, stor_code: this.index, qty: this.val3})
+ let obj = Object.assign(this.currentData, {vehicle_code: this.val2, stor_code: this.index, qty: this.val3, bar_code: this.val1})
let res = await inStorageConfirm(obj)
if (res.code === '200') {
this.toEmpty()