From 259852463c9da81c7d7a035e9d10feecc19f7d45 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 16 十月 2025 13:37:16 +0800
Subject: [PATCH] 核磅录入不能选择相同的客户名称
---
pages/wareHouse/nuclearScale/nuclearscalerecord.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/wareHouse/nuclearScale/nuclearscalerecord.vue b/pages/wareHouse/nuclearScale/nuclearscalerecord.vue
index 37ecc64..7bb4188 100644
--- a/pages/wareHouse/nuclearScale/nuclearscalerecord.vue
+++ b/pages/wareHouse/nuclearScale/nuclearscalerecord.vue
@@ -497,7 +497,7 @@
const lj = item.partNo;
const ljms = item.ccontrProModel;
const fh = item.newNetWeight;
- const scdt = item.outboundDate;
+ const scdt = item.productionDate;
const scph = item.batchNo;
const shdw = item.customerName;
const fhdw = "姹熶笢鍚堥噾鎶�鏈湁闄愬叕鍙�";
--
Gitblit v1.9.3