Przeglądaj źródła

修改客户下单 没有同步申报品名的问题

lvhao 14 godzin temu
rodzic
commit
27fb07ce04
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      template/erp/customer_mdedit.html

+ 1 - 1
template/erp/customer_mdedit.html

@@ -322,7 +322,7 @@
 <em>快递方式:</em>
 <select name="express" class="select class">
 {loop express(100) as $val}
-<option value="{$val['id']}" data-type="{$val['type']}" {if $fullorder['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
+<option value="{$val['id']}"  data-sbpm="{$val['sbpm']}" data-ts="{$val['xxts']}" data-type="{$val['type']}" {if $fullorder['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
 {/loop}
 </select>
 </li>