From 8d8ce0517cb03a5b5271811197f673e1ee7945d5 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Thu, 24 Apr 2025 13:33:48 +0800 Subject: [PATCH] =?UTF-8?q?YT-2505=E3=80=8A=E9=9A=94=E7=A6=BB=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E3=80=8B=E6=96=B0=E5=A2=9E=E6=97=B6=EF=BC=8C=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=9A=90=E8=97=8F=E2=80=9C=E5=8D=95=E4=BB=B7=E2=80=9D?= =?UTF-8?q?=E5=92=8C=E2=80=9C=E9=87=91=E9=A2=9D=E2=80=9D=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E5=90=8C=E6=97=B6=EF=BC=8C=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E5=92=8C=E8=AF=A6=E6=83=85=E7=9A=84=E6=98=8E=E7=BB=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E4=B9=9F=E9=9A=90=E8=97=8F=E5=8D=95=E4=BB=B7?= =?UTF-8?q?=E5=92=8C=E9=87=91=E9=A2=9D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrapRecordMain/scrapRecordMain.data.ts | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index b7a4f9f9c..55e2874ab 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -745,28 +745,28 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '单价', - field: 'singlePrice', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - } - }, - { - label: '金额', - field: 'amount', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - } - }, + // { + // label: '单价', + // field: 'singlePrice', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // } + // }, + // { + // label: '金额', + // field: 'amount', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // } + // }, { label: '从库位组代码', field: 'fromLocationGroupCode',