|
@@ -66,15 +66,15 @@ var ServiceProduct = {
|
|
},
|
|
},
|
|
// 月成品出货统计,根据成品维度
|
|
// 月成品出货统计,根据成品维度
|
|
getMonthSend: function () {
|
|
getMonthSend: function () {
|
|
- return getService.methodGet("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
|
|
|
|
|
|
+ // return getService.methodGet("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
|
|
|
|
|
|
- // return {
|
|
|
|
- // "成品A": 20,
|
|
|
|
- // "成品B": 100,
|
|
|
|
- // "成品C": 80,
|
|
|
|
- // "成品D": 150,
|
|
|
|
- // "成品E": 200,
|
|
|
|
- // };
|
|
|
|
|
|
+ return {
|
|
|
|
+ "成品A": 20,
|
|
|
|
+ "成品B": 100,
|
|
|
|
+ "成品C": 80,
|
|
|
|
+ "成品D": 150,
|
|
|
|
+ "成品E": 200,
|
|
|
|
+ };
|
|
},
|
|
},
|
|
// 月项目发货统计,根据项目维度
|
|
// 月项目发货统计,根据项目维度
|
|
getMonthSendByProject: function () {
|
|
getMonthSendByProject: function () {
|