From dcbee8966b44028868e1dbd6a0377567bae67752 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Tue, 20 Aug 2024 10:26:42 +0800 Subject: [PATCH] =?UTF-8?q?HL-5491M=E5=9E=8B=E9=87=87=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=B2=A1=E6=9C=89=E6=9F=A5=E5=88=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=88=E5=9B=A0=E4=B8=BA=E5=88=97=E8=A1=A8=E6=9C=89=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=9D=A1=E4=BB=B6=E8=AE=A2=E5=8D=95=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E8=A1=8C=E5=8F=AF=E4=BB=A5=E6=94=B6=E8=B4=A7=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E9=87=8F=20=E8=AE=A2=E5=8D=95=E6=95=B0-=E5=B7=B2=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E6=95=B0-=E7=94=B3=E8=AF=B7=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E9=87=8F=EF=BC=89=E8=BF=99=E6=A0=B7=E7=9A=84=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=8D=E8=BF=94=E5=9B=9E=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=A5=E8=AE=A2=E5=8D=95=E5=B7=B2=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=94=B3=E8=AF=B7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRequestOrderMTypeMain/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue index 44b1f1c94..b59b95f10 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue @@ -534,6 +534,10 @@ const getSearchTableData = async (number,isEnter=false)=>{ item.width = item.table?.width || 150 }) tableData.value = [] + if(tableObject.tableList.length==0){ + message.error(`此订单${number}已存在M类型申请的数据`) + return + } updateTableData(tableObject.tableList) const itemCodes = [] tableObject.tableList.forEach(row=>{