From 0dd520fd76ca5c78658a7595626d9f8594c8b3fe Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期五, 16 五月 2025 16:20:43 +0800
Subject: [PATCH] 最新

---
 pages/QC/LLJ/Add.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/QC/LLJ/Add.vue b/pages/QC/LLJ/Add.vue
index 1b1a998..d81515d 100644
--- a/pages/QC/LLJ/Add.vue
+++ b/pages/QC/LLJ/Add.vue
@@ -206,7 +206,8 @@
 					boardModel: "",
 					planQty: "",
 					mocode: "",
-					boardStyle: ""
+					boardStyle: "",
+					itemId: ""
 				},
 				tableData: [],
 				remarksPopup: false,
@@ -276,7 +277,7 @@
 				this.$post({
 					url: "/LLJ/setJYItem",
 					data: {
-						itemNo: this.formData.itemNo,
+						itemNo: this.formData.itemId,
 						quantity: this.formData.fcovertQty,
 						releaseNo: this.formData.releaseNo
 					}
@@ -345,7 +346,7 @@
 
 					if (this.formData.fngDesc == '' || this.writeStatu == false) {
 						uni.showToast({
-							title: '鏈~鍐欎笉鑹弿杩版垨涓変釜閫夋嫨妗嗘湭閫夋嫨瀹�',
+							title: '鏈~鍐欎笉鑹弿杩版垨涓嶈壇鍘熷洜鎴栨墍灞炶溅闂存垨璇勫鐘舵��',
 							icon: 'none'
 						});
 					} else {

--
Gitblit v1.9.3