|
@@ -1,7 +1,7 @@
|
|
<div class="panel-content">
|
|
<div class="panel-content">
|
|
<div class="panel-title fluid">
|
|
<div class="panel-title fluid">
|
|
<div class="title-main d-flex justify-content-between">
|
|
<div class="title-main d-flex justify-content-between">
|
|
- <div><%- ctx.tender.name %></div>
|
|
|
|
|
|
+ <div><a href="/payment"><i class="fa fa-chevron-left mr-2"></i></a><%- ctx.tender.name %></div>
|
|
<div>
|
|
<div>
|
|
<% if (ctx.session.sessionUser.accountId === trInfo.uid && trInfo.is_del === 0 && rptMsg) { %>
|
|
<% if (ctx.session.sessionUser.accountId === trInfo.uid && trInfo.is_del === 0 && rptMsg) { %>
|
|
<% if (trDetailList.length === 0 || (trDetailList.length !== 0 && trDetailList[0].status === auditConst.status.checked)) { %>
|
|
<% if (trDetailList.length === 0 || (trDetailList.length !== 0 && trDetailList[0].status === auditConst.status.checked)) { %>
|