剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 14:40:44 +08:00
parent 14a5fa371b
commit 933ddab8f3
68 changed files with 8868 additions and 13081 deletions

View File

@@ -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')