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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
resources/views/script/SupplierListScript.blade.php
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
resources/views/script/SupplierListScript.blade.php
View file @
b0e5e2db
...
...
@@ -945,7 +945,10 @@
// 显示审核流程时间线
function
showAuditFlowTips
(
$element
,
auditData
)
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
if
(
auditData
.
length
===
0
)
{
return
;
}
else
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
layer
.
tips
(
timelineHtml
,
$element
,
{
tips
:
[
3
,
'#009688'
],
...
...
@@ -953,6 +956,8 @@
area
:
[
'auto'
,
'auto'
],
maxWidth
:
550
});
}
}
// 构建审核时间线HTML - 横向展示
...
...
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
View file @
b0e5e2db
...
...
@@ -945,7 +945,10 @@
// 显示审核流程时间线
function
showAuditFlowTips
(
$element
,
auditData
)
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
if
(
auditData
.
length
===
0
)
{
return
;
}
else
{
let
timelineHtml
=
buildAuditTimeline
(
auditData
);
layer
.
tips
(
timelineHtml
,
$element
,
{
tips
:
[
3
,
'#009688'
],
...
...
@@ -953,6 +956,8 @@
area
:
[
'auto'
,
'auto'
],
maxWidth
:
550
});
}
}
// 构建审核时间线HTML - 横向展示
...
...
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