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