From f79859bfe38baab95b9193aeccca51f72dd6e1fe Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期四, 16 一月 2025 09:08:02 +0800
Subject: [PATCH] 新增结批总数量接口(未写内容)
---
Web/src/views/device/sortPallet/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Web/src/views/device/sortPallet/index.vue b/Web/src/views/device/sortPallet/index.vue
index 698c6a7..15dc589 100644
--- a/Web/src/views/device/sortPallet/index.vue
+++ b/Web/src/views/device/sortPallet/index.vue
@@ -211,15 +211,15 @@
}
//缁撴壒鎿嶄綔
function closeBindDialog(lotNo){
- if(lotNo==''){
- ElMessage.error('璇ュ伐浣嶆湭缁戝畾浠诲姟锛�');
- return;
- }
+ // if(lotNo==''){
+ // ElMessage.error('璇ュ伐浣嶆湭缁戝畾浠诲姟锛�');
+ // return;
+ // }
ElMessageBox.confirm(`纭畾瀵硅鎵规浠诲姟缁撴壒鍚�?`, '鎻愮ず', {
confirmButtonText: '纭畾',
cancelButtonText: '鍙栨秷',
type: 'warning',
- })
+ })
.then(async () => {
closeTaskForPLC(lotNo);
})
--
Gitblit v1.8.0