From 46b43df315bb6ce06a39394369b80398820a5a73 Mon Sep 17 00:00:00 2001
From: mengjiao <3338049200@qq,com>
Date: Fri, 18 Apr 2025 10:33:37 +0800
Subject: [PATCH] =?UTF-8?q?wms=E7=89=B9=E6=AE=8A=E9=80=80=E8=B4=A7?=
=?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9--=E7=94=9F?=
=?UTF-8?q?=E6=88=90=E7=9A=84=E6=97=B6=E5=80=99=E6=B7=BB=E5=8A=A0=E4=B8=8A?=
=?UTF-8?q?=E6=80=BB=E8=B4=A6=E7=A7=91=E7=9B=AE=E7=BC=96=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/wms/outorderTS/index.vue | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/src/views/wms/outorderTS/index.vue b/src/views/wms/outorderTS/index.vue
index 639c53c..d88deb2 100644
--- a/src/views/wms/outorderTS/index.vue
+++ b/src/views/wms/outorderTS/index.vue
@@ -57,14 +57,15 @@
-
-
-
+
+
+
+
{{ formatProductCode(scope.row.materialCode) }}
-
+
@@ -78,16 +79,16 @@
-
+
未过账
过账成功
过账失败
-
+
-
+
@@ -127,11 +128,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -173,6 +174,7 @@
{{ formatProductCode(scope.row.materialCode) }}
+
@@ -447,7 +449,7 @@ export default {
produceCode: '',
warehouseNo: '',
planDateMax: '',
- accountingSubject: '', // 总账科目编号
+ userDefined2: '', // 总账科目编号
receiver: '', // 收货方
productionDate: '', // 生产日期
shelfLifeExpiryDate: '' ,// 货架寿命到期日
@@ -959,7 +961,7 @@ export default {
// unit: item.unit,
planNumber: item.planNumber, // 计划数量
locCode: this.queryParams1.warehouseNo, // 仓库编码
- userDefined2: this.queryParams1.accountingSubject, // 总账科目编号
+ userDefined2: this.queryParams1.userDefined2, // 总账科目编号
userDefined4: this.queryParams1.receiver, // 收货方
planDate: this.queryParams1.productionDate, // 生产日期
userDefined5: this.queryParams1.shelfLifeExpiryDate, // 货架寿命到期日