From 62aa3bf209ae185b29407bfc7d2cfb07ec85bdb1 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Wed, 23 Apr 2025 14:54:32 +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 --- .../scrapRequestMain/scrapRequestMain.data.ts | 91 ++++++++++--------- 1 file changed, 47 insertions(+), 44 deletions(-) diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts index 18f751cbf..02b36717f 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/scrapRequestMain.data.ts @@ -675,6 +675,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value: '', componentProps: { filterable: true } @@ -693,6 +694,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value:'', componentProps: { filterable: true } @@ -711,6 +713,7 @@ export const ScrapRequestMain = useCrudSchemas( width: 150 }, form: { + value: '', componentProps: { filterable: true } @@ -1220,50 +1223,50 @@ export const ScrapRequestDetail = useCrudSchemas(reactive([ precision: 2 } }, - { - label: '单价', - field: 'singlePrice', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - disabled: true, - min: 0, - precision: 2, - }, - }, - tableForm: { - disabled: true, - type: 'InputNumber', - min: 0, - precision: 2, - } - }, - { - label: '金额', - field: 'amount', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - disabled:true, - min: 0, - precision: 2, - } - }, - tableForm: { - type: 'InputNumber', - disabled:true, - min: 0, - precision: 2, - }, - }, + // { + // label: '单价', + // field: 'singlePrice', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // disabled: true, + // min: 0, + // precision: 2, + // }, + // }, + // tableForm: { + // disabled: true, + // type: 'InputNumber', + // min: 0, + // precision: 2, + // } + // }, + // { + // label: '金额', + // field: 'amount', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // disabled:true, + // min: 0, + // precision: 2, + // } + // }, + // tableForm: { + // type: 'InputNumber', + // disabled:true, + // min: 0, + // precision: 2, + // }, + // }, { label: '计量单位', field: 'uom',