Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
61047e6d
authored
Jun 11, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整同步
parent
e4b73aae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
app/Model/OrderReturnModel.php
app/Model/OrderReturnModel.php
View file @
61047e6d
...
...
@@ -174,7 +174,6 @@ class OrderReturnModel extends Model
$operator_id
=
$request
->
user
->
userId
;
if
(
$type
==
2
)
{
$update
[
'syn_sign'
]
=
1
;
// 标记wms同步
$event
=
'审核通过退货单'
;
}
else
{
$update
[
'refuse_reason'
]
=
$request
->
input
(
'refuse_reason'
);
...
...
@@ -211,7 +210,7 @@ class OrderReturnModel extends Model
$data
[
'shipping_id'
]
=
$request
->
input
(
'shipping_id'
);
$data
[
'shipping_sn'
]
=
$request
->
input
(
'shipping_sn'
);
$data
[
'status'
]
=
7
;
// 待收货
$data
[
'syn_sign'
]
=
2
;
// 标记同步到财务系统
$data
[
'syn_sign'
]
=
1
;
// 标记wms同步
try
{
DB
::
connection
(
'order'
)
->
beginTransaction
();
// 开启事务
...
...
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