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
31357a21
authored
Mar 29, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
bec798b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Model/InquiryItemsModel.php
app/Model/InquiryItemsModel.php
View file @
31357a21
...
...
@@ -224,7 +224,7 @@ class InquiryItemsModel extends Model
if
(
$b
[
"pur_s"
]
!==
""
){
$purArr
=
json_decode
(
$b
[
"pur_s"
],
true
);
$assignInsert
=
[];
#指定领取人
foreach
(
$purArr
as
$
b
=>
$c
){
foreach
(
$purArr
as
$
f
=>
$c
){
array_push
(
$assignInsert
,[
"inquiry_items_id"
=>
$inquiryItemsId
,
"assign_uid"
=>
$c
[
"uid"
],
...
...
@@ -242,7 +242,7 @@ class InquiryItemsModel extends Model
'types'
=>
1
,
'relation_id'
=>
$inquiryItemsId
,
#明细id
'relation_sn'
=>
(
new
InquiryModel
())
->
FindInquirySn
(
$b
[
"inquiry_id"
]),
'content'
=>
'
批量导入
询价'
,
'content'
=>
'
单个添加
询价'
,
'create_uid'
=>
$b
[
'user_id'
],
'create_name'
=>
$b
[
"user_name"
],
]);
...
...
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