diff --git a/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts b/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts index 1df45f8b6..53baf559b 100644 --- a/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/productionreceiptRecordMain.data.ts @@ -6,8 +6,8 @@ import { dateFormatter } from '@/utils/formatTime' */ export const ProductionreceiptRecordMain = useCrudSchemas(reactive([ { - label: '发料任务单号', - field: 'issueJobNumber', + label: '发料记录单号', + field: 'issueRecordNumber', sort: 'custom', table: { width: 150 @@ -200,14 +200,6 @@ export const ProductionreceiptRecordMain = useCrudSchemas(reactive } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -582,14 +574,6 @@ export const ProductionreceiptRecordDetail = useCrudSchemas(reactive