feat(wms): 在双机架工序和报表配置中添加镀铬原料库选项

This commit is contained in:
2026-05-01 20:49:45 +08:00
parent 68fc8c4261
commit b1c9bc5e81
2 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
'双机架工序': [ '双机架工序': [
{value: '1992873386047643650', label: '双机架原料库'}, {value: '1992873386047643650', label: '双机架原料库'},
{value: '1992873437713080322', label: '双机架成品库'}, {value: '1992873437713080322', label: '双机架成品库'},
{value: '1988151076996706306', label: '镀铬原料库'},
], ],
'镀铬工序': [ '镀铬工序': [
{value: '1988151076996706306', label: '镀铬原料库'}, {value: '1988151076996706306', label: '镀铬原料库'},

View File

@@ -44,6 +44,7 @@ export const shuangConfig = {
}, },
warehouseOptions: [ warehouseOptions: [
{ value: '1992873437713080322', label: '双机架成品库' }, { value: '1992873437713080322', label: '双机架成品库' },
{ value: '1988151076996706306', label: '镀铬原料库'},
{ label: '技术部', value: '2019583656787259393' }, { label: '技术部', value: '2019583656787259393' },
{ label: '小钢卷库', value: '2019583325311414274' }, { label: '小钢卷库', value: '2019583325311414274' },
{ label: '废品库', value: '2019583429955104769' }, { label: '废品库', value: '2019583429955104769' },