质检bug修复
This commit is contained in:
parent
57bb23c926
commit
976c933788
|
|
@ -343,6 +343,7 @@ const getDetailData = async (row: any) => {
|
|||
equipTableList.value = []
|
||||
}
|
||||
}
|
||||
console.log('tt23123', equipTableList.value)
|
||||
// addAndEditForm.deviceTypeList[0].data.propertyNames.forEach((item:any) =>{
|
||||
// options.value.push({'label':item,'value':item})
|
||||
// })
|
||||
|
|
@ -1206,6 +1207,7 @@ const viewCertificate = (url:string) => {
|
|||
window.open(url, '_blank');
|
||||
};
|
||||
const changeDate = (row:any,index:number) => {
|
||||
console.log('3333',row)
|
||||
const currentDate = new Date(row.checkDate);
|
||||
console.log('1111',currentDate)
|
||||
console.log('2222',warningDays.value)
|
||||
|
|
|
|||
|
|
@ -615,7 +615,7 @@ const onSubmit = () => {
|
|||
// 质检记录
|
||||
const onViewQualityRecord = (row: any) => {
|
||||
qualityDetails.value = row
|
||||
searchParamsInDialog.id = row.id
|
||||
searchParamsInDialog.maId = row.maId
|
||||
getLeaseListDataInDialog()
|
||||
dialogTitle.value = '质检记录'
|
||||
addOrEditDialogVisible.value = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue