|
|
@@ -83,11 +83,6 @@
|
|
|
:src="kdSrc"
|
|
|
mode="widthFix"
|
|
|
></image>
|
|
|
- <!-- <image
|
|
|
- @click="pageTo({ url: '/pagesPurchase/order' })"
|
|
|
- :src="cgSrc"
|
|
|
- mode="widthFix"
|
|
|
- ></image> -->
|
|
|
</view>
|
|
|
<div class="tabs-wrap">
|
|
|
<div
|
|
|
@@ -206,22 +201,21 @@ export default {
|
|
|
],
|
|
|
// tab按钮
|
|
|
tabsData: [
|
|
|
- {
|
|
|
- name: "采购",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
|
|
|
- url: "/pagesPurchase/shopping"
|
|
|
- },
|
|
|
{
|
|
|
name: "收款",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
|
|
|
url: "/admin/billing/priceChange"
|
|
|
},
|
|
|
{
|
|
|
- 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/shopping"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "供应商",
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
|
|
|
+ url: "/pagesPurchase/order"
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
name: "商品",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/icon_spgl.png`,
|
|
|
@@ -233,9 +227,9 @@ export default {
|
|
|
url: "/admin/staff/list"
|
|
|
},
|
|
|
{
|
|
|
- name: "门店",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/shop.png`,
|
|
|
- url: "/admin/shop/list"
|
|
|
+ name: "库存",
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
+ url: "/pagesStorehouse/stockWarn/manage"
|
|
|
},
|
|
|
{
|
|
|
name: "邀请开店",
|