|
@@ -681,7 +681,7 @@ TalentAllowanceInfoDlg.saveReviewCheck = function () {
|
|
|
allowanceMsg = $("#newAllowanceMsg").val();
|
|
|
}
|
|
|
var param = {"id": id, "checkState": checkState, "checkMsg": checkMsg, "process": $("#process").val(),
|
|
|
- "toPorcess": toPorcess, "allowanceType": allowanceType, "allowanceMsg": allowanceMsg, "months": months};
|
|
|
+ "toPorcess": toPorcess, "allowanceType": allowanceType, "allowanceMsg": allowanceMsg, "months": months, "source": $("#source").val(), "resAllowanceType": $("#resAllowanceType").val(), resAllowanceMsg: $("#resAllowanceMsg").val()};
|
|
|
var checkAjax = new $ax(Feng.ctxPath + "/admin/talentAllowance/reviewCheck", function (res) {
|
|
|
if (res.code == 200) {
|
|
|
Feng.success(res.msg)
|
|
@@ -852,7 +852,7 @@ TalentAllowanceInfoDlg.checkSubmit = function (index) {
|
|
|
}, function (data) {
|
|
|
Feng.error("提交审核失败!" + data.responseJSON.message + "!");
|
|
|
});
|
|
|
- ajax.setData({"id": id, "checkState": checkState, "checkMsg": checkMsg, "process": $("#process").val(), "projects": projects, "files": files, "concats": concats, "fields": fields, "companyId": $("#companyId").val(), "toProcess": $("#toProcess").val(), "toDep": companyCodes, otherEnjoyedMoney: otherEnjoyedMoney, otherEnjoyedDescription: otherEnjoyedDescription});
|
|
|
+ ajax.setData({"id": id, "checkState": checkState, "checkMsg": checkMsg, "process": $("#process").val(), "projects": projects, "files": files, "concats": concats, "fields": fields, "companyId": $("#companyId").val(), "toProcess": $("#toProcess").val(), "toDep": companyCodes, otherEnjoyedMoney: otherEnjoyedMoney, otherEnjoyedDescription: otherEnjoyedDescription, source: $("#source").val(), resAllowanceType: $("#resAllowanceType").val(), resAllowanceMsg: $("#resAllowanceMsg").val()});
|
|
|
ajax.start();
|
|
|
}
|
|
|
|