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
75a40be1
Commit
75a40be1
authored
Jan 05, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付款凭证(对子凭证查询页面按钮进行校验控制)
parent
62666b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
hls_journal_query.lview
src/main/webapp/modules/hls/HLS301/hls_journal_query.lview
+5
-0
No files found.
src/main/webapp/modules/hls/HLS301/hls_journal_query.lview
View file @
75a40be1
...
...
@@ -260,6 +260,7 @@
}
//手动传输凭证
function
hls301_journal_send()
{
debugger;
var
je_detail_count =
0;
var
count =
0;
var
batch_flag;
...
...
@@ -280,6 +281,10 @@
Leaf.showMessage('${l:HLS.PROMPT}',
'该凭证已传输至SBO系统');
return;
}
if(records[i].get('je_transaction_code')
==
'HL_PAYMENT_FEE'
&&
records[i].get('immediately_flag')
==
'N'){
Leaf.showMessage('${l:HLS.PROMPT}','应付账款(建机)类凭证需要在付款凭证申请工作流CFO节点审批通过后才可以传输!');
return;;
}
je_detail_count =
Number(records[i].get('je_detail_count'));
count =
je_detail_count
+
Number(count);
var
data =
{
...
...
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