Browse Source

HL-6311 已修复

hella_online_20241107
陈放 6 months ago
parent
commit
cd0cb91a11
  1. 13
      src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts
  2. 56
      src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts

13
src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts

@ -27,12 +27,12 @@ export const ContainerRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 200 width: 200
}, },
}, },
{ // {
label: '申请单号', // label: '申请单号',
field: 'requestNumber', // field: 'requestNumber',
sort: 'custom', // sort: 'custom',
isSearch: true, // isSearch: true,
}, // },
{ {
label: '类型', label: '类型',
field: 'type', field: 'type',
@ -185,6 +185,7 @@ export const ContainerRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作', label: '操作',
field: 'action', field: 'action',
isForm: false, isForm: false,
isTable: false,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

56
src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts

@ -510,46 +510,46 @@ export const ContainerDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
// } // }
// } // }
// }, // },
// {
// label: '从库存状态',
// field: 'fromInventoryStatus',
// dictType: DICT_TYPE.INVENTORY_STATUS,
// dictClass: 'string',
// isForm: false,
// isTableForm: false,
// isTable: false,
// sort: 'custom',
// table: {
// width: 150
// },
// tableForm: {
// disabled: true,
// type: 'Select'
// },
// },
// {
// label: '从数量',
// field: 'fromQty',
// sort: 'custom',
// tableForm: {
// disabled: true,
// },
// },
{ {
label: '库存状态', label: '库存状态',
field: 'toInventoryStatus', field: 'fromInventoryStatus',
dictType: DICT_TYPE.INVENTORY_STATUS, dictType: DICT_TYPE.INVENTORY_STATUS,
dictClass: 'string', dictClass: 'string',
isForm: false,
isTableForm: false,
isTable: true, isTable: true,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
tableForm: { tableForm: {
type: 'Select', disabled: true,
disabled: true type: 'Select'
}, },
}, },
// {
// label: '从数量',
// field: 'fromQty',
// sort: 'custom',
// tableForm: {
// disabled: true,
// },
// },
// {
// label: '库存状态',
// field: 'toInventoryStatus',
// dictType: DICT_TYPE.INVENTORY_STATUS,
// dictClass: 'string',
// isTable: true,
// sort: 'custom',
// table: {
// width: 150
// },
// tableForm: {
// type: 'Select',
// disabled: true
// },
// },
{ {
label: '数量', label: '数量',
field: 'toQty', field: 'toQty',

Loading…
Cancel
Save