Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240829
lijuncheng 2 months ago
parent
commit
f6dc8ac567
  1. 5
      src/pages/pointPutawayJob/index.vue

5
src/pages/pointPutawayJob/index.vue

@ -1,4 +1,5 @@
<template>
<!-- 采购上架对应的采购收货打印页面-->
<view class="content" style="padding:30rpx 20rpx 100rpx;min-height: calc(100vh - 120rpx);">
<com-empty-view v-if="data.length==0"></com-empty-view>
<!-- 只用于展示页面 -->
@ -18,7 +19,7 @@
</view>
<view class="mb-right">
<view class="mb-text">
数量<view>{{item.qty}}</view>
数量<view>{{item.qty}}{{item.uom}}</view>
</view>
</view>
</view>
@ -195,7 +196,7 @@
</div>
<div class="mb-right">
<div class="mb-text">
数量<div>${item.qty}</div>
数量<div>${item.qty}${item.uom}</div>
</div>
</div>
</div>

Loading…
Cancel
Save