|
@@ -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,60 @@ 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: "SPCB",
|
|
|
+ toRouter: "/goodStore/goodsCostDetail",
|
|
|
+ to: "code",
|
|
|
},
|
|
|
{
|
|
|
- name: "销售订单流程",
|
|
|
- type: "XSQRD",
|
|
|
- toRouter: "/sellOut/salesOrderDetail",
|
|
|
- to: "id",
|
|
|
+ name: "商品上线流程",
|
|
|
+ type: "SPSX",
|
|
|
+ toRouter: "/goodStore/goodsOnlineDetail",
|
|
|
+ to: "code",
|
|
|
},
|
|
|
{
|
|
|
- name: "发货申请单流程",
|
|
|
- type: "CKD",
|
|
|
- toRouter: "/sellOut/sellOutOrderDetail",
|
|
|
+ name: "活动流程",
|
|
|
+ type: "HD",
|
|
|
+ toRouter: "/goodStore/activeDetail",
|
|
|
to: "code",
|
|
|
},
|
|
|
+ //权限
|
|
|
+ {
|
|
|
+ name: "离职交接流程",
|
|
|
+ type: "LZJJ",
|
|
|
+ toRouter: "/interest/handoverDetail",
|
|
|
+ to: "id",
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ //销售
|
|
|
{
|
|
|
name: "项目流程",
|
|
|
type: "PRO",
|
|
@@ -97,15 +97,35 @@ const routerList = [
|
|
|
to: "code",
|
|
|
},
|
|
|
{
|
|
|
- name: "售后申请单流程",
|
|
|
+ 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",
|
|
|
toRouter: "/sellOut/sellAfterApplyDetail",
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- name: "售后退货单流程",
|
|
|
+ name: "销售售后退货流程",
|
|
|
type: "CKTHD",
|
|
|
toRouter: "/sellOut/returnOrderDetail",
|
|
|
to: "code",
|
|
@@ -118,44 +138,14 @@ const routerList = [
|
|
|
to: "code",
|
|
|
isok: true
|
|
|
},
|
|
|
- // //咨询订单
|
|
|
- // {
|
|
|
- // name: "咨询订单流程",
|
|
|
- // type: "ZXQRD",
|
|
|
- // toRouter: "/sellOut/zxOrderDetail",
|
|
|
- // 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: "咨询工差单流程",
|
|
|
+ {
|
|
|
+ name: "销售工差单流程",
|
|
|
type: "ZXGCD",
|
|
|
toRouter: "/sellOut/zxDiffOrderDetail",
|
|
|
to: "id",
|
|
|
},
|
|
|
+
|
|
|
+
|
|
|
];
|
|
|
const columns = [
|
|
|
{
|