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
fcc92d36
Commit
fcc92d36
authored
Aug 15, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 交付单
parent
def95066
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 @
fcc92d36
...
@@ -58,7 +58,7 @@ class DeliverybillCtl extends CtlBase {
...
@@ -58,7 +58,7 @@ class DeliverybillCtl extends CtlBase {
throw
new
Error
(
"orderStaus 不能为空且为Boolean值"
);
throw
new
Error
(
"orderStaus 不能为空且为Boolean值"
);
}
}
if
(
pobj
.
orderStaus
===
true
)
{
if
(
pobj
.
orderStaus
===
true
)
{
if
(
!
pobj
.
set
U
pAt
)
{
if
(
!
pobj
.
set
u
pAt
)
{
throw
new
Error
(
"成单时建账时间不能为空"
);
throw
new
Error
(
"成单时建账时间不能为空"
);
}
}
}
}
...
...
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
View file @
fcc92d36
...
@@ -26,7 +26,7 @@ class DeliverybillService extends ServiceBase {
...
@@ -26,7 +26,7 @@ class DeliverybillService extends ServiceBase {
updateResult
=
{
updateResult
=
{
delivery_info
:
{
delivery_info
:
{
...
delivery_info
,
...
delivery_info
,
set
UpAt
:
pobj
.
setU
pAt
//建账时间
set
upAt
:
pobj
.
setu
pAt
//建账时间
},
},
delivery_status
:
system
.
SERVERSESTATUS
.
WAITUSERCONFIRM
delivery_status
:
system
.
SERVERSESTATUS
.
WAITUSERCONFIRM
}
}
...
...
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