Explorar el Código

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

lvhao hace 17 horas
padre
commit
27fb07ce04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>