|
@@ -191,6 +191,21 @@ export default {
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '返单日期',
|
|
|
+ width: 120,
|
|
|
+ dataIndex: 'rejectDate',
|
|
|
+ customRender: text => {
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ ellipsis: true,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
width: 120,
|