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',