This commit is contained in:
2022-11-01 17:12:04 +08:00
parent 9560826128
commit 53e0732d73
19 changed files with 401 additions and 101 deletions

View File

@@ -362,7 +362,7 @@ export default {
}
})
if (same_mater) {
item.quality_scode = '00'
item.quality_scode = '01'
item.ivt_level = '01'
item.is_active = '1'
item.plan_qty = item.need_qty

View File

@@ -187,7 +187,7 @@ export default {
},
methods: {
[CRUD.HOOK.beforeRefresh]() {
this.crud.query.lock_type = '00'
this.crud.query.lock_type = '1'
},
open() {
crudSectattr.getSect({ 'is_materialstore': '1', 'sect_type_attr': '00' }).then(res => {