|
|
@ -16,7 +16,7 @@ |
|
|
|
<view class="uni-flex uni-row space-between padding title "> |
|
|
|
<text>包装数量 : </text> |
|
|
|
<view class="uni-flex uni-row u-col-center"> |
|
|
|
<uni-number-box @change="calcQty($event,stdCount)" :value="stdCount"> |
|
|
|
<uni-number-box :disabled="!allowEditQty" @change="calcQty($event,stdCount)" :value="stdCount"> |
|
|
|
</uni-number-box> |
|
|
|
<!-- <uom :uom="dataContent.uom"></uom --> |
|
|
|
<!-- <uom :uom="dataContent.packUnit"></uom> --> |
|
|
|