|
@@ -890,6 +890,9 @@
|
|
if (this.commonJS.isEmpty(this.inputForm.workAttachmentDtoList)) {
|
|
if (this.commonJS.isEmpty(this.inputForm.workAttachmentDtoList)) {
|
|
this.inputForm.workAttachmentDtoList = []
|
|
this.inputForm.workAttachmentDtoList = []
|
|
}
|
|
}
|
|
|
|
+ if (this.commonJS.isEmpty(this.inputForm.createDate)) {
|
|
|
|
+ this.inputForm.createDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
|
|
|
+ }
|
|
if (this.commonJS.isEmpty(this.inputForm.createBy.name)) {
|
|
if (this.commonJS.isEmpty(this.inputForm.createBy.name)) {
|
|
this.inputForm.createBy.name = JSON.parse(localStorage.getItem('user')).name
|
|
this.inputForm.createBy.name = JSON.parse(localStorage.getItem('user')).name
|
|
}
|
|
}
|
|
@@ -1093,6 +1096,7 @@
|
|
let id = this.gridData[event.rowIndex].companyid
|
|
let id = this.gridData[event.rowIndex].companyid
|
|
await this.enterpriseSearchService.enterpriseTicketInfo(id).then((data) => {
|
|
await this.enterpriseSearchService.enterpriseTicketInfo(id).then((data) => {
|
|
this.inputForm.name = data.data.ENTNAME
|
|
this.inputForm.name = data.data.ENTNAME
|
|
|
|
+ this.inputForm.uscCode = data.data.UNCID
|
|
})
|
|
})
|
|
this.visiblePop = false
|
|
this.visiblePop = false
|
|
},
|
|
},
|