Commit e1bd80ce authored by zqm's avatar zqm

1.集成2.0配置公共接口

parent 55e9f510
......@@ -220,7 +220,10 @@ function initPage(companyInfo) {
checkTaxTable: "/tax_service/report_data_validate", //表间校验
declareTable: "/tax_service/declare", //申报
downloadFile: "/tax_service/load_declare_file", //下载申报文件接口
correctTax: "/tax_service/get_gz_tax_and_declare" //更正接口
correctTax: "/tax_service/get_gz_tax_and_declare", //更正接口
modalSave: "/tax_service/save_pop", //弹窗保存状态
modalInquire: "/tax_service/sel_pop", //弹窗查询状态
modalRemove: "/tax_service/del_pop", //删除弹窗
}
};
data.sfyhzctsBz = sfyhzctsBz //首次进表标志
......
......@@ -5,7 +5,7 @@ var ccxwsBblxDm = ['12101']
var Author;
var prefix = "";
$(function() {
if (config.environmental == 'test' || config.environmental =='preProduce') {
if (config.environmental == 'test' || config.environmental == 'preProduce') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
......@@ -284,7 +284,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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 = "cancellation" // 填报标记
......@@ -461,7 +464,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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 = "cancellation" // 填报标记
......
......@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
var sfyhzctsBz = "";
var prefix = "";
$(function() {
if (config.environmental == 'test' || config.environmental =='preProduce') {
if (config.environmental == 'test' || config.environmental == 'preProduce') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
......@@ -265,7 +265,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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.sfyhzctsBz = sfyhzctsBz //首次进表标志
......@@ -542,7 +545,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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", //删除弹窗
}
};
submitData.fillingFlag = "normal" // 填报标记
......
......@@ -13,7 +13,7 @@ var prefix = "";
var AuthorizationBz = ""
var operateType = "";
$(function() {
if (config.environmental == 'test' || config.environmental =='preProduce') {
if (config.environmental == 'test' || config.environmental == 'preProduce') {
prefix = "/web";
} else if (config.environmental == 'production') {
prefix = "/web/online";
......@@ -279,7 +279,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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 = "overdue" // 填报标记
......@@ -439,7 +442,10 @@ function initPage(companyInfo) {
deleteTable: "/tax_service/delete_single_sbb_info", //删除
checkTaxTable: "/tax_service/report_data_validate", //表间校验
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 = "overdue" // 填报标记
......
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