代码更新
This commit is contained in:
@@ -208,17 +208,18 @@ export default {
|
||||
}
|
||||
},
|
||||
save() {
|
||||
if (this.stor_id === '') {
|
||||
this.crud.notify('请选择仓库', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
return
|
||||
}
|
||||
// if (this.stor_id === '') {
|
||||
// this.crud.notify('请选择仓库', CRUD.NOTIFICATION_TYPE.INFO)
|
||||
// return
|
||||
// }
|
||||
const data = {}
|
||||
data.stor_id = this.stor_id
|
||||
data.stor_id = '1473162033548627968'
|
||||
data.rows = this.crud.data
|
||||
crudMaterialsafeivt.insertSafeBj(data).then(() => {
|
||||
this.crud.dleChangePage(1)
|
||||
this.crud.editSuccessNotify()
|
||||
this.crud.refresh()
|
||||
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
})
|
||||
},
|
||||
storChange(val) {
|
||||
|
||||
Reference in New Issue
Block a user