软废型材 提交处理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user