Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
yunxin
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
efbf84a5
authored
May 29, 2019
by
PRY5YKGJ82EZEPX\Administrator
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
云芯对接财务
parent
674b46e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
public/pc/js/controller/ReconcilePurDetail.js
public/pc/js/controller/ReconcilePurList.js
resources/views/pc/ReconcilePurDetail.blade.php
public/pc/js/controller/ReconcilePurDetail.js
View file @
efbf84a5
...
...
@@ -35,7 +35,7 @@
for
(
i
=
0
;
i
<
res
.
data
.
length
;
i
++
)
{
var
s
=
res
.
data
[
i
];
html
+=
"<tr class=\"you\"> "
+
"<td><span class=\"t1\">"
+
s
.
typ
e
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
bill_type_nam
e
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
order_sn
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
supplier_goods_id
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
goods_name
+
"</span></td>"
+
...
...
@@ -43,7 +43,6 @@
"<td><span class=\"t1\">"
+
s
.
encap
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
packing_name
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
mpq
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
other
.
finish_time
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
number
+
"</span></td>"
+
"<td><span class=\"t1\">"
+
s
.
putaway_price
+
"</span></td>"
+
"</tr>"
...
...
public/pc/js/controller/ReconcilePurList.js
View file @
efbf84a5
...
...
@@ -66,8 +66,8 @@
}
});
}
else
{
alert_err
(
res
.
msg
)
return
false
;
html
=
"<tr class=\"you\"><td colspan='9' style='text-align: center;'><span class=\"t1\" style='color: #cccccc'>没有数据</span></td></tr>"
;
$
(
"#shopListContent"
).
html
(
html
)
}
}
},
$
(
function
()
{
...
...
resources/views/pc/ReconcilePurDetail.blade.php
View file @
efbf84a5
...
...
@@ -59,7 +59,6 @@
<th>
封装
</th>
<th>
包装方式
</th>
<th>
标准包装量
</th>
<th>
单据完成时间
</th>
<th>
数量
</th>
<th>
单价
</th>
</tr>
...
...
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