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
d62b18a6
authored
Aug 18, 2021
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
9fea8cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Http/Controllers/SupplierContactController.php
app/Http/Controllers/SupplierController.php
app/Http/Controllers/SupplierContactController.php
View file @
d62b18a6
...
...
@@ -62,7 +62,7 @@ class SupplierContactController extends Controller
}
$intracodeModel
=
new
IntracodeModel
();
// $userCodes = $intracodeModel->getSampleEncode();
$this
->
data
[
'userCodes'
]
=
$intracodeModel
->
getChannelUsersEncode
();
$this
->
data
[
'userCodes'
]
=
$intracodeModel
->
getChannelUsersEncode
(
false
);
return
$this
->
view
(
'添加联系方式'
);
}
...
...
app/Http/Controllers/SupplierController.php
View file @
d62b18a6
...
...
@@ -113,7 +113,7 @@ class SupplierController extends Controller
$intracodeModel
=
new
IntracodeModel
();
$this
->
data
[
'outside_contact_status'
]
=
Config
(
'fixed.OutsideContactStatus'
);
$this
->
data
[
'outside_contact_type'
]
=
Config
(
'fixed.OutsideContactType'
);
$userCodes
=
$intracodeModel
->
getChannelUsersEncode
();
$userCodes
=
$intracodeModel
->
getChannelUsersEncode
(
false
);
$this
->
data
[
'userCodes'
]
=
$userCodes
;
$this
->
data
[
'user'
]
=
$userCodes
;
$this
->
data
[
'purchase_users'
]
=
[];
...
...
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