|
@ -32,7 +32,9 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="dec" style="font-weight: bold;"> |
|
|
<view class="dec" style="font-weight: bold;"> |
|
|
<view >补料数量:</view> |
|
|
<view >补料数量:</view> |
|
|
<view > <u-input v-model="item.srcMaterialCounts" type="number" placeholder="补料数量" border="true" clearable="true" style="width: 100px;" @update:modelValue="calculatePass(item,queryForm.planCount)" /> |
|
|
<view > |
|
|
|
|
|
<u-number-box v-model="item.srcMaterialCounts" style="width:150px" :max="(item.repMaterialCounts * queryForm.planCount)" :positive-integer="false"></u-number-box> |
|
|
|
|
|
<!-- <u-input v-model="item.srcMaterialCounts" type="number" placeholder="补料数量" border="true" clearable="true" style="width: 100px;" @update:modelValue="calculatePass(item,queryForm.planCount)" /> --> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="dec"> |
|
|
<view class="dec"> |
|
|