Commit 92c77a20 authored by 沈翠玲's avatar 沈翠玲

调整库存盘点页面

parent e4a09321
...@@ -27,7 +27,10 @@ ...@@ -27,7 +27,10 @@
<view class="items">物料名称:{{item.MAKTX}}</view> <view class="items">物料名称:{{item.MAKTX}}</view>
</view> </view>
<view class="boxRight"> <view class="boxRight">
<view class="items">{{sumMENGA(item)}} / {{item.GESME}} {{ item.MEINS }}</view> <view class="items" style="display: flex;">
<view style="margin-right:10rpx">{{sumMENGA(item)}}</view>
<view v-show="urlPs.FLAG && urlPs.FLAG === 'X'"> / {{item.GESME}} {{ item.MEINS }}</view>
</view>
</view> </view>
</view> </view>
<view class="listBottom"> <view class="listBottom">
...@@ -51,8 +54,8 @@ ...@@ -51,8 +54,8 @@
</view> </view>
<view class="boxRight"> <view class="boxRight">
<view class="items"> <view class="items">
<u-input v-model.number="itm.MENGA" style="width: 120rpx;"/> <uni-easyinput v-model.number="itm.MENGA" style="width: 200rpx;margin-right:10rpx"/>
<view>/ {{itm.PACMG}} {{itm.MEINS}}</view> <view v-show="urlPs.FLAG && urlPs.FLAG === 'X'">/ {{itm.PACMG}} {{itm.MEINS}}</view>
</view> </view>
<!-- <view class="itemsBtn"> <!-- <view class="itemsBtn">
<u-button size="mini" class="" type="primary" @click="checkShowModel = true">盘点 <u-button size="mini" class="" type="primary" @click="checkShowModel = true">盘点
......
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