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
0fe97ee4
authored
Jun 27, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
sku点击编辑跳转问题
parent
41a332a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
.env
resources/views/script/SkuListScript.blade.php
.env
View file @
0fe97ee4
...
@@ -140,6 +140,6 @@ PERM_GOURL=http://perm.liexin.net
...
@@ -140,6 +140,6 @@ PERM_GOURL=http://perm.liexin.net
ADMIN_GROUP=10000,20000
ADMIN_GROUP=10000,20000
MENU_ID=16
MENU_ID=16
MENU_URL=http://data.liexin.net/api/config/
MENU_URL=http://data.liexin.net/api/config/
FOOTSTONE_URL=http://footstone.liexin.net
FOOTSTONE_URL=http://footstone.liexin
dev
.net
#标签系统的地址
#标签系统的地址
TAG_URL=http://192.168.1.18:32581
TAG_URL=http://192.168.1.18:32581
\ No newline at end of file
resources/views/script/SkuListScript.blade.php
View file @
0fe97ee4
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
{
field
:
'encoded_user_name'
,
title
:
'内部采购'
,
align
:
'center'
,
width
:
100
},
{
field
:
'encoded_user_name'
,
title
:
'内部采购'
,
align
:
'center'
,
width
:
100
},
{
{
field
:
'goods_name'
,
title
:
'型号'
,
align
:
'center'
,
width
:
200
,
templet
:
function
(
data
)
{
field
:
'goods_name'
,
title
:
'型号'
,
align
:
'center'
,
width
:
200
,
templet
:
function
(
data
)
{
return
"
<
a
href
=
'{{config('
website
.
FootstoneUrl
')}}/
footstone/addsku?sku
_id=" + data.goods_id + "'
style
=
'color:blue'
target
=
'_blank'
>
"
return
"
<
a
href
=
'{{config('
website
.
FootstoneUrl
')}}/
web/sku/saveSku?goods
_id=" + data.goods_id + "'
style
=
'color:blue'
target
=
'_blank'
>
"
+ data.goods_name + "
<
/href>
"
+ data.goods_name + "
<
/href>
"
}
}
},
},
...
...
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