add:出入库单增加明细载具物料查询;限位策略增加1109过滤1,2列

This commit is contained in:
zhangzq
2024-12-25 17:28:48 +08:00
parent 522e59d4b6
commit a111906292
15 changed files with 111 additions and 53 deletions

View File

@@ -62,8 +62,10 @@ import classification2 from './basedata/classification/zh'
import ivtChange from './ivtChange/zh'
import eslog from './eslog/zh'
import elpage from './elpage/zh'
import storage from './storage/struct/zh'
export default {
...storage,
...elpage,
...eslog,
...ivtChange,

View File

@@ -62,8 +62,10 @@ import classification2 from './basedata/classification/en'
import ivtChange from './ivtChange/en'
import eslog from './eslog/en'
import elpage from './elpage/en'
import storage from './storage/struct/en'
export default {
...storage,
...elpage,
...eslog,
...ivtChange,

View File

@@ -57,9 +57,11 @@ import classification from './basedata/classification/es'
import ivtChange from './ivtChange/en'
import eslog from './eslog/es'
import elpage from './elpage/es'
import storage from './storage/struct/es'
export default {
...storage,
...elpage,
...eslog,
...ivtChange,