瀏覽代碼

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

wukai 3 月之前
父節點
當前提交
ae642c1443
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
-}
+}