|
|
@ -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> |
|
|
|