瀏覽代碼

提交数据

lvhao 2 月之前
父節點
當前提交
9ae6492c94
共有 2 個文件被更改,包括 15 次插入9 次删除
  1. 7 4
      template/erp/fullorderamz_edit.html
  2. 8 5
      template/erp/fullorderamz_readonly.html

+ 7 - 4
template/erp/fullorderamz_edit.html

@@ -229,15 +229,18 @@
 <b>{$fullorderamz['issku']}</b>
 </li>
 
-<li>
+<li  class="lengththree">
 <em>Quantity:</em>
 <b {if $qc > 0}style="color:#F00"{/if}>{$fullorderamz['quantity']}</b>
 </li>
 
-
-<li>
+<li class="lengththree">
+	<em style="width: 80px;">转单号:</em>
+	<input style="width: 60%;" name="waybillid" value="{fullorderamz['waybillid']}" type="text">
+	</li>
+<li  class="lengththree">
 <em>运单号:</em>
-<input name="waybill" value="{$fullorderamz['waybill']}" type="text">
+<input style="width: 60%;" name="waybill" value="{$fullorderamz['waybill']}" type="text">
 </li>
 
 {if $fullorderamz['source'] != 1}

+ 8 - 5
template/erp/fullorderamz_readonly.html

@@ -202,14 +202,17 @@
 <b>{$fullorderamz['issku']}</b>
 </li>
 
-<li>
+<li class="lengththree">
 <em>Quantity:</em>
 <b {if $qc > 0}style="color:#F00"{/if}>{$fullorderamz['quantity']}</b>
 </li>
-
-<li>
-<em>运单号:</em>
-<b>{$fullorderamz['waybill']}</b>
+<li class="lengththree">
+	<em style="width: 80px;">转单号:</em>
+	<b style="width: 60%;">{$fullorderamz['waybillid']}</b>
+</li>
+<li class="lengththree">
+<em style="width: 80px;">运单号:</em>
+<b style="width: 60%;">{$fullorderamz['waybill']}</b>
 </li>
 
 {if $fullorderamz['source'] != 1}