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
69a3fc33
authored
Mar 31, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
89403e9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
app/Model/InquiryItemsReportModel.php
app/Model/InquiryItemsReportModel.php
View file @
69a3fc33
...
...
@@ -58,18 +58,10 @@ class InquiryItemsReportModel extends Model
#更新报价明细
foreach
(
$input
[
"items"
]
as
$k
=>
$inquiry_items_id
){
$temp
=
[
"inquiry_id"
=>
$inquiry_id
,
"sale_user_id"
=>
$sale_user_id
,
"inquiry_items_id"
=>
$inquiry_items_id
,
"goods_name"
=>@
$input
[
"goods_name"
][
$k
]
?
$input
[
"goods_name"
][
$k
]
:
""
,
"goods_name_pro"
=>@
$input
[
"goods_name_pro"
][
$k
]
?
$input
[
"goods_name_pro"
][
$k
]
:
""
,
"brand_id"
=>@
$input
[
"brand_id"
][
$k
]
?
$input
[
"brand_id"
][
$k
]
:
""
,
"brand_name"
=>@
$input
[
"brand_name"
][
$k
]
?
$input
[
"brand_name"
][
$k
]
:
""
,
"class_id2"
=>@
$input
[
"class_id2"
][
$k
]
?
$input
[
"class_id2"
][
$k
]
:
""
,
"class_id2_name"
=>@
$input
[
"class_id2_name"
][
$k
]
?
$input
[
"class_id2_name"
][
$k
]
:
""
,
"inquiry_number"
=>@
$input
[
"inquiry_number"
][
$k
]
?
$input
[
"inquiry_number"
][
$k
]
:
""
,
"delivery_time"
=>@
$input
[
"delivery_time"
][
$k
]
?
$input
[
"delivery_time"
][
$k
]
:
""
,
"batch"
=>@
$input
[
"batch"
][
$k
]
?
$input
[
"batch"
][
$k
]
:
""
,
"quote_uid"
=>
$input
[
"user_id"
],
"quote_name"
=>
$input
[
"user_name"
],
"create_time"
=>
time
()
,
...
...
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