From c95d0ee3ae288fed50914e966dba61f50227b656 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 22 Jul 2024 10:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E9=87=8F=E5=8D=95=E4=BD=8D=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptReport/index.vue | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue index 7a452dd16..61b9e431b 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue @@ -3,7 +3,7 @@ + > + + @@ -30,7 +34,7 @@ import { DictTag } from '@/components/DictTag' import { TableColumn } from '@/types/table' -// 查看质检报告 +// 查看质检报告 purchasereceiptReport import { dateFormatter,dateFormatter2 } from '@/utils/formatTime' import {queryQualityInspection} from '@/api/wms/supplierdeliverInspectionDetail' import Annex from '@/components/Annex/src/Annex.vue' @@ -101,15 +105,7 @@ const getAnnexList = async () => { { "width": 150, "label": "计量单位", - "field": "uom", - "dictType": "uom", - "dictClass": "string", - formatter : (_: Recordable, __: TableColumn, cellValue: any) => { - return h(DictTag, { - type: "uom", // ! 表示一定不为空 - value: cellValue - }) - }, + "field": "uomName", "isTable": true, "isForm": false, "sort": "custom",