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
51cdff1d
authored
Jul 28, 2025
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整弹窗位置
parent
3ab5ddb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
resources/views/script/AddSupplierScript.blade.php
resources/views/script/UpdateSupplierScript.blade.php
resources/views/script/AddSupplierScript.blade.php
View file @
51cdff1d
...
...
@@ -223,7 +223,9 @@
}
else
{
let
msg
=
'确定直接申请审核吗?确定后会直接进入审核中的状态,审核完成前无法进行二次修改'
;
//未上传品质保证协议(代理商则提示为“未上传代理证”),是否需要切换为临时供应商?
layer
.
confirm
(
msg
,
function
(
index
)
{
layer
.
confirm
(
msg
,
{
offset
:
[
'100px'
]
// 第一个参数是距离页面顶部距离
},
function
(
index
)
{
addSupplier
(
data
);
});
}
...
...
resources/views/script/UpdateSupplierScript.blade.php
View file @
51cdff1d
...
...
@@ -148,7 +148,9 @@
},
});
}
else
{
layer
.
confirm
(
'确定直接申请审核吗?确定后会直接进入审核中的状态,审核完成前无法进行二次修改'
,
function
(
index
)
{
layer
.
confirm
(
'确定直接申请审核吗?确定后会直接进入审核中的状态,审核完成前无法进行二次修改'
,{
offset
:
[
'100px'
]
// 第一个参数是距离页面顶部距离
},
function
(
index
)
{
updateSupplier
(
data
);
});
}
...
...
@@ -190,4 +192,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