Browse Source

页面调整

hella_online_20250522
赵雪冰 3 weeks ago
parent
commit
41ef989086
  1. 102
      src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts

102
src/views/wms/inventoryjobManage/packageManage/packagetuomergeMain/packagetuomergeMain.data.ts

@ -11,56 +11,89 @@ export const PackagetuomergeMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
table: {
width: 180
},
}, },
{ {
label: '物品代码', label: '物品代码',
field: 'itemCode', field: 'itemCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '物品名称', label: '物品名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '包装号', label: '包装号',
field: 'toPackingNumber', field: 'toPackingNumber',
sort: 'custom', sort: 'custom',
table: {
width: 200
},
}, },
{ {
label: '批次', label: '批次',
field: 'batch', field: 'batch',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '数量', label: '数量',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
table: {
width: 80
},
}, },
{ {
label: '包装规格', label: '包装规格',
field: 'packUnit', field: 'packUnit',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '标包数量', label: '标包数量',
field: 'packQty', field: 'packQty',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '库位代码', label: '库位代码',
field: 'toLocationCode', field: 'toLocationCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '库区代码', label: '库区代码',
field: 'toAreaCode', field: 'toAreaCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '仓库代码', label: '仓库代码',
field: 'warehouseCode', field: 'warehouseCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '出库事务类型', label: '出库事务类型',
@ -212,6 +245,9 @@ export const PackagetuomergeMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
isForm: false, isForm: false,
table: {
width: 200
},
}, },
{ {
label: '扩展属性', label: '扩展属性',
@ -248,6 +284,9 @@ export const PackagetuomergeDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
table: {
width: 180
},
}, },
{ {
label: '主表ID', label: '主表ID',
@ -261,46 +300,73 @@ export const PackagetuomergeDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '物品代码', label: '物品代码',
field: 'itemCode', field: 'itemCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '物品名称', label: '物品名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '物品描述1', label: '物品描述1',
field: 'itemDesc1', field: 'itemDesc1',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '物品描述2', label: '物品描述2',
field: 'itemDesc2', field: 'itemDesc2',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '计量单位', label: '计量单位',
field: 'uom', field: 'uom',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '从数量', label: '从数量',
field: 'fromQty', field: 'fromQty',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '到数量', label: '到数量',
field: 'toQty', field: 'toQty',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '来源库位代码', label: '库位代码',
field: 'fromLocationCode', field: 'fromLocationCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '目标库位代码', label: '库位代码',
field: 'toLocationCode', field: 'toLocationCode',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '来源库位组代码', label: '来源库位组代码',
@ -334,52 +400,82 @@ export const PackagetuomergeDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '从包装号', label: '从包装号',
field: 'fromPackingNumber', field: 'fromPackingNumber',
sort: 'custom', sort: 'custom',
table: {
width: 200
},
}, },
{ {
label: '从父包装号', label: '从父包装号',
field: 'fromParentPackingNumber', field: 'fromParentPackingNumber',
sort: 'custom', sort: 'custom',
table: {
width: 200
},
}, },
{ {
label: '到包装号', label: '到包装号',
field: 'toPackingNumber', field: 'toPackingNumber',
sort: 'custom', sort: 'custom',
table: {
width: 200
},
}, },
{ {
label: '从父包装号', label: '父包装号',
field: 'toParentPackingNumber', field: 'toParentPackingNumber',
sort: 'custom', sort: 'custom',
table: {
width: 200
},
}, },
{ {
label: '从批次', label: '从批次',
field: 'fromBatch', field: 'fromBatch',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '到批次', label: '到批次',
field: 'toBatch', field: 'toBatch',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '从库存状态', label: '从库存状态',
field: 'fromInventoryStatus', field: 'fromInventoryStatus',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '到库存状态', label: '到库存状态',
field: 'toInventoryStatus', field: 'toInventoryStatus',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '包装规格', label: '包装规格',
field: 'packUnit', field: 'packUnit',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '标包数量', label: '标包数量',
field: 'packQty', field: 'packQty',
sort: 'custom', sort: 'custom',
table: {
width: 120
},
}, },
{ {
label: '备注', label: '备注',

Loading…
Cancel
Save