Browse Source

240119

main
Cheng 1 year ago
parent
commit
72f73cea96
  1. 10
      wms/mkt/pricereview-create.php

10
wms/mkt/pricereview-create.php

@ -1937,7 +1937,11 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
?> ?>
<tr name="option_templ"> <tr name="option_templ">
<td name="option_seat"> <td name="option_seat">
<?php if (!empty($v['item_memo'])) { ?>
<a href="" name="option_href" data-toggle="modal"><?php echo $v["item_spec"] . '-(' . $v['item_memo'] . ')'; ?></a> <a href="" name="option_href" data-toggle="modal"><?php echo $v["item_spec"] . '-(' . $v['item_memo'] . ')'; ?></a>
<?php } else { ?>
<a href="" name="option_href" data-toggle="modal"><?php echo $v["item_spec"]; ?></a>
<?php } ?>
</td> </td>
<td><input type="text" name="option_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="option_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="option_qty" class="form-control" size="2" maxlength="2" value="<?php echo $v["item_qty"]; ?>"></td> <td><input type="text" name="option_qty" class="form-control" size="2" maxlength="2" value="<?php echo $v["item_qty"]; ?>"></td>
@ -1974,9 +1978,9 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){
<?php <?php
} }
} else { } else {
echo '<pre>'; // echo '<pre>';
print_r($v["option_price"]); // print_r($v["option_price"]);
echo '</pre>'; // echo '</pre>';
?> ?>
<tr name="option_templ"> <tr name="option_templ">
<td name="option_seat"> <td name="option_seat">

Loading…
Cancel
Save