这个按钮调用了
var val = Forguncy.Page.getCell("年").getValue();
var val1 = Forguncy.Page.getCell("月").getValue();
var val2 = Forguncy.Page.getCell("yj业务员").getValue();
var val3 = Forguncy.Page.getCell("yj购货单位").getValue();
var val4 = Forguncy.Page.getCell("车间").getValue();
Forguncy.Common.forguncyPost("customapi/myapi/postaction2",
{
Param:val,
Param1:val1,
Param2:val2,
Param3:val3,
Param4:val4
}, function (message) {
alert(message);
}, function (error) {
alert(error);
})
按钮连个message的回调都没有啊?求解?
|