diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 69c92c724..0b57dccd9 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -1740,23 +1740,23 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive( } } }, - { - label: '背番', - field: 'backNumber', - sort: 'custom', - table: { - width: 150 - }, - tableForm: { - disabled: true, - isPlaceholder:false - }, - form: { - componentProps: { - disabled: true - } - } - }, + // { + // label: '背番', + // field: 'backNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // tableForm: { + // disabled: true, + // isPlaceholder:false + // }, + // form: { + // componentProps: { + // disabled: true + // } + // } + // }, { label: '批次', field: 'batch',