剩余模块:生产入库,销售出库
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
location: false,
|
||||
warehouseData: {},
|
||||
locationData: {},
|
||||
NoLocationListText: computed(() => t('public.xzcw')),
|
||||
NoLocationListText: t('public.xzcw'),
|
||||
NoLocationList: true,
|
||||
specialModule: '',
|
||||
shortcut: {
|
||||
@@ -171,10 +171,8 @@
|
||||
state.warehouseData = item
|
||||
state.shortcut.warehouseStr = item.FNAME
|
||||
state.warehouse = false
|
||||
|
||||
state.locationData = {}
|
||||
state.shortcut.locationStr = ""
|
||||
|
||||
if (state.warehouseData.FIsOpenLocation) {
|
||||
state.NoLocationList = true
|
||||
state.NoLocationListText = t('public.xzcw')
|
||||
|
||||
Reference in New Issue
Block a user