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
02367b57
authored
Jan 03, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化展示
parent
9cc632ad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
app/Http/Transformers/SupplierContactTransformer.php
app/Http/routes.php
resources/views/script/supplier/SupplierContactScript.blade.php
app/Http/Transformers/SupplierContactTransformer.php
View file @
02367b57
...
...
@@ -48,6 +48,7 @@ class SupplierContactTransformer
}
$item
[
'channel_user_type_name'
]
=
array_get
(
config
(
'field.ChannelUserType'
),
$item
[
'channel_user_type'
]);
$item
[
'update_time'
]
=
$item
[
'update_time'
]
?
date
(
'Y-m-d H:i:s'
,
$item
[
'update_time'
])
:
''
;
$item
[
'add_time'
]
=
$item
[
'add_time'
]
?
date
(
'Y-m-d H:i:s'
,
$item
[
'add_time'
])
:
''
;
}
unset
(
$item
);
...
...
app/Http/routes.php
View file @
02367b57
...
...
@@ -97,7 +97,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function ()
});
Route
::
match
([
'get'
,
'post'
],
'/test'
,
function
()
{
DataService
::
initHistoricalSupplierData
(
false
,
3
);
DataService
::
initHistoricalSupplierData
(
false
,
2
);
if
(
request
()
->
get
(
'delete'
))
{
}
// DataService::initSupplierReceiptNationId();
...
...
resources/views/script/supplier/SupplierContactScript.blade.php
View file @
02367b57
...
...
@@ -64,6 +64,7 @@
{field: '
channel_name
', title: '
<
span
class
=
"require"
>*
<
/span>采购员', align: 'center', width: 110}
,
{
field
:
'channel_user_type_name'
,
title
:
'
<
span
class
=
"require"
>*
<
/span>采购员类型', align: 'center', width: 210}
,
{
field
:
'working_status'
,
title
:
'采购员状态'
,
align
:
'center'
,
width
:
120
},
{
field
:
'add_time'
,
title
:
'新增时间'
,
align
:
'center'
,
width
:
150
},
{
field
:
'update_time'
,
title
:
'更新时间'
,
align
:
'center'
,
width
:
150
},
]],
id
:
'contactList'
,
...
...
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