add:新增出库任务
This commit is contained in:
@@ -247,11 +247,10 @@ export default {
|
||||
},
|
||||
|
||||
[CRUD.HOOK.beforeSubmit]() {
|
||||
debugger
|
||||
// 提交前校验
|
||||
if (this.tableData.length === 0) {
|
||||
this.crud.notify('请至少选择一条明细', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
return true
|
||||
return false
|
||||
}
|
||||
this.form.item = this.tableData
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user