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

dev
wanghao 2 weeks ago
parent 4b9c695a2a
commit 99efe58908

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

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

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

Loading…
Cancel
Save