Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
php_frq_api
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
5bd1ae42
authored
Apr 01, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
69a3fc33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Model/InquiryModel.php
app/Model/QuoteModel.php
app/Model/InquiryModel.php
View file @
5bd1ae42
...
...
@@ -343,7 +343,7 @@ class InquiryModel extends Model
$v
[
"inquiry_sn_origin"
]
=
$v
[
'inquiry_sn'
];
if
(
$res
)
{
$urge
=
$InquiryItemsUrgeModel
->
getLastInfo
(
$v
[
'id'
]);
$v
[
'inquiry_sn'
]
=
$v
[
'inquiry_sn'
]
.
"<span style='color:red;'>
(催)
</span>"
;
$v
[
'inquiry_sn'
]
=
$v
[
'inquiry_sn'
]
.
"<span style='color:red;'>
(催)
</span>"
;
}
}
...
...
app/Model/QuoteModel.php
View file @
5bd1ae42
...
...
@@ -52,7 +52,7 @@ class QuoteModel extends Model
$v
[
"price_rmb"
]
=
$v
[
"currency"
]
==
1
?
"¥"
.
$v
[
"price_rmb"
]
:
"--"
;
$v
[
'status'
]
=
QuoteMap
::
$status
[
$v
[
"status"
]];
if
(
$v
[
"raw_goods_packing"
]
!=
""
){
$v
[
"create_name"
]
=
"digikey
(包装:"
.
$v
[
"raw_goods_packing"
]
.
")"
;
$v
[
"create_name"
]
=
$v
[
"create_name"
]
.
"
(包装:"
.
$v
[
"raw_goods_packing"
]
.
")"
;
}
}
return
[
0
,
'成功'
,
$list
[
'data'
],
$list
[
'total'
]];
...
...
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