From c49d78b86075eed9a8dfa31de8839a35c4225ac4 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Fri, 28 Mar 2025 15:25:40 +0800 Subject: [PATCH] =?UTF-8?q?YT-2290=E5=B7=B2=E5=8F=91=E6=9C=AA=E7=BB=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=8C=E5=BA=94=E9=9A=90=E8=97=8F=E5=B7=B2?= =?UTF-8?q?=E7=BB=93=E6=95=B0=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unfinishedShipmentMain.data.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts index 07a7b0f0e..97157b8d2 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts @@ -233,19 +233,19 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ value: 0 } }, - { - label: '已结数量', - field: 'finishdQuantity', - sort: 'custom', - table: { - width: 150, - }, - isTableForm:false, - form: { - component: 'InputNumber', - value: 0 - } - }, + // { + // label: '已结数量', + // field: 'finishdQuantity', + // sort: 'custom', + // table: { + // width: 150, + // }, + // isTableForm:false, + // form: { + // component: 'InputNumber', + // value: 0 + // } + // }, { label: '销售单价', field: 'unitPrice',