add:手持组盘休息,出库分配库区修改

This commit is contained in:
2025-12-11 15:01:44 +08:00
parent 795b21859c
commit 8023245412
5 changed files with 67 additions and 1 deletions

View File

@@ -327,7 +327,7 @@ export default {
},
methods: {
open() {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
crudSectattr.getSect({ 'stor_id': this.storId, 'bill_type': this.rowmst.bill_type }).then(res => {
this.sects = res.content
})