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
b0e5e2db
authored
Oct 21, 2025
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化弹窗
parent
fdf9c617
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
resources/views/script/SupplierListScript.blade.php
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
resources/views/script/SupplierListScript.blade.php
View file @
b0e5e2db
...
...
@@ -945,6 +945,9 @@
// 显示审核流程时间线
function
showAuditFlowTips
(
$element
,
auditData
)
{
if
(
auditData
.
length
===
0
)
{
return
;
}
else
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
layer
.
tips
(
timelineHtml
,
$element
,
{
...
...
@@ -955,6 +958,8 @@
});
}
}
// 构建审核时间线HTML - 横向展示
function
buildAuditTimeline
(
auditData
)
{
let
nodeList
=
auditData
.
node_list
||
[];
...
...
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
View file @
b0e5e2db
...
...
@@ -945,6 +945,9 @@
// 显示审核流程时间线
function
showAuditFlowTips
(
$element
,
auditData
)
{
if
(
auditData
.
length
===
0
)
{
return
;
}
else
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
layer
.
tips
(
timelineHtml
,
$element
,
{
...
...
@@ -955,6 +958,8 @@
});
}
}
// 构建审核时间线HTML - 横向展示
function
buildAuditTimeline
(
auditData
)
{
let
nodeList
=
auditData
.
node_list
||
[];
...
...
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