lvhao 1 viikko sitten
vanhempi
commit
3c03ce3265
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 2 1
      template/erp/fullorder_edit.html
  2. 2 2
      template/erp/fullorder_readonly.html

+ 2 - 1
template/erp/fullorder_edit.html

@@ -57,7 +57,8 @@
 {loop $fpdata as $val}
 <tr data-list="{$val['0']}" {if isset($val['err_sku'])&&($val['err_sku'] == 1) } style="background-color: #FF3;"  {/if}>
 <td>
-	<div class="en_title">{$val['1']}</div>
+	{$val['1']}
+	<!-- <div class="en_title">{$val['1']}</div> -->
 	<!-- <div>
 		{$val['pm']}<i style="margin-left: 4px;" class="fa fa-file-o" title="点击复制" data-t="{$val['pm']}" onclick="copytext(this)"></i>
 	</div> -->

+ 2 - 2
template/erp/fullorder_readonly.html

@@ -45,8 +45,8 @@
 {loop $fpdata as $val}
 <tr data-list="{$val['0']}">
 <td>
-
-<div class="en_title">{$val['1']}</div>
+	{$val['1']}
+<!-- <div class="en_title">{$val['1']}</div> -->
 <!-- <div>
 	{$val['pm']}<i style="margin-left: 4px;" class="fa fa-file-o" title="点击复制" data-t="{$val['pm']}" onclick="copytext(this)"></i>
 </div> -->