Commit 2c0f0a79 authored by 于广洋's avatar 于广洋

获取申报期并格式化

parent d1b463f3
......@@ -2359,7 +2359,7 @@ function leftMenuAddError() {
if (JSON.stringify(GLOBAL_SHEET_ERROR[tableName]) != "{}") {
if (!$errorDom.hasClass('has-error')) {
$errorDom.addClass('has-error');
$errorDom.text($errorDom.text() + "【校验错误】");
$errorDom.text($errorDom.text() + "(校验错误)");
}
} else {
if ($errorDom.hasClass('has-error')) {
......
......@@ -987,7 +987,7 @@ function leftMenuAddError() {
if (JSON.stringify(GLOBAL_SHEET_ERROR[tableName]) != "{}") {
if (!$errorDom.hasClass('has-error')) {
$errorDom.addClass('has-error');
$errorDom.text($errorDom.text() + "【校验错误】");
$errorDom.text($errorDom.text() + "(校验错误)");
}
} else {
if ($errorDom.hasClass('has-error')) {
......
......@@ -848,7 +848,7 @@ function leftMenuAddError() {
if (JSON.stringify(GLOBAL_SHEET_ERROR[tableName]) != "{}") {
if (!$errorDom.hasClass('has-error')) {
$errorDom.addClass('has-error');
$errorDom.text($errorDom.text() + "【校验错误】");
$errorDom.text($errorDom.text() + "(校验错误)");
}
} else {
if ($errorDom.hasClass('has-error')) {
......
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