From 21c16efa73fe1b4428bac37faa37b643611ca16a Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 7 Nov 2024 14:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E8=AE=A1=E5=88=92=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BC=BA=E5=B0=91=E5=B7=B2=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=92=8C=E5=9C=A8=E9=80=94=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=20YT-672?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasePlanMain/index.vue | 2 +- .../purchasePlanMain/purchasePlanMain.data.ts | 25 +++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 5c08df4a2..76a6d3c9c 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -979,7 +979,7 @@ const handleSelectionPublish = async ()=>{ getList() importTemplateData.templateUrl = await PurchasePlanMainApi.importTemplate() nextTick(()=>{ - tableColumns.value=tableColumns.value.filter(item=>item.field!='shippedQty'&&item.field!='notReceiveQty') + tableColumns.value=tableColumns.value.filter(item=>item.field!='shippedQty') }) }) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 0df6a5f57..8a52c7f37 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -825,19 +825,18 @@ export const PurchasePlanDetail = useCrudSchemas( isForm: false, isTable: true, }, - - { - label: '在途数量', - field: 'notReceiveQty', - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - sortTableDefault: 7, - isForm: false, - isTable: true, - }, + // { + // label: '在途数量', + // field: 'notReceiveQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTableForm: false, + // sortTableDefault: 7, + // isForm: false, + // isTable: true, + // }, { label: '计量单位', field: 'uom',