|
@@ -5,7 +5,7 @@
|
|
<u-icon size="38" name="bag"></u-icon> <text>货品管理</text>
|
|
<u-icon size="38" name="bag"></u-icon> <text>货品管理</text>
|
|
</view>
|
|
</view>
|
|
<u-cell-group :border="false">
|
|
<u-cell-group :border="false">
|
|
- <u-cell-item title="库存查询" :title-style="{fontSize:'1em'}">
|
|
|
|
|
|
+ <u-cell-item title="库存查询" @click="toPage('/pages/stockQuery/stockQuery')" :title-style="{fontSize:'1em'}">
|
|
<text slot="icon"></text>
|
|
<text slot="icon"></text>
|
|
</u-cell-item>
|
|
</u-cell-item>
|
|
<u-cell-item title="补货记录" :title-style="{fontSize:'1em'}">
|
|
<u-cell-item title="补货记录" :title-style="{fontSize:'1em'}">
|
|
@@ -55,7 +55,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
-
|
|
|
|
|
|
+ toPage(path){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: path
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
@@ -64,7 +68,7 @@
|
|
.morePages{
|
|
.morePages{
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
- background: #f8f8f8;
|
|
|
|
|
|
+ background-image: linear-gradient(#86defa 0%,#cdeff9 20%,#f8f8f8 30%);
|
|
.list-box{
|
|
.list-box{
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
@@ -79,6 +83,9 @@
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &:first-child{
|
|
|
|
+ box-shadow: 2rpx 2rpx 5rpx #cdeff9;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.phone{
|
|
.phone{
|
|
color: #00aaff;
|
|
color: #00aaff;
|