Commit 45d51a07 authored by 彭令令's avatar 彭令令

修改bug

parent 6fbf54e0
...@@ -67,16 +67,16 @@ function getInitTable() { ...@@ -67,16 +67,16 @@ function getInitTable() {
initpage = initPage(companyInfo.bean); initpage = initPage(companyInfo.bean);
// 弹出错误对话框 // 弹出错误对话框
} }
// $("#getInputValue").on("focus", function () { $("#getInputValue").on("focus", function () {
// WdatePicker({ WdatePicker({
// isShowClear: false, isShowClear: false,
// dateFmt: 'yyyy-MM', dateFmt: 'yyyy-MM',
// onpicking: function (dp) { onpicking: function (dp) {
// initpage.changeDate(this, dp); initpage.changeDate(this, dp);
// } }
// }); });
// }); });
}, },
error: function (xhr) { error: function (xhr) {
hideLoading(); hideLoading();
...@@ -158,9 +158,9 @@ function initPage(companyInfo) { ...@@ -158,9 +158,9 @@ function initPage(companyInfo) {
taxInfo[i].se = "-" taxInfo[i].se = "-"
} }
if (taxInfo[i].sbzt == 'Y') { if (taxInfo[i].sbzt == 'Y') {
taxInfo[i].sbzt = "已申报" taxInfo[i].sbbz = "已申报"
}else { }else {
taxInfo[i].sbzt = "未申报" taxInfo[i].sbbz = "未申报"
} }
if (taxInfo[i].jkzt == 'Y') { if (taxInfo[i].jkzt == 'Y') {
taxInfo[i].jkzt = "已缴款" taxInfo[i].jkzt = "已缴款"
...@@ -175,7 +175,7 @@ function initPage(companyInfo) { ...@@ -175,7 +175,7 @@ function initPage(companyInfo) {
} }
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "填写申报表";
var order = ["pzzlMc", "djxh","zgswskfjMc", "sssqQ", "sssqZ","sbzt", "se", "jkzt", "sbrq", "do"]; var order = ["pzzlMc", "djxh","zgswskfjMc", "sssqQ", "sssqZ","sbbz", "se", "jkzt", "sbrq", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
name: "序号", name: "序号",
...@@ -387,7 +387,10 @@ function initPage(companyInfo) { ...@@ -387,7 +387,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除 deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验 checkTaxTable: "/tax_service/report_data_validate", //表间校验
declareTable: "/tax_service/declare", //申报 declareTable: "/tax_service/declare", //申报
downloadFile: "/tax_service/load_declare_file" //下载申报文件接口 downloadFile: "/tax_service/load_declare_file", //下载申报文件接口
modalSave: "/tax_service/save_pop", //弹窗保存状态
modalInquire: "/tax_service/sel_pop", //弹窗查询状态
modalRemove: "/tax_service/del_pop", //删除弹窗
} }
}; };
data.fillingFlag = "declare" // 填报标记 data.fillingFlag = "declare" // 填报标记
......
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