sap上传的工单没有备注
// if (item.remark === undefined) {
// item.remark = '';
// }
// });
this.setState({
dataList: data,
total: result.total,
pageSize: result.pageSize,
currentPage: result.pageNum,
});
})
}
render() {
const columns = [{
title: '工单编号',
width:'10%', key:'orderCode',dataIndex:'orderCode' ,render:(text,record)=>(<Link to={{pathname:"/erp/work-order-detail",state:{id:record['id']}}}>{text}</Link>)}, {title:'状态', width:'7%', key:'statusName' ,dataIndex :'statusName'}, {title:'订单号', width:'10%', key :'saleOrderNo' ,dataIndex : 'saleOrderNo' }, {title : '客户名称',width:"15%" ,key : 'customerName' ,dataIndex : 'customerName' }, {title : '业务员名称' ,width:"8%" ,key : 'businessManName', dataIndex : 'businessManName'}, {title:'创建时间 ',width:"15%" ,key: "createTime" ,dataIndex:"createTime"},{ title: "备注", width:"20%", key:"remark"
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。