shish пре 3 година
родитељ
комит
74030badaa

+ 5 - 1
hdApp/src/admin/home/member.vue

@@ -5,7 +5,8 @@
       <view>
         <AppSearchModule placeholder="输拼音首字母也可以搜" @input="searchFn"/>
       </view>
-      <view style="padding:0 10upx 0 20upx;" >
+      <view style="padding:0 5upx 0 10upx;" >
+        <button class="admin-button-com middle blue" style="margin-right:10upx;" @click="invite()">邀请注册</button>
 				<button class="admin-button-com middle blue" @click="addCustom()">添加</button>
 			</view>
     </view>
@@ -117,6 +118,9 @@ export default {
       this.resetList();
       this.getOrderList();
     },
+    invite(){
+      this.pageTo({url: '/admin/cg/member'})
+    },
     addCustom(){
       this.pageTo({url: '/admin/custom/addCustom'})
     },

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -230,7 +230,6 @@ export default {
       },
       tabsData: [
         { name: "商城", img: `${this.$constant.imgUrl}/ghs/home/shop.png`, url: "/admin/cg/mall",pf:1},
-        { name: "会员码", img: `${this.$constant.imgUrl}/ghs/home/shop.png`, url: "/admin/cg/member",pf:1},
         { name: "花材", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/item/list",pf:1 },
         { name: "改价", img: `${this.$constant.imgUrl}/ghs/home/gj.png`, url: "/admin/changePrice/list",pf:1},
         { name: "任务", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1 },
@@ -240,7 +239,8 @@ export default {
         { name: "花材采购", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/pagesPurchase/shopping",pf:1 },
         { name: "采购结账", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/clear/list",pf:1 },
         { name: "商品", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/list",pf:1 },
-        { name: "商品采购", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/admin/goods/plantCg",pf:1}
+        { name: "商品采购", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/admin/goods/plantCg",pf:1},
+        { name: "品类", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/kind",pf:1},
       ],
       totalData: [
         { name: "客户数", value: 0 },

+ 2 - 0
hdApp/src/admin/stat/kind.vue

@@ -3,6 +3,7 @@
 	<view class="ex-page">
 		<view class="top-bar">
 			<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
+			<text style="margin-left:150upx;color:#3385FF;font-weight:bold;">员工制作统计</text>
 		</view>
 		<scroll-view scroll-y scroll-with-animation class="main-view">
 			<view class="space-view ex-table">
@@ -21,6 +22,7 @@
 						<t-tr>
 							<t-td><view style="text-align:right;font-size:30upx;">制作用了约{{profit.workTotalUseSmallNum?parseFloat(profit.workTotalUseSmallNum):0}}支</view></t-td>
 						</t-tr>
+
 						<t-tr>
 							<t-td><view style="color:black;font-size:30upx;font-weight:bold;margin-top:70upx;">拆散花材用量</view></t-td>
 						</t-tr>