|
@@ -1,10 +1,5 @@
|
|
|
const routerList = [
|
|
|
- {
|
|
|
- name: "离职交接流程",
|
|
|
- type: "LZJJ",
|
|
|
- toRouter: "/interest/handoverDetail",
|
|
|
- to: "id",
|
|
|
- },
|
|
|
+ //库存管理
|
|
|
{
|
|
|
name: "调拨流程",
|
|
|
type: "DBD",
|
|
@@ -20,9 +15,7 @@ const routerList = [
|
|
|
isok: true
|
|
|
},
|
|
|
|
|
|
-
|
|
|
//采购
|
|
|
-
|
|
|
{
|
|
|
name: "采购单流程",
|
|
|
type: "CGD",
|
|
@@ -30,53 +23,33 @@ const routerList = [
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- name: "入库单流程",
|
|
|
+ name: "采购入库单流程",
|
|
|
type: "RKD",
|
|
|
toRouter: "/purchaseIn/wsmInOrderDetail",
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- name: "入库单退货流程",
|
|
|
- type: "RKTHD-X",
|
|
|
- toRouter: "/purchaseIn/wsmInOrderDetail",
|
|
|
- to: "code",
|
|
|
- isok: false
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
name: "采购单退货流程",
|
|
|
type: "CGTHD",
|
|
|
toRouter: "/purchaseIn/purchaseReturnDetail",
|
|
|
to: "code",
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
name: "采购工差单流程",
|
|
|
type: "CGGCD",
|
|
|
toRouter: "/purchaseIn/purchaseDiffOrderDetail",
|
|
|
to: "id",
|
|
|
},
|
|
|
- //销售订单
|
|
|
- {
|
|
|
- name: "备库申请流程",
|
|
|
- type: "BHD",
|
|
|
- toRouter: "/sellOut/stockApplyDetail",
|
|
|
- to: "id",
|
|
|
- isok: true
|
|
|
- },
|
|
|
- {
|
|
|
- name: "销售订单流程",
|
|
|
- type: "XSQRD",
|
|
|
- toRouter: "/sellOut/salesOrderDetail",
|
|
|
- to: "id",
|
|
|
- },
|
|
|
- {
|
|
|
- name: "发货申请单流程",
|
|
|
- type: "CKD",
|
|
|
- toRouter: "/sellOut/sellOutOrderDetail",
|
|
|
- to: "code",
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+ //销售
|
|
|
{
|
|
|
name: "项目流程",
|
|
|
type: "PRO",
|
|
@@ -96,6 +69,28 @@ const routerList = [
|
|
|
toRouter: "/sellOut/bargainListDetail",
|
|
|
to: "code",
|
|
|
},
|
|
|
+ {
|
|
|
+ name: "备库申请流程",
|
|
|
+ type: "BHD",
|
|
|
+ toRouter: "/sellOut/stockApplyDetail",
|
|
|
+ to: "id",
|
|
|
+ isok: true
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ name: "销售订单流程",
|
|
|
+ type: "XSQRD",
|
|
|
+ toRouter: "/sellOut/salesOrderDetail",
|
|
|
+ to: "id",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "发货申请单流程", //改名字
|
|
|
+ type: "CKD",
|
|
|
+ toRouter: "/sellOut/sellOutOrderDetail",
|
|
|
+ to: "code",
|
|
|
+ },
|
|
|
+ //咨询订单删除
|
|
|
{
|
|
|
name: "售后申请单流程",
|
|
|
type: "SHD",
|
|
@@ -103,9 +98,8 @@ const routerList = [
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- name: "售后退货单流程",
|
|
|
+ name: "售后退货单流程", //原来出库退货流程 改为售后退货单流程
|
|
|
type: "CKTHD",
|
|
|
toRouter: "/sellOut/returnOrderDetail",
|
|
|
to: "code",
|
|
@@ -118,42 +112,24 @@ const routerList = [
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
- // //咨询订单
|
|
|
+ {
|
|
|
+ name: "销售工差单流程",//原来咨询工差单流程 ,改为销售工差单流程
|
|
|
+ type: "ZXGCD",
|
|
|
+ toRouter: "/sellOut/zxDiffOrderDetail",
|
|
|
+ to: "id",
|
|
|
+ },
|
|
|
+ //商品管理
|
|
|
// {
|
|
|
- // name: "咨询订单流程",
|
|
|
- // type: "ZXQRD",
|
|
|
- // toRouter: "/sellOut/zxOrderDetail",
|
|
|
+ // name: "销售工差单流程",
|
|
|
+ // type: "ZXGCD",
|
|
|
+ // toRouter: "/sellOut/zxDiffOrderDetail",
|
|
|
// to: "id",
|
|
|
// },
|
|
|
- // {
|
|
|
- // name: "咨询发货申请单流程",
|
|
|
- // type: "ZXCKD",
|
|
|
- // toRouter: "/sellOut/zxoutOrderDetail",
|
|
|
- // to: "code",
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: "咨询售后申请单流程",
|
|
|
- // type: "ZXSHD",
|
|
|
- // toRouter: "/sellOut/zxAfterSaleDetail",
|
|
|
- // to: "code",
|
|
|
- // },
|
|
|
-
|
|
|
- // {
|
|
|
- // name: "咨询售后退货单流程",
|
|
|
- // type: "ZXCKTHD",
|
|
|
- // toRouter: "/sellOut/zxAfterSaleOrderDetail",
|
|
|
- // to: "code",
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: "咨询退货单流程",
|
|
|
- // type: "ZXTHD",
|
|
|
- // toRouter: "/sellOut/zxReturnDetail",
|
|
|
- // to: "code",
|
|
|
- // },
|
|
|
+ //权限
|
|
|
{
|
|
|
- name: "咨询工差单流程",
|
|
|
- type: "ZXGCD",
|
|
|
- toRouter: "/sellOut/zxDiffOrderDetail",
|
|
|
+ name: "离职交接流程",
|
|
|
+ type: "LZJJ",
|
|
|
+ toRouter: "/interest/handoverDetail",
|
|
|
to: "id",
|
|
|
},
|
|
|
];
|