han\hanst 2 months ago
parent
commit
76b20ecec4
  1. 2
      src/views/modules/ecss/codelnotifyConfirm.vue
  2. 2
      src/views/modules/ecss/createDeclaration.vue

2
src/views/modules/ecss/codelnotifyConfirm.vue

@ -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;

2
src/views/modules/ecss/createDeclaration.vue

@ -1373,7 +1373,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;

Loading…
Cancel
Save