From 672703a7404da85a6b67266c69d18439c719f2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Fri, 24 Nov 2023 14:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E6=94=B6=E6=96=99=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionreceiptRecordMain.data.ts | 36 ++++++------------- 1 file changed, 10 insertions(+), 26 deletions(-) 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