fix(wms): 样品数量每次增加数量

dev
wanghao 2 weeks ago
parent 4b9c695a2a
commit 99efe58908

@ -253,7 +253,7 @@
v-model="scope.row.inStockAmount" v-model="scope.row.inStockAmount"
:min="1" :min="1"
:precision="2" :precision="2"
:step="0.5" :step="1"
controls-position="right" controls-position="right"
size="small" size="small"
placeholder="请输入数量" placeholder="请输入数量"

@ -261,7 +261,7 @@
v-model="scope.row.outStockAmount" v-model="scope.row.outStockAmount"
:min="0" :min="0"
:precision="2" :precision="2"
:step="0.5" :step="1"
:max="scope.row.inventoryAmount" :max="scope.row.inventoryAmount"
@change="calculateTotalPrice(scope.row)" @change="calculateTotalPrice(scope.row)"
controls-position="right" controls-position="right"

@ -249,7 +249,7 @@
v-model="scope.row.lentQty" v-model="scope.row.lentQty"
:min="0" :min="0"
:precision="2" :precision="2"
:step="0.5" :step="1"
:max="scope.row.inventoryAmount" :max="scope.row.inventoryAmount"
controls-position="right" controls-position="right"
size="small" size="small"

Loading…
Cancel
Save