Browse Source

成品单位先改为条,后面再考虑KG

wukai 1 tháng trước cách đây
mục cha
commit
ae642c1443
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/conf.js

+ 2 - 2
public/conf.js

@@ -33,7 +33,7 @@ StockTypeUnit = {
     "pt": "个",
     "ycl": "KG",
     "bpb": "KG",
-    "cp": "KG"
+    "cp": ""
 };
 //当前模型下的产线。当模型加载完成时从模型中实时获取
 LINELIST = null;
@@ -137,4 +137,4 @@ Date.prototype.Format = function(fmt) { //author: meizz
     for (var k in o)
         if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
     return fmt;
-}
+}