|
@@ -112,6 +112,15 @@ let rptArchiveObj = {
|
|
me.currentArchiveUuid = aItem.items[aItem.items.length - 1].uuid;
|
|
me.currentArchiveUuid = aItem.items[aItem.items.length - 1].uuid;
|
|
// me.currentArchiveDateStr = aItem.items[0].updateDate_time;
|
|
// me.currentArchiveDateStr = aItem.items[0].updateDate_time;
|
|
me.currentArchiveDateStr = '#' + (aItem.items.length) + ' ' + aItem.items[aItem.items.length - 1].updateDate_time;
|
|
me.currentArchiveDateStr = '#' + (aItem.items.length) + ' ' + aItem.items[aItem.items.length - 1].updateDate_time;
|
|
|
|
+ if (can_netcasign) {
|
|
|
|
+ for (const [i,item] of aItem.items.entries()) {
|
|
|
|
+ if (_.find(signLogList, { uuid: item.uuid })) {
|
|
|
|
+ me.currentArchiveUuid = item.uuid;
|
|
|
|
+ me.currentArchiveDateStr = '#' + (i+1) + ' ' + item.updateDate_time;
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
}
|
|
}
|