From 7da181e1af5ea9e394742dd3e8c06fb86290058c Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 22 Aug 2024 13:28:30 +0800 Subject: [PATCH] =?UTF-8?q?HL-5298:=E7=BB=B4=E4=BF=AE=E5=A4=87=E4=BB=B6?= =?UTF-8?q?=E6=94=B6=E8=B4=A7=E3=80=81=E9=80=80=E8=B4=A7=E3=80=81=E9=A2=86?= =?UTF-8?q?=E7=94=A8=E7=94=B3=E8=AF=B7=E7=9B=B4=E6=8E=A5=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=90=8E=E7=9B=B4=E6=8E=A5=E7=94=9F=E6=88=90=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchaseMainWms/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/index.vue index 2d5a5a4f7..8affbe3d8 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/index.vue @@ -75,7 +75,7 @@ :detailAllSchemasRules="PurchaseDetailRules" :apiCreate="PurchaseDetailApi.createPurchaseDetail" :apiUpdate="PurchaseDetailApi.updatePurchaseDetail" - :apiPage="PurchaseDetailApi.getPurchaseDetailPage" + :apiPage="PurchaseDetailApi.getPurchaseDetailPageWMS" :apiDelete="PurchaseDetailApi.deletePurchaseDetail" :Echo="Echo" @searchTableSuccessDetail="searchTableSuccessDetail" />