From cba0b2eecbbf49b91865434173a590754c74ef43 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 26 六月 2024 14:57:03 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectPrintRepairFlowCard.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectPrintRepairFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectPrintRepairFlowCard.vue
index 7b5a29b..e39bff8 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectPrintRepairFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectPrintRepairFlowCard.vue
@@ -29,7 +29,7 @@
const getTableRow = (row, type) => {
switch (type) {
case 'edit' :{
- router.push({path: '/main/processCard/PrintFlowCard', query: { orderId: row.order_id }})
+ router.push({path: '/main/processCard/PrintRepairFlowCard', query: { orderId: row.order_id }})
break
}
}
@@ -82,7 +82,7 @@
}
//绗竴娆″姞杞芥暟鎹�
-request.post(`/processCard/selectPrintFlowCard/${startTime}/${endTime}/${orderId}/${project}`, filterData.value).then((res) => {
+request.post(`/Replenish/selectReplenishPrintFlowCard/${startTime}/${endTime}/${orderId}/${project}`, filterData.value).then((res) => {
if (res.code == 200) {
produceList = produceList.value.concat(deepClone(res.data.data))
--
Gitblit v1.8.0