软废型材 提交处理

This commit is contained in:
2026-06-17 17:47:30 +08:00
parent 208b44c1e0
commit 08d298b262

View File

@@ -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