Browse Source

订单详情简介修改,格式修改

wangxiaoming 7 years ago
parent
commit
5dd4a21e69
3 changed files with 10 additions and 3 deletions
  1. 1 1
      aiberle/clearing.html
  2. 1 1
      aiberle/order-details.html
  3. 8 1
      aiberle/order-list.html

File diff suppressed because it is too large
+ 1 - 1
aiberle/clearing.html


File diff suppressed because it is too large
+ 1 - 1
aiberle/order-details.html


+ 8 - 1
aiberle/order-list.html

@@ -224,7 +224,7 @@
                                 var txt_item = this;
                                 color_num += txt_item.itemNum;
                                 a += '<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-text-left">'
-                                    + '<a href="#"><img class="mui-media-object" src="' + txt_item.itemProductPic + '"></a>'
+                                    + '<a href="javascript:void(0)"><img class="mui-media-object go_order_sesc" val="'+ txt_order.salesOrderid +'" src="' + txt_item.itemProductPic + '"></a>'
                                     + '</li>'
                                     + '<li class="mui-table-view-cell mui-media mui-col-xs-8 mui-text-left">'
                                     + '<a>'
@@ -511,6 +511,13 @@
         }
         return true;
     }
+    
+    
+    mui('body').on('tap', '.go_order_sesc', function() {
+        var th = $(this).attr("val");
+       order_details(th);
+    });
+    
     mui('body').on('tap', '#mydate', function() {
         var th = this;
         var picker = new mui.DtPicker({