修改
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user