Просмотр исходного кода

去除盘点、供货商库存预警间距调整

jiangfeng 5 лет назад
Родитель
Сommit
40c6943168

+ 5 - 5
ghsApp/src/admin/home/apply.vue

@@ -62,11 +62,11 @@
                                 img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
                                 url: "/pagesStorehouse/stockWarn/manage"
                             },
-                            {
-                                name: "盘点",
-                                img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,
-                                url: "/pagesStorehouse/inventory/list"
-                            },
+                            // {
+                            //     name: "盘点",
+                            //     img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,
+                            //     url: "/pagesStorehouse/inventory/list"
+                            // },
                             {
                                 name: "员工",
                                 img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,

+ 2 - 2
ghsApp/src/pagesStorehouse/components/CommodityStock.vue

@@ -10,10 +10,10 @@
 				<view class="price" v-if="isPrice">¥{{ info.price }}</view>
 				<template v-if="isEdit">
 					<view class="open-bx warn" v-if="type == STOCK_TYPE.WARN">
-						库存 <text style="color: #FF2842;margin-left: 10rpx"> {{ info.stock }}</text>
+						库存 <text style="color: #FF2842;margin-left: 10rpx;font-size: 32rpx"> {{ info.stock }}</text>
 					</view>
 					<view class="open-bx" v-else-if="type == STOCK_TYPE.MANAGE">
-						库存 <text style="margin-left: 10rpx">{{ info.stock }}</text>
+						库存 <text style="margin-left: 10rpx;font-size: 32rpx">{{ info.stock }}</text>
 					</view>
 				</template>
 			</view>

+ 3 - 1
ghsApp/src/pagesStorehouse/stockWarn/manage.vue

@@ -20,12 +20,14 @@
 					<!--					<text v-else>当前库存充足</text>-->
 				<scroll-view scroll-y class="item_list_bx" @scrolltolower="loadMore" lower-threshold="100" style="width: 100%">
 					<template v-for="(productItem, productIndex) in filterProductInfoContrapose">
+						<view style="padding: 20rpx 0">
 						<CommodityStock
 							:isPrice="false"
 							:type="tabs[tabIndex].key"
 							:key="productIndex"
 							:info="productItem"
 						></CommodityStock>
+						</view>
 					</template>
 				</scroll-view>
 			</block>
@@ -56,7 +58,7 @@
 						<view class="item_list_title" v-if="!$util.isEmpty(classItem.child)"> {{ classItem.className }}</view>
 						<text v-if="tabs[tabIndex].name=='库存预警'&&$util.isEmpty(classItem.child)">当前库存充足</text>
 						<template v-for="(productItem, productIndex) in classItem.child">
-							<view style="height: 160rpx" :id="`class_${classIndex}`" :key="classIndex">
+							<view style="height: 200rpx" :id="`class_${classIndex}`" :key="classIndex">
 								<CommodityStock v-if="classItem.isActive"
 								:isPrice="false"
 								:type="tabs[tabIndex].key"

+ 6 - 6
hdApp/src/admin/home/apply.vue

@@ -74,11 +74,11 @@ export default { // 应用页面
               img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
               url: "/pagesStorehouse/stockWarn/manage"
             },
-            {
-              name: "盘点",
-              img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,
-              url: "/pagesStorehouse/inventory/list"
-            },
+            // {
+            //   name: "盘点",
+            //   img: `${this.$constant.imgUrl}/ghs/home/pandian.png`,
+            //   url: "/pagesStorehouse/inventory/list"
+            // },
             {
               name: "员工",
               img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
@@ -173,4 +173,4 @@ export default { // 应用页面
     }
   }
 }
-</style>
+</style>