Browse Source

提交数据

lvhao 2 months ago
parent
commit
edced3ede0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/erp/fullorder_readonly.html

+ 2 - 2
template/erp/fullorder_readonly.html

@@ -212,11 +212,11 @@
 <b {if $qc > 0}style="color:#F00"{/if}>{$fullorder['quantity']}</b>
 </li>
 <li class="lengththree">
-<em>转单号:</em>
+<em style="width: 80px;">转单号:</em>
 <b>{$fullorder['transfer_number']}</b>
 </li>
 <li class="lengththree">
-<em>运单号:</em>
+<em style="width: 80px;">运单号:</em>
 <b>{$fullorder['waybill']}</b>
 </li>
 {/if}