Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1be53006
Commit
1be53006
authored
Apr 10, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改未开户的个体工商户不能申请发票
parent
d6f88592
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
xggsve-invoice/app/base/service/impl/invoice/iinvoiceSve.js
+6
-6
No files found.
xggsve-invoice/app/base/service/impl/invoice/iinvoiceSve.js
View file @
1be53006
...
...
@@ -106,12 +106,12 @@ class IInvoiceService extends ServiceBase {
if
(
!
params
.
businessmen_mobile
)
{
return
system
.
getResult
(
null
,
`销售方电话不能为空`
);
}
if
(
!
params
.
businessmen_bank
)
{
return
system
.
getResult
(
null
,
`销售方开户行不能为空`
);
}
if
(
!
params
.
businessmen_account
)
{
return
system
.
getResult
(
null
,
`销售方对公账户不能为空`
);
}
//
if (!params.businessmen_bank) {
//
return system.getResult(null, `销售方开户行不能为空`);
//
}
//
if (!params.businessmen_account) {
//
return system.getResult(null, `销售方对公账户不能为空`);
//
}
if
(
this
.
RULE_BUSINESSMEN_TYPE
.
indexOf
(
this
.
trim
(
params
.
businessmen_type
))
==
-
1
)
{
return
system
.
getResult
(
null
,
`销售方类型错误`
);
}
...
...
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