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
96cdec3b
authored
Jul 03, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复
parent
0060e6f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/script/SkuListScript.blade.php
resources/views/script/SkuListScript.blade.php
View file @
96cdec3b
...
...
@@ -463,7 +463,7 @@
if
(
data
.
length
>
0
)
{
htmlArr
.
push
(
'
<
table
class
=
"layui-table table-status"
><
thead
>
' +
'
<
tr
><
th
style
=
"text-align: center"
>
数量
<
/th>'
+
'
<
th
style
=
"text-align: center"
>
国内含币价
(
¥
)
<
/th>'
+
'
<
th
style
=
"text-align: center"
>
人民币成本价(¥)
<
/th>'
+
'
<
/tr></
thead
><
tbody
>
'
)
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
)
{
htmlArr
.
push
(
...
...
@@ -498,7 +498,7 @@
if (data.length > 0) {
htmlArr.push('
<
table
class
=
"layui-table table-status"
><
thead
>
' +
'
<
tr
><
th
style
=
"text-align: center"
>
数量
<
/th>'
+
'
<
th
style
=
"text-align: center"
>
USD
成本价(未税
)
<
/th>'
+
'
<
th
style
=
"text-align: center"
>
美金成本价(
$
)
<
/th>'
+
'
<
/tr></
thead
><
tbody
>
'
)
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
)
{
htmlArr
.
push
(
...
...
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