给报表里面增加规格展示
This commit is contained in:
@@ -191,8 +191,9 @@
|
||||
return '<a class="n-link" onclick="turnBillDetailPage(\'' + row.number + '\''+',\'' + row.newType + '\');">' + row.number + '</a>';
|
||||
}
|
||||
},
|
||||
{title: '商品名称', field: 'mname', width: 120},
|
||||
{title: '商品型号', field: 'model', width: 100},
|
||||
{title: '名称', field: 'mname', width: 120},
|
||||
{title: '规格', field: 'standard', width: 100},
|
||||
{title: '型号', field: 'model', width: 100},
|
||||
{title: '单价', field: 'unitPrice', width: 60},
|
||||
{title: '入库数量', field: 'operNumber', width: 80},
|
||||
{title: '金额', field: 'allPrice', width: 60},
|
||||
|
||||
Reference in New Issue
Block a user