|
|
@ -1405,7 +1405,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ |
|
|
|
<td><input type="text" name="item_unit_price" class="form-control dollar-right" size="8" value="<?php echo number_format($v["item_unit_price"]); ?>" readonly></td> |
|
|
|
<td><input type="text" name="item_qty" class="form-control" size="2" maxlength="2" value="<?php echo $v["item_qty"]; ?>"><input type="hidden" name="item_qty_ori" value="<?php echo $v["item_qty"]; ?>"></td> |
|
|
|
<td><input type="text" name="item_price_bp" class="form-control dollar-right" size="12" value="<?php echo number_format($v["item_price_bp"]); ?>" readonly></td> |
|
|
|
<td nowrap><input type="text" name="item_price_ct" class="form-control dollar-right" size="12" value="<?php echo $v["spec_price"]*$v["spec_num"]; ?>" required> |
|
|
|
<td nowrap><input type="text" name="item_price_ct" class="form-control dollar-right" size="12" value="<?php echo number_format($v["item_price_ct"]); ?>" required> |
|
|
|
<input type="hidden" name="item_group" value="A"><input type="hidden" name="fp_id"> |
|
|
|
<input type="hidden" name="item_price"><input type="hidden" name="gross_profit"> |
|
|
|
<input type="hidden" name="item_weight"> |
|
|
@ -1619,7 +1619,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ |
|
|
|
<td><input type="text" name="item_unit_price" class="form-control dollar-right" size="8" value="<?php echo $v["spec_price"]; ?>" readonly></td> |
|
|
|
<td><input type="text" name="item_qty" class="form-control" size="2" maxlength="2" value="<?php echo $v["spec_num"]; ?>"><input type="hidden" name="item_qty_ori" value="<?php echo $v["spec_num"]; ?>"></td> |
|
|
|
<td><input type="text" name="item_price_bp" class="form-control dollar-right" size="12" value="<?php echo number_format($v["spec_price"]*$v["spec_num"]); ?>" readonly></td> |
|
|
|
<td nowrap><input type="text" name="item_price_ct" class="form-control dollar-right" size="12" value="<?php echo $v["spec_price"]*$v["spec_num"]; ?>" required> |
|
|
|
<td nowrap><input type="text" name="item_price_ct" class="form-control dollar-right" size="12" value="<?php echo number_format($v["spec_price"]*$v["spec_num"]); ?>" required> |
|
|
|
<input type="hidden" name="item_group" value="A"><input type="hidden" name="fp_id"> |
|
|
|
<input type="hidden" name="item_price"><input type="hidden" name="gross_profit"> |
|
|
|
<input type="hidden" name="item_weight"> |
|
|
|