|
|
@ -753,6 +753,9 @@ export default {
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
showImgViewer(row) {
|
|
|
|
showImgViewer(row) {
|
|
|
|
|
|
|
|
if(row.filePath.substr(-1) == ','){
|
|
|
|
|
|
|
|
row.filePath=row.filePath.slice(0, row.filePath.length-1);
|
|
|
|
|
|
|
|
}
|
|
|
|
this.certFileUrl =
|
|
|
|
this.certFileUrl =
|
|
|
|
this.BASE_URL +
|
|
|
|
this.BASE_URL +
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.filePath;
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.filePath;
|
|
|
@ -791,6 +794,9 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
showImgViewerCold(row) {
|
|
|
|
showImgViewerCold(row) {
|
|
|
|
|
|
|
|
if(row.coldFilePath.substr(-1) == ','){
|
|
|
|
|
|
|
|
row.coldFilePath=row.coldFilePath.slice(0, row.coldFilePath.length-1);
|
|
|
|
|
|
|
|
}
|
|
|
|
this.certFileUrl =
|
|
|
|
this.certFileUrl =
|
|
|
|
this.BASE_URL +
|
|
|
|
this.BASE_URL +
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.coldFilePath;
|
|
|
|
"/udiwms/image/register/file/getImage?type=image2&name="+row.coldFilePath;
|
|
|
|