Commit a25e54ac by 杨树贤

优化

parent 4c840c7d
......@@ -80,7 +80,11 @@
field: 'moq', title: '起订量', align: 'center', width: 70
},
{field: 'mpq', title: '标准包装量', align: 'center', width: 120},
{field: 'multiple', title: '递增量', align: 'center', width: 90},
{
field: 'multiple', title: '递增量', align: 'center', width: 90, templet: function (d) {
return d.multiple ? d.multiple : 0;
}
},
{field: 'encap', title: '封装', align: 'center', width: 80},
{field: 'batch_sn', title: '批次', align: 'center', width: 80},
{field: 'goods_label_name', title: 'SKU显示类型', align: 'center', width: 120},
......
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