From 187a65a834a79e47429177a5e357b43cb60a7e32 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 22 Jul 2024 10:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B6=E4=BB=96=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicDataManage/subject/mstr/mstr.data.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/wms/basicDataManage/subject/mstr/mstr.data.ts b/src/views/wms/basicDataManage/subject/mstr/mstr.data.ts index d992fe302..953bd7515 100644 --- a/src/views/wms/basicDataManage/subject/mstr/mstr.data.ts +++ b/src/views/wms/basicDataManage/subject/mstr/mstr.data.ts @@ -52,6 +52,26 @@ export const Mstr = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, }, + { + label: '物料差异账户成本中心', + field: 'plMvarCc', + sort: 'custom', + }, + { + label: '废品账户成本中心', + field: 'plScrpCc', + sort: 'custom', + }, + { + label: '成本重估账户成本中心', + field: 'plCchgCc', + sort: 'custom', + }, + { + label: '盘点差异账户成本中心', + field: 'plDscrCc', + sort: 'custom', + }, { label: '创建时间', field: 'createTime',