Commit 7196339b authored by 刘明珠's avatar 刘明珠

清算、逾期开表标志更正

parent e2501be0
...@@ -298,7 +298,7 @@ function initPage(companyInfo) { ...@@ -298,7 +298,7 @@ function initPage(companyInfo) {
// form.find("#changeForm_data").val(JSON.stringify(submitData)); // form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit(); // form.submit();
showLoading() showLoading()
var falg = "declare"; var falg = "cancellation";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/ssfwpt/declare/toPzzl", // url: url + "/ssfwpt/declare/toPzzl",
......
...@@ -268,7 +268,7 @@ function initPage(companyInfo) { ...@@ -268,7 +268,7 @@ function initPage(companyInfo) {
// form.find("#changeForm_data").val(JSON.stringify(submitData)); // form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit(); // form.submit();
showLoading() showLoading()
var falg = "declare"; var falg = "overdue";
$.ajax({ $.ajax({
type: "POST", type: "POST",
// url: url + "/ssfwpt/declare/toPzzl", // url: url + "/ssfwpt/declare/toPzzl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment