Commit 73c64718 authored by wxl's avatar wxl

no message

parent 1a0d170a
......@@ -53,7 +53,7 @@
<td><?php echo $this->escapeHtml($goodsValue->getExWarehouseOrderSn()); ?> </td>
<td><?php echo $goodsValue->warehouseName; ?></td>
<td><?php echo date("Y-m-d H:i:s", $goodsValue->getAddTime()); ?></td>
<td></td>
<td><?php echo $this->escapeHtml($goodsValue->getExWarehouseOrderInfo()); ?></td>
</tr>
<?php } ?>
......
......@@ -52,7 +52,7 @@
<td><?php echo $this->escapeHtml($goodsValue->getWarehouseOrderSn()); ?> </td>
<td><?php echo $goodsValue->warehouseName; ?></td>
<td><?php echo date("Y-m-d H:i:s", $goodsValue->getAddTime()); ?></td>
<td></td>
<td><?php echo $this->escapeHtml($goodsValue->getWarehouseOrderInfo()); ?> </td>
</tr>
<?php } ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment