diff --git a/src/views/modules/sales-return/sales-return-inbound.vue b/src/views/modules/sales-return/sales-return-inbound.vue
index 91c1ab9..24fc6ee 100644
--- a/src/views/modules/sales-return/sales-return-inbound.vue
+++ b/src/views/modules/sales-return/sales-return-inbound.vue
@@ -145,6 +145,20 @@
+
+
+
+
+
+
+
+
@@ -403,7 +417,9 @@ export default {
invUOM: row.invUOM,
transQty: '',
uom: row.returnUOM,
- locationNo: 'AS',
+ wdr:'*',
+ ifsExpiryDate:'',
+ locationNo: '',
batchNo: `${this.scanRmaNo}-${row.rmaLineNo}-1`,
site: this.site,
height: this.parseHeightFromPartNo(row.invPartNo) // 根据物料编码自动填充高度
@@ -545,8 +561,10 @@ export default {
warehouseId: this.warehouseId,
height: item.height || null, // 高度(mm)
rmaLineNo: item.rmaLineNo,
- engChgLevel: row.engChgLevel || "1",
+ engChgLevel: item.engChgLevel || "1",
invUOM: item.invUOM,
+ wdr:item.wdr,
+ expiryDate:item.ifsExpiryDate,
packUnitList: this.handlingUnit.map(hu => ({
code: hu.code,
qty: hu.qty,