|
|
@@ -174,25 +174,20 @@ export default {
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/gj.png`,
|
|
|
url: "/admin/changePrice/list"
|
|
|
},
|
|
|
- {
|
|
|
- name: "采购单",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
|
|
|
- url: "/pagesPurchase/order"
|
|
|
- },
|
|
|
{
|
|
|
name: "供应商",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
|
|
|
url: "/pagesPurchase/supplier"
|
|
|
},
|
|
|
{
|
|
|
- name: "库存预警",
|
|
|
+ name: "报损单",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
- url: "/pagesStorehouse/stockWarn/manage"
|
|
|
+ url: "/admin/breakage/list"
|
|
|
},
|
|
|
{
|
|
|
- name: "盘点",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,
|
|
|
- url: "/pagesStorehouse/inventory/list"
|
|
|
+ name: "库存预警",
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
+ url: "/pagesStorehouse/stockWarn/manage"
|
|
|
},
|
|
|
{
|
|
|
name: "花材",
|
|
|
@@ -208,21 +203,6 @@ export default {
|
|
|
name: "调拨入库",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,
|
|
|
url: "/pagesStorehouse/allot/allotPut"
|
|
|
- },
|
|
|
- {
|
|
|
- name: "员工",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
|
|
|
- url: "/admin/staff/list"
|
|
|
- },
|
|
|
- {
|
|
|
- name: "报损单",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
- url: "/admin/breakage/list"
|
|
|
- },
|
|
|
- {
|
|
|
- name: "红包",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,
|
|
|
- url: "/admin/hb/list"
|
|
|
}
|
|
|
],
|
|
|
totalData: [
|
|
|
@@ -234,7 +214,9 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: "总访客",
|
|
|
- value: 0
|
|
|
+ value: 0,
|
|
|
+ url:'/admin/custom/visit',
|
|
|
+ type:1,
|
|
|
},
|
|
|
{
|
|
|
name: "总订单",
|
|
|
@@ -244,15 +226,21 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: "总收入(元)",
|
|
|
- value: 0.00
|
|
|
+ value: 0.00,
|
|
|
+ url:'/pagesStore/me/incomeExpenses',
|
|
|
+ type:1
|
|
|
},
|
|
|
{
|
|
|
name: "总支出(元)",
|
|
|
- value: 0.00
|
|
|
+ value: 0.00,
|
|
|
+ url:'/pagesStore/me/incomeExpenses',
|
|
|
+ type:1
|
|
|
},
|
|
|
{
|
|
|
name: "总采购(元)",
|
|
|
- value: 0.00
|
|
|
+ value: 0.00,
|
|
|
+ url:'/admin/statistics/cgStat',
|
|
|
+ type:1
|
|
|
}
|
|
|
],
|
|
|
skSrc: `${this.$constant.imgUrl}/ghs/home/sk.jpg`,
|