|
|
@ -2212,7 +2212,7 @@ |
|
|
}, |
|
|
}, |
|
|
changeData(row){ |
|
|
changeData(row){ |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)); |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)); |
|
|
if (this.currentRow.notifyDate==='发货日期不确定') { |
|
|
|
|
|
|
|
|
if (this.currentRow&&this.currentRow.notifyDate==='发货日期不确定') { |
|
|
this.currentRow.notifyDate='' |
|
|
this.currentRow.notifyDate='' |
|
|
} |
|
|
} |
|
|
this.headerData=row; |
|
|
this.headerData=row; |
|
|
|