Browse Source

YT-832客户退货,pda扫描任务报错

intex_online20241205
zhang_li 3 months ago
parent
commit
43a2c85b05
  1. 11
      src/mycomponents/qty/recommendQtyEdit.vue

11
src/mycomponents/qty/recommendQtyEdit.vue

@ -12,25 +12,22 @@
</view>
<view class='split_line'></view>
<view class="uni-flex uni-column" style="background-color: white; height:60%;">
<view class="uni-flex uni-column ">
<view class="uni-flex uni-row space-between padding title ">
<view class="uni-flex uni-column">
<view class="uni-flex uni-row space-between padding title " v-if="dataContent.packQty">
<text>包装个数 : </text>
<view class="uni-flex uni-row u-col-center">
<uni-number-box :min="0" @change="calcQty($event,stdCount)" :value="stdCount">
</uni-number-box>
{{getPackUnitName(dataContent.packUnit)}}
</view>
</view>
<view class='split_line'></view>
<view class="uni-flex uni-row space-between padding title u-col-center">
<view class='split_line' v-if="dataContent.packQty"></view>
<view class="uni-flex uni-row space-between padding title u-col-center" v-if="dataContent.packQty">
<text>包装规格 : </text>
<view class="uni-flex u-col-center uni-row">
<packUnit :dataContent="dataContent"></packUnit>
</view>
</view>
<view class='split_line'></view>
<view class="uni-flex uni-row space-between padding title u-col-center">
<text>总数量 : </text>

Loading…
Cancel
Save