Commit e645eaef authored by 刘明珠's avatar 刘明珠

需求4472 印花税快捷申报流程:列表调采集

parent be9cb824
...@@ -107,7 +107,7 @@ function initPage(companyInfo) { ...@@ -107,7 +107,7 @@ function initPage(companyInfo) {
} }
} }
var id = "#taxGrid"; var id = "#taxGrid";
var buttonHtml = "填写申报表"; var buttonHtml = "采集并申报";
var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbzt", "do"]; var order = ["pzzlMc", "djxh", "sssqQ", "sssqZ", "sbzt", "do"];
var promptStatement = ""; var promptStatement = "";
var headerList = [{ var headerList = [{
...@@ -172,18 +172,42 @@ function initPage(companyInfo) { ...@@ -172,18 +172,42 @@ function initPage(companyInfo) {
if (data.sourceFlag == "ssfwpt_sbzj") { if (data.sourceFlag == "ssfwpt_sbzj") {
window.mlistener = { window.mlistener = {
selectRowData: {}, selectRowData: {},
urlList:{}
}; };
data.fillingFlag = "normal" // 填报标记 var openCollectYHS = {
data.saveUserId = "zxtb"; // 用户id "nsrsbh": data.nsrsbh,
data.zjhm = zjhm "djxh": data.djxh,
window.mlistener.selectRowData = data; "skssqq": data.sssqQ,
if (yearBblxDm.indexOf(data.bblxDm) == -1) { "skssqz": data.sssqZ,
window.open(config.ssfwptPage, '_blank'); "lybz": "online",
} else { "gzbz": "0",
data.saveUserId = "zxtb_singleReport"; // 用户id "syuuid": "",
data.userId = "zxtb"; // userId "nsrmc": data.nsrmc,
window.open(config.yearTaxTable, '_blank'); "ssdabh": "",
} "nsrsbq": data.nsrsbq,
"token": data.token,
"rylx": "",
"zjlx": "",
"zjhm": "",
"dlDjxh": "",
"nsqxDm": data.nsqxDm,
"zsDjxh": data.zsDjxh,
"stateType": "add",
"sycjType": "yhs"
}
var url = "property_tax_plugin";
if(config.environmental=='test'){
url = "property_tax_plugin";
}else{
url = "online_property_tax_plugin";
}
var urlList = {
openTable: "/"+url+"/yhs/openTable",
saveSbbInfo:"/"+url+"/yhs/saveSbbInfo "
}
window.mlistener.selectRowData = openCollectYHS;
window.mlistener.urlList = urlList;
window.open(config.collectPage, '_blank');
Object.defineProperty(mlistener, 'returnSelectRowData', { Object.defineProperty(mlistener, 'returnSelectRowData', {
set: function (val) { set: function (val) {
setTimeout(function () { setTimeout(function () {
......
...@@ -23,7 +23,8 @@ var config = { ...@@ -23,7 +23,8 @@ var config = {
yearTaxTable:"/web/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报 yearTaxTable:"/web/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报
zhsbPage:"/web/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面 zhsbPage:"/web/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面
taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址 taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址
ccxwsTaxTable:"/web/tax-plugin/index.html",//财产行为税跳转页面 ccxwsTaxTable:"/web/tax-plugin/index.html",//财产行为税 申报 跳转页面
collectPage:"/web/propertybehaviortax/index.html#/buttonFrame",//财产行为税 采集 跳转填报页面
} }
//公共配置 本地环境,测试环境 //公共配置 本地环境,测试环境
// var config = { // var config = {
......
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