diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index 0fa431456..1d8bc4324 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -406,26 +406,26 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ fixed: 'right' }, }, - { - label: '包装规格', - field: 'packUnit', - sort: 'custom', - isForm:false, - table: { - width: 150 - }, - sortTableDefault:7, - }, - { - label: '包装数量', - field: 'packQty', - sort: 'custom', - isForm:false, - table: { - width: 150 - }, - sortTableDefault:8, - }, + // { + // label: '包装规格', + // field: 'packUnit', + // sort: 'custom', + // isForm:false, + // table: { + // width: 150 + // }, + // sortTableDefault:7, + // }, + // { + // label: '包装数量', + // field: 'packQty', + // sort: 'custom', + // isForm:false, + // table: { + // width: 150 + // }, + // sortTableDefault:8, + // }, ])) //表单校验 @@ -510,29 +510,29 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ }] }, }, - { - label: '包装号', - field: 'packingNumber', - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - isForm: false, - sortTableDefault:6, - sortSearchDefault:4, - }, - { - label: '批次', - field: 'batch', - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - sortTableDefault:5, - sortSearchDefault:3, - }, + // { + // label: '包装号', + // field: 'packingNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTableForm: false, + // isForm: false, + // sortTableDefault:6, + // sortSearchDefault:4, + // }, + // { + // label: '批次', + // field: 'batch', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTableForm: false, + // sortTableDefault:5, + // sortSearchDefault:3, + // }, { label: '库存状态', field: 'inventoryStatus', @@ -561,8 +561,8 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ } }, { - label: '从库位代码', - field: 'fromLocationCode', + label: '到库位代码', + field: 'toLocationCode', sort: 'custom', table: { width: 150