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
def95066
Commit
def95066
authored
Aug 15, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 交付单
parent
4ea713a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tx-fi-tax/app/base/controller/impl/bizchance/deliverybillCtl.js
+1
-1
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
+1
-1
No files found.
tx-fi-tax/app/base/controller/impl/bizchance/deliverybillCtl.js
View file @
def95066
...
...
@@ -85,7 +85,7 @@ class DeliverybillCtl extends CtlBase {
if
(
!
pobj
.
deliverId
)
{
throw
new
Error
(
"deliverId 不能为空"
);
}
if
(
!
pobj
.
contactsName
||
!
pobj
.
time
||
!
accountingType
||
!
pobj
.
taxpayerType
||
!
pobj
.
supplier
)
{
if
(
!
pobj
.
contactsName
||
!
pobj
.
time
||
!
pobj
.
accountingType
||
!
pobj
.
taxpayerType
||
!
pobj
.
supplier
)
{
throw
new
Error
(
"参数不能为空"
);
}
const
rs
=
await
this
.
service
.
setupBill
(
pobj
);
...
...
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
View file @
def95066
...
...
@@ -118,7 +118,7 @@ class DeliverybillService extends ServiceBase {
buyDuration
:
schemeData
.
buy_duration
,
//购买时长
buyNumber
:
schemeData
.
number
,
//购买数量
totalCost
:
schemeData
.
total_cost
,
//总计费用
note
:
schemeData
.
remarks
//
需求编号
note
:
schemeData
.
remarks
//
备注
}
}
}
...
...
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