From cbedf27a2aeec27b1087f1567f58c9faa7852efc Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 30 Aug 2024 11:23:23 +0800 Subject: [PATCH] =?UTF-8?q?HL-5760WMS=20=E9=87=87=E8=B4=AD=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E8=AE=B0=E5=BD=95=E6=98=8E=E7=BB=86=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E7=BC=BA=E8=B4=A7=E6=98=8E=E7=BB=86=EF=BC=8C=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=BA=94=E8=AF=A5=E6=94=B9=E4=B8=BA=E7=BC=BA?= =?UTF-8?q?=E8=B4=A7=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceipt/purchasereceiptRecordMain/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue index 249d3082a..bf3d77e54 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue @@ -349,6 +349,14 @@ const changeTabs = (data) =>{ detailAllSchemas.value = PurchasereceiptRecordDetail.allSchemas tabeKey.value = 'scarceGoodsDetail' } + detailAllSchemas.value.tableColumns.forEach(item=>{ + if(item['field']=='qty'){ + item['label'] = data.prop == 'scarceGoodsDetail'?'缺货数量':'收货数量' + } + }) + + + console.log('detailAllSchemas',detailAllSchemas.value) } /** 初始化 **/