Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
卢世豪
zxtb_to_ssfwpt
Commits
45d51a07
Commit
45d51a07
authored
Jun 16, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
6fbf54e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
20 deletions
+23
-20
declarePay.js
static/biz/declarePay.js
+23
-20
No files found.
static/biz/declarePay.js
View file @
45d51a07
...
...
@@ -67,16 +67,16 @@ function getInitTable() {
initpage
=
initPage
(
companyInfo
.
bean
);
// 弹出错误对话框
}
//
$("#getInputValue").on("focus", function () {
//
WdatePicker({
//
isShowClear: false,
//
dateFmt: 'yyyy-MM',
//
onpicking: function (dp) {
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
)
{
//
initpage.changeDate(this, dp);
//
}
//
});
//
});
initpage
.
changeDate
(
this
,
dp
);
}
});
});
},
error
:
function
(
xhr
)
{
hideLoading
();
...
...
@@ -158,9 +158,9 @@ function initPage(companyInfo) {
taxInfo
[
i
].
se
=
"-"
}
if
(
taxInfo
[
i
].
sbzt
==
'Y'
)
{
taxInfo
[
i
].
sb
zt
=
"已申报"
taxInfo
[
i
].
sb
bz
=
"已申报"
}
else
{
taxInfo
[
i
].
sb
zt
=
"未申报"
taxInfo
[
i
].
sb
bz
=
"未申报"
}
if
(
taxInfo
[
i
].
jkzt
==
'Y'
)
{
taxInfo
[
i
].
jkzt
=
"已缴款"
...
...
@@ -175,7 +175,7 @@ function initPage(companyInfo) {
}
var
id
=
"#taxGrid"
;
var
buttonHtml
=
"填写申报表"
;
var
order
=
[
"pzzlMc"
,
"djxh"
,
"zgswskfjMc"
,
"sssqQ"
,
"sssqZ"
,
"sb
zt
"
,
"se"
,
"jkzt"
,
"sbrq"
,
"do"
];
var
order
=
[
"pzzlMc"
,
"djxh"
,
"zgswskfjMc"
,
"sssqQ"
,
"sssqZ"
,
"sb
bz
"
,
"se"
,
"jkzt"
,
"sbrq"
,
"do"
];
var
promptStatement
=
""
;
var
headerList
=
[{
name
:
"序号"
,
...
...
@@ -380,14 +380,17 @@ function initPage(companyInfo) {
window
.
mlistener
=
{
selectRowData
:
{},
urlList
:
{
getMenu
:
'/tax_service/getBbLb'
,
//菜单接口
openTable
:
"/tax_service/open_table"
,
//开表接口
getData
:
"/tax_service/get_data"
,
//提取数据接口
saveTable
:
"/tax_service/save_single_sbb_info"
,
//保存
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
getMenu
:
'/tax_service/getBbLb'
,
//菜单接口
openTable
:
"/tax_service/open_table"
,
//开表接口
getData
:
"/tax_service/get_data"
,
//提取数据接口
saveTable
:
"/tax_service/save_single_sbb_info"
,
//保存
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
fillingFlag
=
"declare"
// 填报标记
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment