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
a3b33990
Commit
a3b33990
authored
Mar 14, 2025
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建机核销反冲调整
parent
82d6eea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
csh_transaction_receipt_write_off_reverse_wfl.lview
...SH514/csh_transaction_receipt_write_off_reverse_wfl.lview
+10
-3
No files found.
src/main/webapp/modules/csh/CSH514/csh_transaction_receipt_write_off_reverse_wfl.lview
View file @
a3b33990
...
...
@@ -20,6 +20,7 @@
<a:link
id=
"csh514_check_contract_invoice_link_id"
model=
"csh.CSH514.check_contract_invoice"
modelaction=
"batch_update"
/>
<a:link
id=
"csh514_save_invoice_flag_id"
model=
"csh.CSH514.check_contract_invoice"
modelaction=
"execute"
/>
<a:link
id=
"csh514_write_wfl_attach_win_link"
url=
"${/request/@context_path}/uploadFile.lview"
/>
<a:link
id=
"csh514_write_wfl_attach_down_link"
url=
"${/request/@context_path}/downloadFile.lview"
/>
<script
type=
"text/javascript"
>
<![CDATA[
function csh514_write_off_reverse_return() {
...
...
@@ -93,9 +94,15 @@
function upload_attachment_win() {
var record = $('csh_transaction_receipt_write_off_reverse_detail_head_ds').getCurrentRecord();
var csh_transaction_atm_id = record.get('csh_transaction_atm_id');
if ('${/parameter/@down_load}' == 'Y'){
var url =$('csh514_write_wfl_attach_down_link').getUrl()
}else{
var url =$('csh514_write_wfl_attach_win_link').getUrl()
}
var win = new Leaf.Window({
id: 'csh514_upload_win',
url:
$('csh514_write_wfl_attach_win_link').getUrl()
,
url:
url
,
params: {
winid: 'csh514_upload_win',
table_name: 'CSH_TRANSACTION_WFL',
...
...
@@ -153,8 +160,8 @@
<a:textField
name=
"description"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"HLS.NOTE"
width=
"300"
/>
<a:checkBox
name=
"ignore_invoice_check_flag"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"是否跳过合同开票校验"
/>
<a:checkBox
id=
"extend_month_id"
name=
"extend_month_flag"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"
是否
允许跨月反冲"
/>
<a:checkBox
id=
"gld_rent_id"
name=
"gld_rent_flag"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"
是否
反冲后不出具凭证"
/>
<a:checkBox
id=
"extend_month_id"
name=
"extend_month_flag"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"允许跨月反冲"
/>
<a:checkBox
id=
"gld_rent_id"
name=
"gld_rent_flag"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
prompt=
"反冲后不出具凭证"
/>
</a:hBox>
<a:hBox>
<a:textArea
name=
"note"
bindTarget=
"csh_transaction_receipt_write_off_reverse_detail_head_ds"
...
...
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