|
@@ -64,17 +64,17 @@ var ServiceProduct = {
|
|
|
|
|
|
// return 9;
|
|
// return 9;
|
|
},
|
|
},
|
|
- // 月成品出货统计,根据成品维度(未完成)
|
|
|
|
|
|
+ // 月成品出货统计,根据成品维度
|
|
getMonthSend: function () {
|
|
getMonthSend: function () {
|
|
- // return getService.methodPost("/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 () {
|