From 4c690828dff1aa83b537381f2ba16708275a1df4 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Mon, 12 May 2025 13:30:39 +0800 Subject: [PATCH] =?UTF-8?q?SCP=E3=80=8A=E8=A6=81=E8=B4=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E3=80=8B=E5=A2=9E=E5=8A=A0=20=E2=80=9C=E5=B7=B2?= =?UTF-8?q?=E6=94=B6=E5=BA=93=E5=AD=98=E6=95=B0=E9=87=8F=E2=80=9D=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=B7=B2=E6=94=B6=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E6=95=B0=E9=87=8F=3D=E3=80=8A=E9=87=87=E8=B4=AD=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E8=AE=B0=E5=BD=95=E3=80=8B=E4=B8=AD=E8=AF=A5=E8=A6=81?= =?UTF-8?q?=E8=B4=A7=E8=AE=A1=E5=88=92=E8=AF=A5=E5=93=81=E7=95=AA=E7=9A=84?= =?UTF-8?q?=E6=94=B6=E8=B4=A7=E6=95=B0=E9=87=8F=E4=B9=8B=E5=92=8C=EF=BC=9B?= =?UTF-8?q?=E5=B7=B2=E6=94=B6=E9=87=87=E8=B4=AD=E6=95=B0=E9=87=8F=3D?= =?UTF-8?q?=E5=B7=B2=E6=94=B6=E5=BA=93=E5=AD=98=E6=95=B0=E9=87=8F=20/=20?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E7=8E=87=E3=80=82=E5=B7=B2=E6=94=B6=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=95=B0=E9=87=8F=E5=92=8C=E5=B7=B2=E6=94=B6=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E6=95=B0=E9=87=8F=E9=9C=80=E8=A6=81=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E3=80=8A=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E3=80=8B=E5=AE=9E=E6=97=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRecordMain.data.ts | 3 ++- .../purchasePlanMain/purchasePlanMain.data.ts | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index da978219b..f1b5feff8 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -74,7 +74,8 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable:false + isTable:true, + sortTableDefault:5, }, { label: '供应商代码', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 8d38b3533..6daba3822 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -1052,6 +1052,18 @@ export const PurchasePlanDetail = useCrudSchemas( isTable: true, }, + { + label: '已收库存数量', + field: 'inventoryedQty', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isTable: true, + }, + // {需求作废 // label: '受入地',