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
2471c31c
authored
Mar 23, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
628ae389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
app/Http/Transformers/SupplierShareApplyTransformer.php
resources/views/script/AuditSupplierShareApplyScript.blade.php
app/Http/Transformers/SupplierShareApplyTransformer.php
View file @
2471c31c
...
...
@@ -15,8 +15,10 @@ class SupplierShareApplyTransformer
$item
[
'create_time'
]
=
date
(
'Y-m-d H:i:s'
,
$item
[
'create_time'
]);
$item
[
'status_name'
]
=
array_get
(
config
(
'field.SupplierShareApplyStatus'
),
$item
[
'status'
]);
$item
[
'yunxin_channel_name'
]
=
(
new
AdminUserService
())
->
getAdminUserNameByCodeId
(
$item
[
'supplier'
][
'yunxin_channel_uid'
]);
$item
[
'apply_user_name'
]
=
$item
[
'apply_user'
][
'name'
];
unset
(
$item
[
'apply_user'
]);
}
unset
(
$item
);
return
$list
;
}
}
\ No newline at end of file
}
resources/views/script/AuditSupplierShareApplyScript.blade.php
View file @
2471c31c
...
...
@@ -25,7 +25,7 @@
},
{
field
:
'apply_user_name'
,
title
:
'申请人'
,
width
:
150
,
align
:
'center'
,
templet
:
function
(
d
)
{
return
d
.
apply_user
?
d
.
apply_user
.
name
:
''
;
return
d
.
apply_user
_name
;
}
},
{
...
...
@@ -97,4 +97,4 @@
}
});
});
</script>
\ No newline at end of file
</script>
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