lvhao пре 2 месеци
родитељ
комит
ed3ed67eaf
2 измењених фајлова са 18 додато и 9 уклоњено
  1. 8 5
      template/erp/fullordersmt_edit.html
  2. 10 4
      template/erp/fullordersmt_readonly.html

+ 8 - 5
template/erp/fullordersmt_edit.html

@@ -208,14 +208,17 @@
 </li>
 </div>
 
-<li>
+<li  class="lengththree">
 <em>付款方式:</em>
 <input name="pay" value="{$fullordersmt['pay']}" type="text">
 </li>
-
-<li>
-<em>运单号:</em>
-<input name="waybill" value="{$fullordersmt['waybill']}" type="text">
+<li class="lengththree">
+<em style="width: 80px;">转单号:</em>
+<input style="width: 60%;" name="waybillid" value="{$fullordersmt['waybillid']}" type="text">
+</li>
+<li  class="lengththree">
+<em style="width: 80px;">运单号:</em>
+<input  style="width: 60%;" name="waybill" value="{$fullordersmt['waybill']}" type="text">
 </li>
 
 <li class="length">

+ 10 - 4
template/erp/fullordersmt_readonly.html

@@ -167,14 +167,20 @@
 <textarea name="rtext" style="height:46px;">{$fullordersmt['rtext']}</textarea>
 </li>
 </div>
-<li>
+<li class="lengththree">
 <em>付款方式:</em>
 <b>{$fullordersmt['pay']}</b>
 </li>
 
-<li>
-<em>运单号:</em>
-<input name="waybill" value="{$fullordersmt['waybill']}" type="text">
+<li class="lengththree">
+	<em style="width: 80px;">转单号:</em>
+	<b style="width: 60%;">{$fullordersmt['waybillid']}</b>
+</li>
+
+<li class="lengththree">
+	
+<em style="width: 80px;">运单号:</em>
+<input style="width: 60%;" name="waybill" value="{$fullordersmt['waybill']}" type="text">
 </li>
 
 <li class="length">