| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640 |
- <style>
- body.is-dialog .outward-detail-wrap {
- margin: 0;
- padding: 12px 14px 0;
- max-width: 100%;
- box-sizing: border-box;
- }
- .outward-detail-head {
- margin-bottom: 10px;
- font-size: 13px;
- color: #666;
- line-height: 1.6;
- }
- .outward-detail-head strong {
- color: #333;
- }
- .outward-detail-table-wrap,
- .outward-confirm-process-wrap {
- /* 不在表格区域内部纵向滚动,由弹窗页面整体滚动 */
- overflow-x: auto;
- overflow-y: visible;
- max-height: none;
- -webkit-overflow-scrolling: touch;
- margin-bottom: 12px;
- border: 1px solid #e5e5e5;
- }
- .outward-confirm-company-wrap {
- overflow-x: auto;
- overflow-y: visible;
- max-height: none;
- -webkit-overflow-scrolling: touch;
- margin-bottom: 12px;
- border: 1px solid #e5e5e5;
- }
- .outward-detail-table-wrap {
- max-height: none;
- border: 0;
- }
- .outward-detail-table {
- table-layout: fixed;
- width: 100%;
- min-width: 1320px;
- margin-bottom: 0;
- }
- .outward-confirm-process-table {
- margin: 0;
- font-size: 12px;
- table-layout: fixed;
- width: 100%;
- min-width: 0;
- max-width: 100%;
- }
- .outward-confirm-company-table {
- margin: 0;
- font-size: 12px;
- table-layout: fixed;
- width: 1580px;
- min-width: 1580px;
- max-width: none;
- }
- .outward-confirm-process-table th:nth-child(3),
- .outward-confirm-process-table td.outward-process-name,
- .outward-confirm-company-table td.outward-process-name {
- white-space: nowrap;
- }
- .outward-confirm-process-table th.outward-col-name,
- .outward-confirm-process-table td.outward-col-name {
- width: 26%;
- white-space: normal;
- word-break: break-word;
- }
- .outward-confirm-process-table th.outward-col-remark,
- .outward-confirm-process-table td.outward-col-remark {
- width: 120px;
- max-width: 120px;
- white-space: normal;
- word-break: break-word;
- }
- .outward-detail-table > thead > tr > th,
- .outward-detail-table > tbody > tr > td,
- .outward-confirm-process-table th,
- .outward-confirm-process-table td,
- .outward-confirm-company-table th,
- .outward-confirm-company-table td {
- vertical-align: middle;
- word-wrap: break-word;
- word-break: break-word;
- white-space: normal;
- line-height: 1.45;
- padding: 6px 8px;
- }
- .outward-confirm-company-table th.col-supplier-name,
- .outward-confirm-company-table td.col-supplier-name {
- width: 150px;
- min-width: 150px;
- max-width: 150px;
- word-break: normal;
- overflow-wrap: break-word;
- white-space: normal;
- line-height: 1.4;
- }
- .outward-confirm-company-table th.col-supplier-email,
- .outward-confirm-company-table td.col-supplier-email {
- width: 120px;
- min-width: 120px;
- max-width: 120px;
- word-break: break-all;
- white-space: normal;
- line-height: 1.35;
- }
- .outward-confirm-company-table th.col-supplier-user,
- .outward-confirm-company-table td.col-supplier-user {
- width: 72px;
- min-width: 72px;
- white-space: nowrap;
- }
- .outward-confirm-company-table th.col-supplier-phone,
- .outward-confirm-company-table td.col-supplier-phone {
- width: 110px;
- min-width: 110px;
- white-space: nowrap;
- }
- .outward-confirm-process-table th,
- .outward-confirm-company-table th {
- background: #f5f5f5;
- font-weight: 600;
- white-space: nowrap;
- border: 1px solid #ddd !important;
- }
- .outward-confirm-process-table td,
- .outward-confirm-company-table td {
- border: 1px solid #ddd !important;
- }
- .outward-detail-table > thead > tr > th {
- font-weight: 600;
- white-space: nowrap;
- background: #f5f5f5;
- border: 1px solid #ddd !important;
- }
- .outward-detail-table > tbody > tr > td {
- border: 1px solid #ddd !important;
- }
- .outward-detail-table .col-title {
- white-space: normal;
- }
- .outward-detail-table .col-amount,
- .outward-detail-table .col-delivery {
- text-align: center;
- white-space: nowrap;
- }
- .outward-detail-table .col-sn,
- .outward-detail-table .col-time {
- white-space: nowrap;
- }
- .outward-confirm-block-title {
- margin: 0 0 6px;
- font-weight: 600;
- font-size: 13px;
- color: #333;
- }
- .outward-confirm-meta-row {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- gap: 6px 12px;
- margin: 0 0 10px;
- font-size: 13px;
- line-height: 1.5;
- }
- .outward-confirm-deadline-row {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- gap: 10px 16px;
- margin: 0 0 10px;
- font-size: 13px;
- width: 100%;
- }
- .outward-confirm-deadline-item {
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- gap: 8px 10px;
- flex-shrink: 0;
- }
- .outward-confirm-deadline-row .deadline-label {
- font-weight: 600;
- color: #333;
- white-space: nowrap;
- margin: 0;
- }
- .outward-confirm-deadline-item.outward-order-type-item {
- align-items: center;
- }
- .outward-confirm-deadline-item.outward-manual-pick-item {
- align-items: flex-start;
- flex: 1 1 280px;
- min-width: 0;
- flex-shrink: 1;
- }
- .outward-confirm-order-type-text {
- display: inline-block;
- min-height: 30px;
- line-height: 30px;
- font-size: 13px;
- font-weight: 600;
- color: #333;
- vertical-align: middle;
- white-space: nowrap;
- }
- .outward-manual-pick-inline {
- display: flex;
- flex-direction: column;
- gap: 2px;
- flex: 1 1 180px;
- min-width: 0;
- margin-left: 8px;
- font-size: 13px;
- font-weight: 400;
- color: #555;
- line-height: 1.45;
- white-space: normal;
- vertical-align: middle;
- }
- .outward-manual-pick-inline .outward-manual-pick-line {
- display: block;
- }
- .outward-manual-pick-inline strong {
- color: #333;
- font-weight: 600;
- }
- .outward-manual-pick-tag {
- flex-shrink: 0;
- display: inline-block;
- height: auto;
- line-height: 1.45;
- margin-right: 0;
- padding: 0;
- border-radius: 0;
- background: transparent;
- color: #3c763d;
- font-size: 15px;
- font-weight: 600;
- white-space: nowrap;
- align-self: flex-start;
- padding-top: 1px;
- }
- .outward-manual-pick-tag .fa {
- font-size: 16px;
- margin-right: 4px;
- vertical-align: -1px;
- }
- .outward-confirm-delivery-deadline-input {
- width: 128px;
- min-width: 128px;
- max-width: 128px;
- height: 32px;
- padding: 4px 6px;
- font-size: 13px;
- box-sizing: border-box;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-fields {
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- gap: 4px;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-date {
- width: 128px;
- min-width: 128px;
- max-width: 128px;
- height: 32px;
- padding: 4px 6px;
- font-size: 13px;
- box-sizing: border-box;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-date::-webkit-calendar-picker-indicator {
- margin: 0 0 0 2px;
- padding: 0;
- width: 14px;
- cursor: default;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-time-group {
- display: inline-flex;
- align-items: center;
- gap: 2px;
- flex-shrink: 0;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-hour,
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-minute {
- width: 54px;
- min-width: 54px;
- height: 32px;
- padding: 4px 4px;
- font-size: 13px;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split .procuremen-sys-rq-colon {
- color: #666;
- font-weight: 600;
- line-height: 32px;
- }
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split.is-readonly .procuremen-sys-rq-date,
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split.is-readonly .procuremen-sys-rq-hour,
- .outward-confirm-deadline-wrap.procuremen-sys-rq-split.is-readonly .procuremen-sys-rq-minute {
- background-color: #f5f5f5;
- color: #333;
- cursor: default;
- pointer-events: none;
- box-shadow: none;
- }
- .outward-confirm-company-table.outward-confirm-readonly tbody tr {
- cursor: default;
- }
- .outward-confirm-company-table.outward-confirm-readonly .pod-company-pick-cb {
- pointer-events: none;
- cursor: default;
- }
- .outward-confirm-company-table.outward-confirm-readonly label {
- cursor: default;
- }
- .outward-confirm-company-table td label {
- margin: 0;
- font-weight: normal;
- cursor: pointer;
- }
- .outward-confirm-company-table tbody tr {
- cursor: pointer;
- }
- .outward-confirm-company-table td.outward-quote-empty {
- color: #e67e22;
- }
- .outward-confirm-quote-cell {
- font-size: 12px;
- line-height: 1.55;
- }
- .outward-confirm-quote-item {
- padding: 4px 0;
- }
- .outward-confirm-quote-item + .outward-confirm-quote-item {
- margin-top: 6px;
- padding-top: 6px;
- border-top: 1px dashed #e8e8e8;
- }
- .outward-confirm-quote-item div {
- margin: 0;
- }
- .outward-detail-wrap .audit-notify-tip {
- margin: 0 0 10px;
- padding: 8px 12px;
- font-size: 12px;
- line-height: 1.65;
- color: #8a6d3b;
- background: #fcf8e3;
- border: 1px solid #faebcc;
- border-radius: 3px;
- }
- .outward-detail-wrap .audit-score-rule-tip {
- margin: 0 0 8px;
- padding: 6px 10px;
- font-size: 12px;
- line-height: 1.5;
- color: #31708f;
- background: #f0f7fb;
- border: 1px solid #d9edf7;
- border-radius: 3px;
- }
- .outward-detail-wrap .audit-score-rule-tip strong {
- color: #245269;
- }
- .btn.procuremen-btn-slate {
- color: #fff !important;
- background-color: #4b5573 !important;
- border-color: #3e4659 !important;
- }
- .btn.procuremen-btn-slate:hover,
- .btn.procuremen-btn-slate:focus,
- .btn.procuremen-btn-slate:active {
- color: #fff !important;
- background-color: #3f485f !important;
- border-color: #353c4c !important;
- }
- </style>
- <div class="panel panel-default panel-intro outward-detail-wrap outward-confirm-readonly" style="border:0;box-shadow:none;"
- data-scydgy-id="{$scydgyId|htmlentities}"
- data-purchase-order-id="{$purchaseOrderId|default=0}"
- data-confirm-process-count="{$confirmProcessCount|default=1}"
- data-required-sids="{$requiredSidListJson|htmlentities}"
- data-all-details-by-sid="{$allDetailsBySidJson|htmlentities}">
- <div style="display:none;">{:token()}</div>
- {if $showPurchaseConfirm}
- {if $processDisplayRows}
- <div class="outward-confirm-process-wrap">
- <table class="table table-bordered table-condensed outward-confirm-process-table">
- <colgroup>
- <col style="width:100px"/>
- <col style="width:26%"/>
- <col style="width:120px"/>
- <col style="width:80px"/>
- <col style="width:72px"/>
- <col style="width:72px"/>
- <col style="width:80px"/>
- <col style="width:120px"/>
- </colgroup>
- <thead>
- <tr>
- <th class="text-center">订单号</th>
- <th class="outward-col-name">印件名称</th>
- <th>工序名称</th>
- <th class="text-center">单位</th>
- <th class="text-center">本次数量</th>
- <th class="text-center">最高限价</th>
- <th class="text-center">订法</th>
- <th class="outward-col-remark">备注</th>
- </tr>
- </thead>
- <tbody>
- {volist name="processDisplayRows" id="pr"}
- <tr>
- {if $pr.show_order_cells}
- <td class="text-center"{if condition="$pr.order_rowspan gt 1"} rowspan="{$pr.order_rowspan}"{/if}>{$pr.CCYDH|default=''}</td>
- <td class="outward-col-name"{if condition="$pr.order_rowspan gt 1"} rowspan="{$pr.order_rowspan}"{/if}>{$pr.CYJMC|default=''}</td>
- {/if}
- <td class="outward-process-name">{$pr.CGYMC|default=''}</td>
- <td class="text-center">{$pr.CDW|default=''}</td>
- <td class="text-center">{$pr.This_quantity|default=''}</td>
- <td class="text-center">{$pr.ceilingPrice|default=''}</td>
- <td class="text-center">{$pr.CDF|default=''}</td>
- <td class="outward-col-remark">{$pr.MBZ|default=''}</td>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- {/if}
- <div class="outward-confirm-deadline-row">
- <div class="outward-confirm-deadline-item">
- <label class="deadline-label">招标截止日期:</label>
- <div class="outward-confirm-deadline-wrap procuremen-sys-rq-split is-readonly" id="outward-confirm-sys-rq-wrap" title="仅查看,不可修改">
- <input type="hidden" id="outward-confirm-sys-rq" name="sys_rq" value="{$sysRq|default=''|htmlentities}"/>
- <div class="procuremen-sys-rq-fields">
- <input type="date" class="form-control procuremen-sys-rq-date" title="招标截止日期" readonly="readonly" disabled="disabled" tabindex="-1"/>
- <div class="procuremen-sys-rq-time-group">
- <select class="form-control procuremen-sys-rq-hour" title="时" disabled="disabled" tabindex="-1"></select>
- <span class="procuremen-sys-rq-colon">:</span>
- <select class="form-control procuremen-sys-rq-minute" title="分" disabled="disabled" tabindex="-1"></select>
- </div>
- </div>
- </div>
- </div>
- <div class="outward-confirm-deadline-item">
- <label class="deadline-label">交货截止日期:</label>
- <input type="text" class="form-control outward-confirm-delivery-deadline-input" value="{$deliveryDeadline|default=''|htmlentities}" title="交货截止日期" readonly="readonly" disabled="disabled" tabindex="-1" placeholder=""/>
- </div>
- {if !empty($orderScoreRuleName)}
- <div class="outward-confirm-deadline-item outward-order-type-item">
- <label class="deadline-label">订单类型:</label>
- <span class="outward-confirm-order-type-text" title="{$supplierScoreRuleText|default=''|htmlentities}">{$orderScoreRuleName|htmlentities}</span>
- </div>
- {/if}
- {if condition="$manualPicked"}
- <div class="outward-confirm-deadline-item outward-manual-pick-item">
- <span class="outward-manual-pick-tag"><i class="fa fa-check-circle"></i> 已指定供应商</span>
- <span class="outward-manual-pick-inline">
- {if condition="$pickedCompanyName"}
- <span class="outward-manual-pick-line"><strong>指定供应商:</strong>{$pickedCompanyName|htmlentities}</span>
- {/if}
- {if condition="$manualPickReason"}
- <span class="outward-manual-pick-line"><strong>指定说明:</strong>{$manualPickReason|htmlentities}</span>
- {/if}
- </span>
- </div>
- {/if}
- </div>
- <p class="audit-notify-tip">
- <i class="fa fa-exclamation-triangle"></i>
- <strong>重要提示:</strong>审批通过:将向中标供应商发送「已通过」短信、向未中标供应商发送「未通过」短信。
- </p>
- {if !empty($quoteVisible)}
- <p class="audit-score-rule-tip">
- <i class="fa fa-info-circle"></i>
- {if !empty($orderScoreRuleName)}
- <strong>订单类型:</strong>{$orderScoreRuleName|htmlentities}
- <span class="text-muted">|</span>
- {/if}
- <strong>评分规则:</strong>{$supplierScoreRuleText|default='(总分)=(质量得分×50%)+(价格得分);价格得分=(最低单价合计/本供应商单价合计)×50%×100'|htmlentities}
- </p>
- {/if}
- <p class="outward-confirm-block-title">供应商({$confirmPickCount|default=0} 家)</p>
- <div class="outward-confirm-company-wrap">
- <table class="table table-bordered table-condensed outward-confirm-company-table outward-confirm-readonly">
- <thead>
- <tr>
- <th class="text-center" style="width:52px;">选定</th>
- <th class="col-supplier-name">供应商名称</th>
- <th class="col-supplier-user">姓名</th>
- <th class="col-supplier-email">邮箱</th>
- <th class="col-supplier-phone">手机号</th>
- <th class="text-center col-rank" style="width:64px;">排名</th>
- <th class="text-center" style="width:88px;">质量得分</th>
- <th class="text-center" style="width:80px;" title="价格得分=(最低单价合计/本供应商单价合计)×价格权重%×100">价格得分</th>
- {if !empty($showServiceLeadScore)}
- <th class="text-center" style="width:80px;" title="交货得分取月度评审(当月按上月起往前查,无则默认50)">交货得分</th>
- {/if}
- <th class="text-center" style="width:72px;">总分</th>
- <th style="width:120px;">工序名称</th>
- <th class="text-center" style="width:112px;">单价</th>
- <th class="text-center" style="width:88px;">预估工期</th>
- <th class="text-center" style="width:118px;">交货日期</th>
- <th class="text-center" style="width:100px;">小计</th>
- <th class="text-center" style="width:148px;">操作时间</th>
- </tr>
- </thead>
- <tbody>
- {volist name="confirmPickGroups" id="co" key="k"}
- {volist name="co.pick_lines" id="ql" key="lk"}
- <tr class="outward-confirm-supplier-row" data-supplier-idx="{$k-1}">
- {if $lk == 1}
- <td class="text-center"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">
- <label>
- <input type="checkbox" class="pod-company-pick-cb" name="pod_company_pick[]" value="{$k-1}" disabled="disabled" tabindex="-1"
- data-detail-picks="{$co.detail_picks_json|htmlentities}"
- {if condition="$pickedCompanyName neq '' && $pickedCompanyName eq $co.name"} checked="checked"{/if}/>
- </label>
- </td>
- <td class="col-supplier-name"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{$co.name|default=''|htmlentities}</td>
- <td class="col-supplier-user"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{$co.username|default=''|htmlentities}</td>
- <td class="col-supplier-email"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{:htmlentities(mask_email(isset($co['email']) ? $co['email'] : ''))}</td>
- <td class="col-supplier-phone"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{:htmlentities(mask_phone(isset($co['phone']) ? $co['phone'] : ''))}</td>
- <td class="text-center col-rank"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;font-size:17px;font-weight:700;">{if condition="!empty($quoteVisible)"}{$co.service_rank_text|default=''|htmlentities}{/if}</td>
- <td class="text-center"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{if condition="!empty($quoteVisible)"}{$co.service_quality_score_text|default=''|htmlentities}{/if}</td>
- <td class="text-center"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;"{if condition="!empty($quoteVisible)"} title="单价合计 {$co.service_price_sum_text|default=''|htmlentities}"{/if}>{if condition="!empty($quoteVisible)"}{$co.service_price_score_text|default=''|htmlentities}{/if}</td>
- {if !empty($showServiceLeadScore)}
- <td class="text-center"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;">{if condition="!empty($quoteVisible)"}{$co.service_lead_score_text|default=''|htmlentities}{/if}</td>
- {/if}
- <td class="text-center"{if condition="$co.display_rowspan gt 1"} rowspan="{$co.display_rowspan}"{/if} style="vertical-align:middle;font-weight:600;">{if condition="!empty($quoteVisible)"}{$co.service_score_text|default=''|htmlentities}{/if}</td>
- {/if}
- <td class="outward-process-name">{$ql.cgymc|default=''|htmlentities}</td>
- <td class="text-center{if condition="!empty($ql.amount_quote_pending)"} outward-quote-empty{elseif condition="$ql.amount_filled neq 1"} outward-quote-empty{/if}">{$ql.unit_price_text|default='未填写'|htmlentities}</td>
- <td class="text-center{if condition="!empty($ql.lead_days_quote_pending)"} outward-quote-empty{elseif condition="$ql.lead_days_filled neq 1"} outward-quote-empty{/if}">{$ql.lead_days_text|default='未填写'|htmlentities}</td>
- <td class="text-center{if condition="!empty($ql.delivery_quote_pending)"} outward-quote-empty{elseif condition="$ql.delivery_filled neq 1"} outward-quote-empty{/if}">{$ql.delivery_text|default='未填写'|htmlentities}</td>
- <td class="text-center">{$ql.subtotal_text|default=''|htmlentities}</td>
- <td class="text-center">{$ql.oper_time_text|default=''|htmlentities}</td>
- </tr>
- {/volist}
- {if !empty($co.has_remark)}
- <tr class="outward-confirm-supplier-row{if !empty($co.is_void)} text-muted{/if}" data-supplier-idx="{$k-1}">
- <td><strong>备注</strong></td>
- <td colspan="5" class="{if !empty($co.remark_quote_pending)}outward-quote-empty{/if}" style="text-align:left;vertical-align:middle;">{$co.remark|default=''|htmlentities}</td>
- </tr>
- {/if}
- {if !empty($co.has_total)}
- <tr class="active outward-confirm-supplier-row" data-supplier-idx="{$k-1}">
- <td><strong>总计</strong></td>
- <td></td>
- <td></td>
- <td></td>
- <td class="text-center"><strong>{$co.total_text|default=''|htmlentities}</strong></td>
- <td></td>
- </tr>
- {/if}
- {/volist}
- {empty name="confirmPickGroups"}
- <tr>
- <td colspan="20" class="text-center text-muted">暂无供应商报价</td>
- </tr>
- {/empty}
- </tbody>
- </table>
- </div>
- <div class="form-group layer-footer">
- <div class="row procuremen-outward-confirm-footer-row">
- <div class="col-xs-12 procuremen-outward-confirm-footer-btns">
- {if $auth->check('procuremen/purchaseconfirmpick')}
- <button type="button" style="margin-right: 20px" class="btn procuremen-btn-slate btn-embossed" id="btn-pod-purchase-confirm"><i class="fa fa-check"></i> 审批通过</button>
- {/if}
- {if $auth->check('procuremen/purchaseapprovalreject')}
- <button type="button" style="margin-right: 20px" class="btn btn-warning btn-embossed" id="btn-pod-purchase-reject"><i class="fa fa-undo"></i> 审批驳回</button>
- {/if}
- <button type="button" style="margin-right: 20px" class="btn btn-default btn-embossed" id="btn-pod-purchase-close"><i class="fa fa-times"></i> 关闭</button>
- </div>
- </div>
- </div>
- {else /}
- <div class="table-responsive outward-detail-table-wrap">
- <table class="table table-striped table-bordered table-hover outward-detail-table">
- <colgroup>
- <col style="width:48px" />
- <col style="width:118px" />
- <col style="width:200px" />
- <col style="width:92px" />
- <col style="width:128px" />
- <col style="width:200px" />
- <col style="width:240px" />
- <col style="width:108px" />
- <col style="width:148px" />
- </colgroup>
- <thead>
- <tr>
- <th class="col-sn">序号</th>
- <th>订单号</th>
- <th class="col-title">印件名称</th>
- <th class="col-amount">加工金额</th>
- <th class="col-delivery">交货日期</th>
- <th>供应商名称</th>
- <th>邮箱</th>
- <th>手机号</th>
- <th class="col-time">审核时间</th>
- </tr>
- </thead>
- <tbody>
- {volist name="rows" id="r"}
- <tr>
- <td class="text-center col-sn">{$i}</td>
- <td>{$r.CCYDH|default=''}</td>
- <td class="col-title">{$r.CYJMC|default=''}</td>
- <td class="col-amount">{$r.amount|default=''}</td>
- <td class="col-delivery">{$r.delivery|default=''}</td>
- <td>{$r.company_name|default=''}</td>
- <td>{:htmlentities(mask_email(isset($r['email']) ? $r['email'] : ''))}</td>
- <td>{:htmlentities(mask_phone(isset($r['phone']) ? $r['phone'] : ''))}</td>
- <td class="col-time">{$r.createtime_text|default=''}</td>
- </tr>
- {/volist}
- {empty name="rows"}
- <tr>
- <td colspan="{$detailColspan|default=9}" class="text-center text-muted">暂无记录</td>
- </tr>
- {/empty}
- </tbody>
- </table>
- </div>
- {/if}
- </div>
|