Browse Source

YT-1068拆标签记录需求确认字段显示

intex
zhang_li 2 days ago
parent
commit
e0f19f9144
  1. 156
      src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts

156
src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts

@ -12,30 +12,30 @@ export const PackagesplitMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
}, },
{ // {
label: '仓库代码', // label: '仓库代码',
field: 'warehouseCode', // field: 'warehouseCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 120 // width: 120
}, // },
}, // },
{ // {
label: '出库事务类型', // label: '出库事务类型',
field: 'outTransactionType', // field: 'outTransactionType',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '入库事务类型', // label: '入库事务类型',
field: 'inTransactionType', // field: 'inTransactionType',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '执行时间', label: '执行时间',
field: 'executeTime', field: 'executeTime',
@ -225,30 +225,30 @@ export const PackagesplitDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
}, },
{ // {
label: '库位代码', // label: '库位代码',
field: 'locationCode', // field: 'locationCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '库位组代码', // label: '库位组代码',
field: 'locationGroupCode', // field: 'locationGroupCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '库区代码', // label: '库区代码',
field: 'areaCode', // field: 'areaCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '从包装号', label: '从包装号',
field: 'fromPackingNumber', field: 'fromPackingNumber',
@ -297,28 +297,28 @@ export const PackagesplitDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '从库存状态', // label: '从库存状态',
field: 'fromInventoryStatus', // field: 'fromInventoryStatus',
dictType: DICT_TYPE.INVENTORY_STATUS, // dictType: DICT_TYPE.INVENTORY_STATUS,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '到库存状态', // label: '到库存状态',
field: 'toInventoryStatus', // field: 'toInventoryStatus',
dictType: DICT_TYPE.INVENTORY_STATUS, // dictType: DICT_TYPE.INVENTORY_STATUS,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
// { // {
// label: '从器具号', // label: '从器具号',
// field: 'fromContainerNumber', // field: 'fromContainerNumber',
@ -383,14 +383,14 @@ export const PackagesplitDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '项目代码', // label: '项目代码',
field: 'projectCode', // field: 'projectCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '计量单位', label: '计量单位',
field: 'uom', field: 'uom',

Loading…
Cancel
Save