|
@@ -109,7 +109,7 @@
|
|
</td>
|
|
</td>
|
|
|
|
|
|
<td class="max-width-250">
|
|
<td class="max-width-250">
|
|
- <input type='text' id="inventoryList[{{idx}}]_quantity" name="inventoryList[{{idx}}].quantity" placeholder="请输入数字" class="form-control number" value="{{row.quantity}}"/>
|
|
|
|
|
|
+ <input type='text' id="inventoryList[{{idx}}]_quantity" name="inventoryList[{{idx}}].quantity" placeholder="请输入数字" class="form-control number" value="{{row.quantity}}" onkeyup="this.value=this.value.replace(/^(\d*\.?\d{0,2}).*/,'$1')" maxlength="10"/>
|
|
</td>
|
|
</td>
|
|
<td class="max-width-250">
|
|
<td class="max-width-250">
|
|
<input type='text' id="inventoryList[{{idx}}]_remarks" name="inventoryList[{{idx}}].remarks" class="form-control" value="{{row.remarks}}"/>
|
|
<input type='text' id="inventoryList[{{idx}}]_remarks" name="inventoryList[{{idx}}].remarks" class="form-control" value="{{row.remarks}}"/>
|