Browse Source

修改采购记录入口按钮位置

master
邓宏 11 months ago
parent
commit
eec829bc3f
  1. 4
      pages/home/my.vue
  2. 13
      pages/purchase/apply.vue

4
pages/home/my.vue

@ -70,9 +70,9 @@
<view class="item" @click="$u.route({url:'/pages/stock/record'})" v-else>
<text class="plant-liulanjilu-tianchong"/> <text>出入库记录</text> <text class="plant-youbian"/>
</view>
<view class="item" @click="$u.route({url:'/pages/purchase/record'})" v-if="$store.getters.userInfo.roleCode!='ware_admin'">
<!-- <view class="item" @click="$u.route({url:'/pages/purchase/record'})" v-if="$store.getters.userInfo.roleCode!='ware_admin'">
<text class="plant-liulanjilu-tianchong"/> <text>采购记录</text> <text class="plant-youbian"/>
</view>
</view> -->
<view class="item" @click="$u.route({url:'/pages/home/news'})">
<text class="plant-xitongxiaoxi"/> <text>系统消息</text> <text class="number">{{$store.state.sysMsgNum}}</text> <text class="plant-youbian"/>
</view>

13
pages/purchase/apply.vue

@ -3,6 +3,9 @@
min-height:100%;
background:#F6F6F6;
padding:30rpx 0;
overflow-y: auto;
display: flex;
flex-direction: column;
.card{
margin-top:0;
&.info{
@ -87,6 +90,12 @@
}
}
}
.record{
margin:auto auto 0;
color:#4092F3;
text-align: center;
width:max-content;
}
}
</style>
<template>
@ -126,7 +135,9 @@
<view class="title_mast" data-type="审核中">申请状态</view>
</view> -->
<button class="cu-btn round bg-green shadow submit" @click="submit">确定提交</button>
<button class="cu-btn round bg-green shadow submit" @click="submit" style="margin-bottom:20rpx;">确定提交</button>
<view class="record" @click="$u.route({url:'/pages/purchase/record'})">采收记录</view>
</view>
</template>
<script>

Loading…
Cancel
Save