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
a4abcadc
authored
Jan 04, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化查看按钮
parent
8d67920c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
resources/views/script/supplier/SupplierContactScript.blade.php
resources/views/script/supplier/SupplierContactScript.blade.php
View file @
a4abcadc
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
align
:
'center'
,
align
:
'center'
,
width
:
200
,
width
:
200
,
templet
:
function
(
data
)
{
templet
:
function
(
data
)
{
return
'
<
span
>
' + data.supplier_email + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_email" contact_id="' + data.contact_id + '">查看</
span
>
'
return
data
.
supplier_email
?
'
<
span
>
' + data.supplier_email + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_email" contact_id="' + data.contact_id + '">查看</
span
>
' : '';
}
}
},
},
{
{
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
align
:
'center'
,
align
:
'center'
,
width
:
180
,
width
:
180
,
templet
:
function
(
data
)
{
templet
:
function
(
data
)
{
return
'
<
span
>
' + data.supplier_mobile + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_mobile" contact_id="' + data.contact_id + '">查看</
span
>
'
return
data
.
supplier_mobile
?
'
<
span
>
' + data.supplier_mobile + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_mobile" contact_id="' + data.contact_id + '">查看</
span
>
' : '';
}
}
},
},
{
{
...
@@ -53,12 +53,12 @@
...
@@ -53,12 +53,12 @@
align
:
'center'
,
align
:
'center'
,
width
:
180
,
width
:
180
,
templet
:
function
(
data
)
{
templet
:
function
(
data
)
{
return
'
<
span
>
' + data.supplier_telephone + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_telephone" contact_id="' + data.contact_id + '">查看</
span
><
/span>
'
return
data
.
supplier_telephone
?
'
<
span
>
' + data.supplier_telephone + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_telephone" contact_id="' + data.contact_id + '">查看</
span
><
/span>' : ''
;
}
}
},
},
{
{
field
:
'supplier_qq'
,
title
:
'QQ'
,
align
:
'center'
,
width
:
180
,
templet
:
function
(
data
)
{
field
:
'supplier_qq'
,
title
:
'QQ'
,
align
:
'center'
,
width
:
180
,
templet
:
function
(
data
)
{
return
'
<
span
>
' + data.supplier_qq + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_qq" contact_id="' + data.contact_id + '">查看</
span
>
'
return
data
.
supplier_qq
?
'
<
span
>
' + data.supplier_qq + '
<
/span><span style="color: dodgerblue" class="viewContact" type="supplier_qq" contact_id="' + data.contact_id + '">查看</
span
>
' : '';
}
}
},
},
{field: '
supplier_fax
', title: '
传真
', align: '
center
', width: 140},
{field: '
supplier_fax
', title: '
传真
', align: '
center
', width: 140},
...
...
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