From 08d298b262e857ca253297e518d3a32a64ceb2ff Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 17 Jun 2026 17:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E5=BA=9F=E5=9E=8B=E6=9D=90=20?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storage/instorage/SoftWasteProfileInStore.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue b/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue index 1d15410..b44fc62 100644 --- a/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue +++ b/src/pages/xinrui/storage/instorage/SoftWasteProfileInStore.vue @@ -185,17 +185,6 @@ export default { /** 确认组盘 */ toSure () { this.disabled1 = true - let flag = false - this.dataList.map(el => { - if (el.is_new === '1') { - flag = true - } - }) - if (!flag) { - this.toast('至少添加一个桶码') - this.disabled1 = false - return - } if (this.active1 === '') { this.toast('请选择软废等级') this.disabled1 = false