|
@@ -290,7 +290,6 @@ import Order from "/src/components/process/order";
|
|
|
import refreshStore from "/src/store/modules/refresh";
|
|
|
import SelectBOM from "/src/views/group/BOM/management/index";
|
|
|
import SelectAssembly from "/src/components/selectAssembly/index";
|
|
|
-
|
|
|
// 删除订单
|
|
|
import OrderDelete from "/src/components/process/order-delete";
|
|
|
// 采购退货
|
|
@@ -328,14 +327,12 @@ const flowKeyCollect = reactive({
|
|
|
add: "/orderInfo/add",
|
|
|
detail: "/orderInfo/detail",
|
|
|
},
|
|
|
-
|
|
|
order_delete: {
|
|
|
backPath: "/subsidiary/order/subsidiary-order-management",
|
|
|
edit: "/orderInfo/edit",
|
|
|
add: "/orderInfo/add",
|
|
|
detail: "/orderInfo/detail",
|
|
|
},
|
|
|
-
|
|
|
purchase_return: {
|
|
|
backPath: "/group/purchase/return-goods",
|
|
|
detail: "/purchaseReturn/detail",
|