|
|
@ -158,9 +158,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{title: '最新报价',field: 'materialSole',align: 'center',}, |
|
|
|
{title: '物料的数量', field: 'materialNum',align: 'center',editable: true}, |
|
|
|
{title: '物料的不含税单价(RMB)',field: 'materialNoRmb',align: 'center',}, |
|
|
|
{title: '物料的含税单价(RMB)',field: 'materialRmb',align: 'center',}, |
|
|
|
{title: '物料的数量', field: 'materialNum',align: 'center',editable: true,visible: false}, |
|
|
|
{title: '物料的不含税单价(RMB)',field: 'materialNoRmb',align: 'center',editable: true}, |
|
|
|
{title: '物料的含税单价(RMB)',field: 'materialRmb',align: 'center',editable: true}, |
|
|
|
{title: '录入人',field: 'createBy',align: 'center',visible: false}, |
|
|
|
{title: '录入时间',field: 'createTime',align: 'center',visible: false }, |
|
|
|
{title: '更新人',field: 'updateBy',align: 'center',visible: false}, |
|
|
|