lvhao 2 miesięcy temu
rodzic
commit
72f641be44

+ 8 - 3
template/erp/fullordertt_edit.html

@@ -235,9 +235,14 @@
 </li>
 
 
-<li>
-<em>运单号:</em>
-<input name="waybill" value="{$fullordertt['waybill']}" type="text">
+<li  class="lengththree">
+<em style="width: 80px;">转单号:</em>
+<input style="width: 60px;" name="waybillid" value="{$fullordertt['waybillid']}" type="text">
+</li>
+
+<li  class="lengththree">
+<em style="width: 80px;">运单号:</em>
+<input style="width: 60px;" name="waybill" value="{$fullordertt['waybill']}" type="text">
 </li>
 
 {if $fullordertt['source'] != 1}

+ 9 - 4
template/erp/fullordertt_readonly.html

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