Commit dd82de54 by guanzhenshan

调整内部商品编码利润格式

parent 89dd4bd4
...@@ -65,17 +65,17 @@ ...@@ -65,17 +65,17 @@
function list() { function list() {
var columns = [ var columns = [
{ {
field: 'product_inner_code', title: '内部编码', width: '110' field: 'product_inner_code', title: '内部编码', width: '165'
}, },
{ {
field: 'origin_order_id', title: '平台单号', width: '160', formatter: function (idx, data) { field: 'origin_order_id', title: '平台单号', width: '220', formatter: function (idx, data) {
return '<div class="mules" title="' + data.origin_order_id + '">' + data.origin_order_id + '</div>'; return '<div class="mules" title="' + data.origin_order_id + '">' + data.origin_order_id + '</div>';
} }
}, },
{ {
field: 'platform_type', title: '平台类型', width: '110' field: 'platform_type', title: '平台类型', width: '100'
}, },
{ field: 'website', title: '站点', width: '100' }, { field: 'website', title: '站点', width: '80' },
{ field: 'seller_account', title: '销售帐号', width: '110' }, { field: 'seller_account', title: '销售帐号', width: '110' },
{ field: 'bailun_order_status', title: '订单状态', width: '110' }, { field: 'bailun_order_status', title: '订单状态', width: '110' },
{ field: 'pay_status', title: '付款状态', width: '130' }, { field: 'pay_status', title: '付款状态', width: '130' },
......
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 to comment