云芯对接财务

parent 674b46e6
......@@ -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.type+"</span></td>" +
"<td><span class=\"t1\">"+s.bill_type_name+"</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>"
......
......@@ -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 () {
......
......@@ -59,7 +59,6 @@
<th>封装</th>
<th>包装方式</th>
<th>标准包装量</th>
<th>单据完成时间</th>
<th>数量</th>
<th>单价</th>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment