|
|
|
@ -232,7 +232,7 @@
|
|
|
|
|
{ |
|
|
|
|
title:'单价(元)', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'price' |
|
|
|
|
dataIndex: 'materialPrice' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'金额(元)', |
|
|
|
@ -369,7 +369,7 @@
|
|
|
|
|
fieldList.push({type:'string',value:'freightSpace',text:'库存仓位',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'materialsUnit',text:'计量单位',dictCode:''}) |
|
|
|
|
fieldList.push({type:'int',value:'materialQuantity',text:'数量',dictCode:''}) |
|
|
|
|
fieldList.push({type:'BigDecimal',value:'price',text:'单价',dictCode:''}) |
|
|
|
|
fieldList.push({type:'BigDecimal',value:'materialPrice',text:'单价',dictCode:''}) |
|
|
|
|
fieldList.push({type:'BigDecimal',value:'materialAmount',text:'金额',dictCode:''}) |
|
|
|
|
fieldList.push({type:'date',value:'productionDate',text:'生产日期'}) |
|
|
|
|
fieldList.push({type:'String',value:'expirationDate',text:'保质期'}) |
|
|
|
|