|
@ -32,7 +32,7 @@ |
|
|
<view class="uni-flex uni-row space-between padding title u-col-center"> |
|
|
<view class="uni-flex uni-row space-between padding title u-col-center"> |
|
|
<text>数量 : </text> |
|
|
<text>数量 : </text> |
|
|
<view class="uni-flex uni-row uni-center" style="align-items: center"> |
|
|
<view class="uni-flex uni-row uni-center" style="align-items: center"> |
|
|
<input class="qty_input" v-model="allQty" :focus="true" type="number" @confirm="confirm()" @input="checkNum" :maxlength="maxlength" /> |
|
|
<input class="qty_input" v-model="allQty" :focus="true" type="number" @confirm="confirm()" @input="checkNum" :maxlength="maxlength" disabled :style="{background:'#f5f5f5',color:'#bbbbbb'}" /> |
|
|
<uomCom :uom="dataContent.uom"></uomCom> |
|
|
<uomCom :uom="dataContent.uom"></uomCom> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|