fix:托盘混料入库优化

This commit is contained in:
zhangzq
2025-08-19 13:44:52 +08:00
parent 735d8d08d3
commit 953cc5bae5
85 changed files with 3506 additions and 35 deletions

View File

@@ -232,7 +232,7 @@ export default {
type: String,
default: null
},
storId: {
storCode: {
type: String,
default: null
}
@@ -273,7 +273,7 @@ export default {
},
methods: {
open() {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
crudSectattr.getSectCode({ 'stor_code': this.storCode }).then(res => {
this.sects = res.content
})