Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
5c70518c
authored
Sep 18, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
31953f80
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/Http/Services/LogService.php
app/Http/Services/LogService.php
View file @
5c70518c
...
...
@@ -99,7 +99,8 @@ class LogService
$oldFee
=
json_decode
(
$oldSupplier
[
'extra_fee'
],
true
);
$newFee
=
json_decode
(
$newSupplier
[
'extra_fee'
],
true
);
if
(
empty
(
$oldFee
[
'cn'
])
||
empty
(
$oldFee
[
'hk'
])
||
empty
(
$newFee
[
'cn'
])
||
empty
(
$newFee
[
'hk'
]))
{
$content
=
'采购附加费修改'
;
// $content = '采购附加费修改';
$content
=
''
;
}
else
{
$content
=
"采购附加费由 [商品总价不满"
.
$oldFee
[
'cn'
][
'max'
]
.
"元,收取"
.
$oldFee
[
'cn'
][
'price'
]
.
"元;商品总价不满"
.
$oldFee
[
'hk'
][
'max'
]
.
"美金,收取"
.
$oldFee
[
'hk'
][
'price'
]
.
...
...
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