|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="app-main app-content">
|
|
<div class="app-main app-content">
|
|
|
<!-- 用户信息 -->
|
|
<!-- 用户信息 -->
|
|
|
- <div class="user-wrap">
|
|
|
|
|
|
|
+ <div class="user-wrap" :style="{ backgroundImage: `url(${this.$constant.imgUrl}/home/bg_hd_home.png)` }">
|
|
|
<div class="user-top">
|
|
<div class="user-top">
|
|
|
<div class="app-size-28">今日概况</div>
|
|
<div class="app-size-28">今日概况</div>
|
|
|
<view class="open-bt_bx">
|
|
<view class="open-bt_bx">
|
|
@@ -86,11 +86,11 @@
|
|
|
:src="kdSrc"
|
|
:src="kdSrc"
|
|
|
mode="widthFix"
|
|
mode="widthFix"
|
|
|
></image>
|
|
></image>
|
|
|
- <image
|
|
|
|
|
|
|
+ <!-- <image
|
|
|
@click="pageTo({ url: '/pagesPurchase/order' })"
|
|
@click="pageTo({ url: '/pagesPurchase/order' })"
|
|
|
:src="cgSrc"
|
|
:src="cgSrc"
|
|
|
mode="widthFix"
|
|
mode="widthFix"
|
|
|
- ></image>
|
|
|
|
|
|
|
+ ></image> -->
|
|
|
</view>
|
|
</view>
|
|
|
<div class="tabs-wrap">
|
|
<div class="tabs-wrap">
|
|
|
<div
|
|
<div
|
|
@@ -211,15 +211,21 @@ export default {
|
|
|
// tab按钮
|
|
// tab按钮
|
|
|
tabsData: [
|
|
tabsData: [
|
|
|
{
|
|
{
|
|
|
- name: "库存",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
|
|
- url: "/pagesStorehouse/stockWarn/manage"
|
|
|
|
|
|
|
+ name: "采购",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
|
|
|
|
|
+ url: "/pagesPurchase/order"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "收款",
|
|
name: "收款",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/gj.png`,
|
|
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
|
|
|
url: "/admin/billing/priceChange"
|
|
url: "/admin/billing/priceChange"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ name: "库存",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
|
|
+ url: "/pagesStorehouse/stockWarn/manage"
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
name: "花材",
|
|
name: "花材",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,
|
|
img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,
|
|
@@ -280,7 +286,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
cgSrc: `${this.$constant.imgUrl}/ghs/home/cg.png`,
|
|
cgSrc: `${this.$constant.imgUrl}/ghs/home/cg.png`,
|
|
|
- kdSrc: `${this.$constant.imgUrl}/ghs/home/kd.png`
|
|
|
|
|
|
|
+ kdSrc: `${this.$constant.imgUrl}/ghs/home/open_order.png`
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onShareAppMessage (res) {
|
|
onShareAppMessage (res) {
|
|
@@ -416,7 +422,7 @@ export default {
|
|
|
padding: 20px 30px 34px 30px;
|
|
padding: 20px 30px 34px 30px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- background-image: url("../../static/images/admin/bg.png");
|
|
|
|
|
|
|
+ // background-image: url(http://img.huaml.com/home/deserve.png);
|
|
|
background-size: 100% 380px;
|
|
background-size: 100% 380px;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
.user-top {
|
|
.user-top {
|