|
@@ -64,8 +64,10 @@ var ServiceProduct = {
|
|
|
|
|
|
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
getMonthSend: function () {
|
|
|
+
|
|
|
+
|
|
|
return {
|
|
|
"成品A": 20,
|
|
|
"成品B": 100,
|
|
@@ -73,7 +75,6 @@ var ServiceProduct = {
|
|
|
"成品D": 150,
|
|
|
"成品E": 200,
|
|
|
};
|
|
|
-
|
|
|
},
|
|
|
|
|
|
getMonthSendByProject: function () {
|
|
@@ -89,6 +90,8 @@ var ServiceProduct = {
|
|
|
},
|
|
|
|
|
|
getStockList: function () {
|
|
|
+
|
|
|
+
|
|
|
return {
|
|
|
"成品A": 800,
|
|
|
"成品B": 900,
|