|
@@ -161,16 +161,17 @@ export default {
|
|
|
width: 90,
|
|
|
className: 'replacecolor',
|
|
|
},
|
|
|
- {
|
|
|
- title: '采购人',
|
|
|
- dataIndex: 'acceptPersonnel: ',
|
|
|
- width: 90,
|
|
|
- className: 'replacecolor',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '采购人',
|
|
|
+ // dataIndex: 'acceptPersonnel: ',
|
|
|
+ // width: 90,
|
|
|
+ // className: 'replacecolor',
|
|
|
+ // },
|
|
|
{
|
|
|
title: '其他说明',
|
|
|
dataIndex: 'otherDescription',
|
|
|
width: 90,
|
|
|
+ ellipsis: true,
|
|
|
className: 'replacecolor',
|
|
|
},
|
|
|
{
|
|
@@ -236,6 +237,7 @@ export default {
|
|
|
asset_name:this.selectedRows[0].assetName,
|
|
|
specifications_models:this.selectedRows[0].specificationsModels,
|
|
|
acquisition_date:this.selectedRows[0].acquisitionDate,
|
|
|
+ original_value:this.selectedRows[0].unitPrice,
|
|
|
}
|
|
|
}else if(this.sat == '归还'){
|
|
|
var data ={
|