|
@@ -352,7 +352,6 @@ const skipPage = () => {
|
|
|
message: "操作成功!",
|
|
|
type: "success",
|
|
|
});
|
|
|
-
|
|
|
if (flowForm.flowKey == "subscribe_flow") {
|
|
|
router.replace({
|
|
|
path: "/purchaseManage/purchaseManage/subscribe",
|
|
@@ -384,7 +383,7 @@ const skipPage = () => {
|
|
|
});
|
|
|
} else {
|
|
|
router.replace({
|
|
|
- path: "/salesMange/saleContract/priceSheet",
|
|
|
+ path: "/ERP/saleContract/priceSheet",
|
|
|
});
|
|
|
}
|
|
|
} else if (flowForm.flowKey == "contract_flow") {
|
|
@@ -394,7 +393,7 @@ const skipPage = () => {
|
|
|
});
|
|
|
} else {
|
|
|
router.replace({
|
|
|
- path: "/salesMange/saleContract/contract",
|
|
|
+ path: "/ERP/saleContract/contract",
|
|
|
});
|
|
|
}
|
|
|
} else if (flowForm.flowKey == "sample_flow") {
|
|
@@ -403,7 +402,7 @@ const skipPage = () => {
|
|
|
});
|
|
|
} else if (flowForm.flowKey == "service_contract_flow") {
|
|
|
router.replace({
|
|
|
- path: "/salesMange/saleContract/serviceContract",
|
|
|
+ path: "/ERP/saleContract/serviceContract",
|
|
|
});
|
|
|
} else if (flowForm.flowKey == "wdly_purchase") {
|
|
|
router.replace({
|