Browse Source

分离清单js,测试bug

laiguoran 3 năm trước cách đây
mục cha
commit
c29c75f031
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/public/js/material_list.js

+ 1 - 1
app/public/js/material_list.js

@@ -34,7 +34,7 @@ function getMpSpreadByMBData(id) {
             return item.mb_id === parseInt(id);
         });
     }
-    console.log(info);
+    console.log(info, id, parseInt(getStageId()), parseInt(stage_order));
     return info ? info.m_spread : 0;
 }