Browse Source

添加订单order_no

lvhao 5 tháng trước cách đây
mục cha
commit
705bdf6808

+ 1 - 1
core/CoreApp/controllers/Whlabeltransport.php

@@ -99,7 +99,7 @@ class Whlabeltransport extends Start_Controller {
 		    {
                 $start = ($page - 1)*$perpage;
             }
-            $info_list = $this->whlabeltransport->find_all($where,'id,warehouse,sku,title,num,enter,stime,time,text,cz',$order_str,$start,$perpage);
+            $info_list = $this->whlabeltransport->find_all($where,'id,order_no,warehouse,sku,title,num,enter,stime,time,text,cz',$order_str,$start,$perpage);
 			foreach ($info_list as $key=>$value) 
 		    {
 				$warehouse = $this->warehouse->read($value['warehouse']);

+ 1 - 0
template/erp/whlabeltransport.html

@@ -32,6 +32,7 @@
 <table class="datatitle data" border="0" style="border-collapse:collapse;">
 <tr>
 <td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
+<td>订单编码</td>
 <td>仓库</td>
 <td>SKU</td>
 <td>产品名称</td>