Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
hlcm
leaf-hlcm
Commits
a590fcd7
Commit
a590fcd7
authored
Nov 22, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】增加退出按钮
parent
78fa981a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
hls_acr_vat_import_data.lview
...n/webapp/modules/acr/ACR515/hls_acr_vat_import_data.lview
+6
-0
No files found.
src/main/webapp/modules/acr/ACR515/hls_acr_vat_import_data.lview
View file @
a590fcd7
...
...
@@ -6,6 +6,8 @@
<a:link
id=
"hls_acr_vat_import_shw_err_link"
url=
"${/request/@context_path}/modules/acr/ACR515/hls_acr_vat_import_showerrors.lview"
/>
<a:link
id=
"acr515_check_import_link"
model=
"acr.ACR515.check_vat_tmp"
modelaction=
"execute"
/>
<a:link
id=
"acr515_confirm_import_link"
model=
"acr.ACR515.hls_vat_confirm"
modelaction=
"execute"
/>
<a:link
id=
"hls_acr_vat_exit_link"
url=
"${/request/@context_path}/modules/acr/ACR515/acr_invoice_vat.lview"
/>
<script>
<![CDATA[
//$('submitbtn').disable();
...
...
@@ -56,6 +58,9 @@
height: 470
});
}
function exit() {
window.location.href = $('hls_acr_vat_exit_link').getUrl();
}
]]>
</script>
<a:dataSets>
<a:dataSet
id=
"import_data_ds"
autoQuery=
"true"
fetchAll=
"true"
model=
"acr.ACR515.hls_vat_import_tmp"
/>
...
...
@@ -66,6 +71,7 @@
<a:button
click=
"checkbtn"
text=
"校验"
/>
<a:button
id=
"submitbtn_id"
click=
"submitbtn"
text=
"确定"
/>
<a:button
click=
"showerrorbtn"
text=
"显示错误信息"
/>
<a:button
click=
"exit"
text=
"退出"
/>
</a:hBox>
<a:grid
bindTarget=
"import_data_ds"
height=
"500"
marginWidth=
"30"
>
<a:columns>
...
...
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