ruanqi 1 year ago
parent
commit
a0a87efd97
  1. 25
      src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

25
src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

@ -1104,13 +1104,34 @@
this.notifyData=data.row
this.getNotifyNoDetail();
}else {
console.log('!!')
this.notifyNo =''
this.notifyData=null
this.notifyData={
site:'',
bu:'',
notifyNo:'',
notifyDate:'',
enteredDate:'',
userName:'',
userDisplay:'',
remark:'',
planIssueDate:'',
}
this.dataList=[]
}
}else {
this.notifyNo =''
this.notifyData=null
this.notifyData={
site:'',
bu:'',
notifyNo:'',
notifyDate:'',
enteredDate:'',
userName:'',
userDisplay:'',
remark:'',
planIssueDate:'',
}
this.dataList=[]
}
})

Loading…
Cancel
Save