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
a57dad7f
authored
Sep 25, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改字样
parent
47a9a88e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
resources/views/script/SkuListScript.blade.php
resources/views/script/supplier/SupplierAttachmentScript.blade.php
resources/views/web/sku/SkuListFilter.blade.php
resources/views/script/SkuListScript.blade.php
View file @
a57dad7f
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,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
')}}/web/sku/saveSku?goods_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'
>
"
...
...
resources/views/script/supplier/SupplierAttachmentScript.blade.php
View file @
a57dad7f
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
},
},
{
field
:
'description'
,
title
:
'附件说明'
,
align
:
'center'
,
width
:
250
},
{
field
:
'description'
,
title
:
'附件说明'
,
align
:
'center'
,
width
:
250
},
{
field
:
'validity_period'
,
title
:
'
<
span
class
=
"require"
>*
<
/span>有效期', align: 'center', width: 220}
,
{
field
:
'validity_period'
,
title
:
'
<
span
class
=
"require"
>*
<
/span>有效期', align: 'center', width: 220}
,
{
field
:
'create_name'
,
title
:
'
内部采购
'
,
align
:
'center'
,
width
:
100
},
{
field
:
'create_name'
,
title
:
'
线上采购员
'
,
align
:
'center'
,
width
:
100
},
{
field
:
'create_time'
,
title
:
'上传时间'
,
align
:
'center'
,
width
:
150
},
{
field
:
'create_time'
,
title
:
'上传时间'
,
align
:
'center'
,
width
:
150
},
]],
]],
id
:
'attachmentList'
,
id
:
'attachmentList'
,
...
@@ -98,4 +98,4 @@
...
@@ -98,4 +98,4 @@
}
}
});
});
});
});
</script>
</script>
\ No newline at end of file
resources/views/web/sku/SkuListFilter.blade.php
View file @
a57dad7f
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
</div>
</div>
<div
class=
"layui-inline"
>
<div
class=
"layui-inline"
>
@inject('statusPresenter','App\Presenters\StatusPresenter')
@inject('statusPresenter','App\Presenters\StatusPresenter')
{!! $statusPresenter->render('encoded/condition','
上传人
',request()->get('encoded/condition'),
{!! $statusPresenter->render('encoded/condition','
线上采购员
',request()->get('encoded/condition'),
$userCodes) !!}
$userCodes) !!}
</div>
</div>
<div
class=
"layui-inline"
>
<div
class=
"layui-inline"
>
...
...
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