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

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

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