Commit 2f09e3ed authored by 何远江's avatar 何远江

bug 修复

parent 33b6c1e6
......@@ -61,7 +61,7 @@
<!-- </view>-->
</view>
</view>
<view class="prod-body-right">
<scroll-view class="prod-body-right" scroll-y>
<view style="text-align: center;line-height: 80rpx;font-size: 28rpx;font-weight: 600;">
{{ this.vuex_workunit == null ? '请选择工作单元' : this.vuex_workunit.workunitName }}
</view>
......@@ -79,7 +79,7 @@
<u-button type="primary" @click="commonClick('MaterialRequest')">领料申请</u-button>
<u-button type="primary" @click="commonClick('MaterialReturn')">退料申请</u-button>
<u-button type="success" @click="commonClick('StockIn')">完工入库申请</u-button>
</view>
</scroll-view>
</view>
<u-modal :title="title" @confirm="feedback()" show-cancel-button
......@@ -1374,7 +1374,7 @@ export default {
.prod-body-right {
width: 300rpx;
padding: 10rpx;
overflow: auto;
height: 100vh;
.u-btn {
height: 100rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment