|
@@ -36,10 +36,10 @@
|
|
|
<view class="lable rx-cc">数量</view>
|
|
<view class="lable rx-cc">数量</view>
|
|
|
<view class="content content_num">
|
|
<view class="content content_num">
|
|
|
<input class="uni-input" v-model="mate.demandQuantity"
|
|
<input class="uni-input" v-model="mate.demandQuantity"
|
|
|
- @blur='mate.demandQuantity > mate.packingCountBase ? mate.demandQuantity = mate.packingCountBase : mate.demandQuantity'
|
|
|
|
|
|
|
+ @blur='mate.demandQuantity > mate.availableCountBase ? mate.demandQuantity = mate.availableCountBase : mate.demandQuantity'
|
|
|
type="digit"></input>
|
|
type="digit"></input>
|
|
|
<view class="unit">/{{mate.measuringUnit}}</view>
|
|
<view class="unit">/{{mate.measuringUnit}}</view>
|
|
|
- <view> (库存:{{ mate.packingCountBase }} {{mate.measuringUnit}})</view>
|
|
|
|
|
|
|
+ <view> (库存:{{ mate.availableCountBase }} {{mate.measuringUnit}})</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|