Commit 30e52ba5 authored by 彭令令's avatar 彭令令

1、天津市鹤邦顺物流有限公司 91120113MA072LYK1Q这户企业增值税报表不显示

parent 57352cb3
...@@ -4,7 +4,6 @@ var sbqDate = ''; ...@@ -4,7 +4,6 @@ var sbqDate = '';
var yearBblxDm = ['10414', '10420']; var yearBblxDm = ['10414', '10420'];
var sfyhzctsBz = ""; var sfyhzctsBz = "";
var prefix = ""; var prefix = "";
var operateType = ""
$(function() { $(function() {
if (config.environmental == 'test') { if (config.environmental == 'test') {
prefix = "/web"; prefix = "/web";
...@@ -33,7 +32,6 @@ function getInitTable() { ...@@ -33,7 +32,6 @@ function getInitTable() {
sessionStorage.setItem("authorization_sbzj2", authorization_sbzj2); sessionStorage.setItem("authorization_sbzj2", authorization_sbzj2);
var companyInfo = data; var companyInfo = data;
if (companyInfo.success) { if (companyInfo.success) {
operateType = companyInfo.bean.operateType;
zjhm = companyInfo.bean.zjhm zjhm = companyInfo.bean.zjhm
sfyhzctsBz = companyInfo.bean.sfyhzctsBz sfyhzctsBz = companyInfo.bean.sfyhzctsBz
if (companyInfo.bean.sfyhzctsBz == 'Y') { if (companyInfo.bean.sfyhzctsBz == 'Y') {
...@@ -57,7 +55,6 @@ function getInitTable() { ...@@ -57,7 +55,6 @@ function getInitTable() {
} else { } else {
hideLoading(); hideLoading();
operateType = companyInfo.bean.operateType;
if (data.errmsg != undefined) { if (data.errmsg != undefined) {
alertWarning(data.errmsg); alertWarning(data.errmsg);
} else { } else {
...@@ -327,7 +324,7 @@ function initPage(companyInfo) { ...@@ -327,7 +324,7 @@ function initPage(companyInfo) {
showLoading(); showLoading();
var param = { var param = {
djxh: djxh, djxh: djxh,
operateType: operateType, operateType: '3',
sbsq: date, sbsq: date,
isFresh: type.toUpperCase() == "Y", isFresh: type.toUpperCase() == "Y",
pzzlDm: companyInfo.pzzlDm, pzzlDm: companyInfo.pzzlDm,
......
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