|
@@ -127,68 +127,103 @@ export default {
|
|
|
{
|
|
|
title: '交单日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'fsubmitDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '返单日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'frejectDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '审核结束日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'ffirstApproveDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!=='' && text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
- title: '面纱结束日期',
|
|
|
+ title: '核纱结束日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'ffinalApproveDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '面损表单据状态', width: 90, dataIndex: 'actualShipquantity', className: 'replacecolor' },
|
|
|
+ { title: '面损表单据状态', width: 90, dataIndex: 'fstatus', className: 'replacecolor' },
|
|
|
{
|
|
|
title: '交单日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdata',
|
|
|
+ dataIndex: 'csubmitDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '返单日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'crejectDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '结束日期',
|
|
|
width: 120,
|
|
|
- dataIndex: 'outdat',
|
|
|
+ dataIndex: 'cfirstApproveDate',
|
|
|
customRender: text => {
|
|
|
- // return moment(text).format('YYYY-MM-DD')
|
|
|
+ if(text!==''&&text){
|
|
|
+ return moment(text).format('YYYY-MM-DD')
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '分配表单据状态', width: 120, dataIndex: 'usdTotalexportprice', className: 'replacecolor' },
|
|
|
+ { title: '分配表单据状态', width: 120, dataIndex: 'cstatus', className: 'replacecolor' },
|
|
|
{
|
|
|
title: '备注',
|
|
|
width: 180,
|