Browse Source

bug修复

盘点子表增加仓库、库区、库位组、库位字段
hella_online_20240829
bjang03 2 months ago
parent
commit
1c40e893c4
  1. 48
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts
  2. 24
      src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts
  3. 16
      src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts
  4. 24
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

48
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -83,22 +83,38 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
// { {
// label: '仓库代码', label: '仓库代码',
// field: 'warehouseCode', field: 'warehouseCode',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// }, },
// {
// label: '库位代码', {
// field: 'locationCode', label: '库区代码',
// sort: 'custom', field: 'areaCode',
// table: { sort: 'custom',
// width: 150 table: {
// }, width: 150
// }, },
},{
label: '库位组代码',
field: 'locationGroupCode',
sort: 'custom',
table: {
width: 150
},
},
{
label: '库位代码',
field: 'locationCode',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '申请时间', label: '申请时间',
field: 'requestTime', field: 'requestTime',

24
src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts

@ -482,6 +482,30 @@ export const CountRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
type: 'Select' type: 'Select'
} }
}, },
{
label: '仓库代码',
field: 'warehouseCode',
sort: 'custom',
table: {
width: 150
},
},
{
label: '库区代码',
field: 'areaCode',
sort: 'custom',
table: {
width: 150
},
},{
label: '库位组代码',
field: 'locationGroupCode',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '库位代码', label: '库位代码',
field: 'locationCode', field: 'locationCode',

16
src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts

@ -361,14 +361,22 @@ export const CountadjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '库代码', label: '库代码',
field: 'locationCode', field: 'warehouseCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
}, },
{ {
label: '库区代码',
field: 'areaCode',
sort: 'custom',
table: {
width: 150
},
},{
label: '库位组代码', label: '库位组代码',
field: 'locationGroupCode', field: 'locationGroupCode',
sort: 'custom', sort: 'custom',
@ -377,8 +385,8 @@ export const CountadjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '库代码', label: '库代码',
field: 'areaCode', field: 'locationCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

24
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -518,6 +518,30 @@ export const CountadjustRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
precision: 6 precision: 6
} }
}, },
{
label: '仓库代码',
field: 'warehouseCode',
sort: 'custom',
table: {
width: 150
},
},
{
label: '库区代码',
field: 'areaCode',
sort: 'custom',
table: {
width: 150
},
},{
label: '库位组代码',
field: 'locationGroupCode',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '库位代码', label: '库位代码',
field: 'locationCode', field: 'locationCode',

Loading…
Cancel
Save