|
@@ -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;
|
|
|
-}
|
|
|
+}
|