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
cb7da726
Commit
cb7da726
authored
Mar 16, 2023
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销项税发票校验调整
parent
75444bca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
acr_invoice_update_query.lview
.../webapp/modules/acr/ACR512/acr_invoice_update_query.lview
+2
-1
No files found.
src/main/webapp/modules/acr/ACR512/acr_invoice_update_query.lview
View file @
cb7da726
...
...
@@ -253,6 +253,7 @@
var
invoice_hd_ids =
''
;
var
invoice_kind =
records[0].get('invoice_kind');
var
invoice_type =
records[0].get('invoice_type');
var
invoice_kind_type =
records[0].get('invoice_kind_type');
var
full_elec_invoice_flag =
records[0].get('full_elec_invoice_flag');
for
(var
i =
0;
i
<
records.length;
i++)
{
var
invoice_status =
records[i].get('invoice_status');
...
...
@@ -264,7 +265,7 @@
$L.showErrorMessage("提示",
'普票和专票不能同时勾选!');
return;
}
if(invoice_
type
!=
records[i].get('invoice
_type')){
if(invoice_
kind_type
!=
records[i].get('invoice_kind
_type')){
$L.showErrorMessage("提示",
'纸质发票与电子发票不能同时勾选!');
return;
}
...
...
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