|
@@ -61,14 +61,13 @@ export default {
|
|
|
{
|
|
{
|
|
|
title:'客户',
|
|
title:'客户',
|
|
|
list:[
|
|
list:[
|
|
|
-
|
|
|
|
|
- {name: "片区划分",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/dist"}
|
|
|
|
|
|
|
+ {name: "片区划分",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/dist"},
|
|
|
|
|
+ {name: "客户设置",img: `${this.$constant.hostUrl}/image/ghs/home/hcgl.png`,url: "/admin/custom/set"}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title:'统计',
|
|
title:'统计',
|
|
|
list:[
|
|
list:[
|
|
|
-
|
|
|
|
|
{name: "利润表",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/profit"},
|
|
{name: "利润表",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/profit"},
|
|
|
{name: "收入统计",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/kdIncome"},
|
|
{name: "收入统计",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/kdIncome"},
|
|
|
{name: "花材销量",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/productSale"},
|
|
{name: "花材销量",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/productSale"},
|
|
@@ -80,8 +79,8 @@ export default {
|
|
|
{name: "采购花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgItem"},
|
|
{name: "采购花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgItem"},
|
|
|
{name: "采购运费",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgFreight"},
|
|
{name: "采购运费",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/cgFreight"},
|
|
|
{name: "库存总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/stock"},
|
|
{name: "库存总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/stock"},
|
|
|
- {name: "损耗花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/wastage"},
|
|
|
|
|
- {name: "损耗总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/waste"},
|
|
|
|
|
|
|
+ {name: "报损花材",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/wastage"},
|
|
|
|
|
+ {name: "报损总览",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/waste"},
|
|
|
{name: "结账跟踪",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/clear"},
|
|
{name: "结账跟踪",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/clear"},
|
|
|
{name: "配送业绩",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/sendYj"},
|
|
{name: "配送业绩",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/stat/sendYj"},
|
|
|
{name: "赊账汇总",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/custom/showTotalBalance"},
|
|
{name: "赊账汇总",img: `${this.$constant.hostUrl}/image/ghs/home/jyzk.png`,url: "/admin/custom/showTotalBalance"},
|
|
@@ -127,7 +126,7 @@ export default {
|
|
|
{name: "调拨入库",img: `${this.$constant.hostUrl}/image/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
|
|
{name: "调拨入库",img: `${this.$constant.hostUrl}/image/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
|
|
|
{name: "库存预警",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/item/list?warning=1"},
|
|
{name: "库存预警",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/item/list?warning=1"},
|
|
|
{name: "盘点",img: `${this.$constant.hostUrl}/image/ghs/home/pandian.png`,url: "/pagesStorehouse/inventory/list"},
|
|
{name: "盘点",img: `${this.$constant.hostUrl}/image/ghs/home/pandian.png`,url: "/pagesStorehouse/inventory/list"},
|
|
|
- {name: "损耗",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
|
|
|
|
|
|
|
+ {name: "报损",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/breakage/list"},
|
|
|
{name: "改库存",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/changePrice/changeStock"}
|
|
{name: "改库存",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/changePrice/changeStock"}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|