Browse Source

FWHL-32

hella_online_20241205
王宇飞 2 months ago
parent
commit
109b6e0fb0
  1. 59
      src/views/wms/inventoryjobManage/packageManage/packagemergeMain/packagemergeMain.data.ts

59
src/views/wms/inventoryjobManage/packageManage/packagemergeMain/packagemergeMain.data.ts

@ -11,14 +11,14 @@ export const PackagemergeMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180
},
},
{
label: '仓库代码',
field: 'warehouseCode',
sort: 'custom',
table: {
width: 120
},
},
// {
// label: '仓库代码',
// field: 'warehouseCode',
// sort: 'custom',
// table: {
// width: 120
// },
// },
{
label: '出库事务类型',
field: 'outTransactionType',
@ -302,22 +302,22 @@ export const PackagemergeDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '从库存状态',
field: 'fromInventoryStatus',
sort: 'custom',
table: {
width: 150
},
},
{
label: '到库存状态',
field: 'toInventoryStatus',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '从库存状态',
// field: 'fromInventoryStatus',
// sort: 'custom',
// table: {
// width: 150
// },
// },
// {
// label: '到库存状态',
// field: 'toInventoryStatus',
// sort: 'custom',
// table: {
// width: 150
// },
// },
// {
// label: '从器具号',
// field: 'fromContainerNumber',
@ -393,10 +393,13 @@ export const PackagemergeDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '计量单位',
field: 'uom',
sort: 'custom',
table: {
width: 150
},
dictType: DICT_TYPE.UOM,
dictClass: 'string',
tableForm:{
width: 150,
type: 'Select',
disabled: true
}
},
{
label: '备注',

Loading…
Cancel
Save