| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550 |
- <style>
- /*
- * 补加供应商:与初选 review 同一套结构/样式(轻量弹窗壳下 body 直接包表单)
- */
- body.is-dialog > .review-dialog-form.audit-append-form,
- .review-dialog-form.audit-append-form {
- display: flex;
- flex-direction: column;
- height: 100% !important;
- max-height: 100%;
- min-height: 0;
- box-sizing: border-box;
- padding: 8px 12px 0;
- overflow: hidden;
- margin: 0;
- background: #fff;
- }
- .audit-append-form .review-split {
- display: flex;
- flex-direction: column;
- flex: 1 1 0%;
- min-height: 0;
- gap: 8px;
- overflow: hidden;
- }
- .audit-append-form .review-split-left {
- flex: 0 0 auto !important;
- width: 100%;
- min-width: 0;
- height: auto !important;
- padding-bottom: 8px;
- border-bottom: 1px solid #e5e5e5;
- }
- .audit-append-form .review-merge-table-wrap {
- max-height: min(42vh, 360px);
- overflow: auto;
- border: 1px solid #e5e5e5;
- }
- .audit-append-form .review-merge-table {
- margin: 0;
- font-size: 12px;
- width: 100%;
- }
- .audit-append-form .review-merge-table > thead > tr > th {
- position: sticky;
- top: 0;
- z-index: 2;
- white-space: nowrap;
- background: #f5f5f5;
- border: 1px solid #ddd !important;
- padding: 3px 6px;
- line-height: 1.35;
- }
- .audit-append-form .review-merge-table > tbody > tr > td {
- padding: 3px 6px;
- line-height: 1.35;
- word-break: break-word;
- white-space: normal;
- vertical-align: middle;
- border: 1px solid #ddd !important;
- }
- .audit-append-form .review-deadline-row {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- gap: 8px 20px;
- margin-top: 8px;
- padding-top: 8px;
- border-top: 1px dashed #e0e0e0;
- width: 100%;
- }
- .audit-append-form .review-deadline-item {
- display: inline-flex !important;
- flex-direction: row !important;
- flex-wrap: nowrap !important;
- align-items: center !important;
- gap: 8px 10px;
- }
- .audit-append-form .review-deadline-row .review-field-label {
- flex-shrink: 0;
- margin: 0;
- font-weight: 600;
- font-size: 13px;
- color: #000;
- }
- .audit-append-form .procuremen-sys-rq-split .procuremen-sys-rq-fields {
- display: inline-flex !important;
- flex-direction: row !important;
- flex-wrap: nowrap !important;
- align-items: center !important;
- gap: 8px;
- max-width: 100%;
- }
- .audit-append-form .procuremen-sys-rq-split .procuremen-sys-rq-time-group {
- display: inline-flex !important;
- flex-direction: row !important;
- flex-wrap: nowrap !important;
- align-items: center !important;
- gap: 4px;
- flex: 0 0 auto;
- }
- .audit-append-form .procuremen-sys-rq-date,
- .audit-append-form .audit-delivery-deadline-input {
- display: inline-block !important;
- width: 148px !important;
- min-width: 132px;
- max-width: 148px;
- height: 32px;
- flex: 0 0 auto;
- }
- .audit-append-form .procuremen-sys-rq-hour,
- .audit-append-form .procuremen-sys-rq-minute,
- .audit-append-form select.form-control.procuremen-sys-rq-hour,
- .audit-append-form select.form-control.procuremen-sys-rq-minute {
- display: inline-block !important;
- float: none !important;
- width: 64px !important;
- min-width: 64px !important;
- max-width: 64px !important;
- height: 32px !important;
- padding: 4px 6px !important;
- margin: 0 !important;
- flex: 0 0 64px !important;
- box-sizing: border-box !important;
- }
- .audit-append-form .procuremen-sys-rq-colon {
- flex: 0 0 auto;
- color: #666;
- font-weight: 600;
- line-height: 32px;
- }
- .audit-append-form .review-deadline-input-wrap {
- display: inline-block;
- flex: 0 0 auto;
- vertical-align: middle;
- }
- .audit-append-form .review-selected-summary {
- flex: 0 0 52px !important;
- flex-grow: 0 !important;
- flex-shrink: 0 !important;
- flex-basis: 52px !important;
- width: 100%;
- margin: 0;
- padding: 6px 8px;
- background: #fafbfc;
- border: 1px solid #e3e8ee;
- border-radius: 3px;
- font-size: 12px;
- line-height: 1.4;
- height: 52px !important;
- min-height: 52px !important;
- max-height: 52px !important;
- overflow: hidden !important;
- box-sizing: border-box !important;
- }
- .audit-append-form .review-selected-top {
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- gap: 10px 14px;
- margin: 0 0 4px;
- min-width: 0;
- height: 18px;
- overflow: hidden;
- }
- .audit-append-form .review-selected-head {
- margin: 0;
- font-weight: 600;
- color: #333;
- flex-shrink: 0;
- white-space: nowrap;
- line-height: 18px;
- }
- .audit-append-form .review-selected-count {
- font-weight: 700;
- color: #3c8dbc;
- }
- .audit-append-form .review-selected-tip {
- margin: 0;
- padding: 0;
- border: none;
- background: transparent;
- color: #8a6d3b;
- font-size: 12px;
- line-height: 18px;
- flex: 1 1 auto;
- min-width: 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .audit-append-form .review-selected-tip .fa {
- margin-right: 4px;
- color: #f0ad4e;
- }
- /* 第二行固定槽位:empty / tags 叠放,勾选时不改变文档流高度 */
- .audit-append-form .review-selected-slot {
- position: relative;
- height: 20px;
- margin: 0;
- overflow: hidden;
- }
- .audit-append-form .review-selected-empty {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- margin: 0;
- color: #999;
- font-size: 12px;
- line-height: 20px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .audit-append-form .review-selected-tags {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- display: flex;
- flex-wrap: nowrap;
- gap: 4px 6px;
- align-items: center;
- margin: 0;
- height: 20px;
- overflow: hidden;
- }
- .audit-append-form .review-selected-summary.is-empty .review-selected-tags {
- visibility: hidden;
- pointer-events: none;
- }
- .audit-append-form .review-selected-summary:not(.is-empty) .review-selected-empty {
- visibility: hidden;
- pointer-events: none;
- }
- .audit-append-form .review-selected-chip {
- display: inline-flex;
- align-items: center;
- max-width: 100%;
- padding: 0 4px 0 8px;
- gap: 2px;
- height: 20px;
- font-size: 12px;
- color: #2c6f9c;
- background: #e8f4fb;
- border: 1px solid #c5dce8;
- border-radius: 2px;
- box-sizing: border-box;
- }
- .audit-append-form .review-chip-text {
- flex: 1 1 auto;
- min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 18px;
- }
- .audit-append-form .review-chip-remove {
- flex: 0 0 auto;
- margin: 0;
- padding: 0 2px;
- border: none;
- background: transparent;
- color: #c9302c;
- font-size: 15px;
- font-weight: 700;
- line-height: 1;
- cursor: pointer;
- }
- .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;
- }
- .audit-append-form .review-split-right {
- flex: 1 1 0% !important;
- min-height: 0 !important;
- height: auto !important;
- max-height: none !important;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .audit-append-form .review-company-panel {
- flex: 1 1 0% !important;
- width: 100%;
- min-height: 0 !important;
- height: 100% !important;
- max-height: none !important;
- display: flex;
- border: 1px solid #ddd;
- border-radius: 3px;
- background: #fff;
- overflow: hidden;
- box-sizing: border-box;
- }
- .audit-append-form .review-category-sidebar {
- flex: 0 0 196px;
- width: 196px;
- min-width: 196px;
- max-width: 196px;
- border-right: 1px solid #e0e0e0;
- background: #f9fafb;
- overflow-y: auto;
- font-size: 12px;
- }
- .audit-append-form .review-cat-head {
- padding: 6px 8px;
- font-weight: 600;
- color: #000;
- border-bottom: 1px solid #e5e5e5;
- background: #f0f2f5;
- }
- .audit-append-form .review-cat-item {
- display: block;
- padding: 5px 8px;
- color: #333;
- border-bottom: 1px solid #eee;
- cursor: pointer;
- line-height: 1.35;
- word-break: break-word;
- }
- .audit-append-form .review-cat-item:hover { background: #eef6fb; color: #2c6f9c; }
- .audit-append-form .review-cat-item.active {
- background: #3c8dbc;
- color: #fff;
- font-weight: 600;
- }
- .audit-append-form .review-cat-item .review-cat-count {
- opacity: 0.85;
- font-weight: normal;
- font-size: 11px;
- }
- .audit-append-form .review-company-main {
- flex: 1 1 0%;
- min-width: 0;
- min-height: 0;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .audit-append-form .review-company-toolbar {
- flex: 0 0 auto;
- padding: 6px 8px;
- border-bottom: 1px solid #eee;
- background: #fafafa;
- }
- .audit-append-form .review-company-toolbar .form-control {
- font-size: 12px;
- height: 30px;
- }
- .audit-append-form .review-table-scroll {
- flex: 1 1 0% !important;
- min-height: 0 !important;
- overflow: auto !important;
- font-size: 12px;
- scrollbar-gutter: stable;
- }
- .audit-append-form .review-table-scroll .table-responsive {
- margin-bottom: 0;
- overflow: visible;
- }
- .audit-append-form .review-company-table {
- margin-bottom: 0;
- table-layout: fixed;
- width: 100%;
- border-collapse: separate;
- border-spacing: 0;
- }
- .audit-append-form .review-company-table > thead > tr > th {
- position: sticky;
- top: 0;
- z-index: 2;
- background: #f5f5f5;
- }
- .audit-append-form .review-company-table > thead > tr > th,
- .audit-append-form .review-company-table > tbody > tr > td {
- padding: 3px 6px;
- line-height: 1.35;
- vertical-align: top;
- word-break: break-word;
- border: 1px solid #ddd;
- }
- .audit-append-form .review-company-table > thead > tr > th.review-th-cb,
- .audit-append-form .review-company-table > tbody > tr > td.review-td-cb {
- width: 34px !important;
- min-width: 34px !important;
- max-width: 34px !important;
- text-align: center;
- vertical-align: middle !important;
- padding-left: 2px;
- padding-right: 2px;
- }
- .audit-append-form .review-company-table .review-th-cb input[type="checkbox"],
- .audit-append-form .review-company-table .review-td-cb input[type="checkbox"] {
- margin: 0;
- vertical-align: middle;
- position: relative;
- top: 1px;
- }
- .audit-append-form tr.is-existing td { color: #999; background: #f7f7f7; }
- .audit-append-form .layer-footer {
- flex: 0 0 auto;
- width: 100%;
- box-sizing: border-box;
- margin: 0;
- padding: 8px 14px 8px 0;
- border-top: 1px solid #e5e5e5;
- background: #fafafa;
- text-align: right !important;
- }
- .audit-append-form .layer-footer .btn + .btn { margin-left: 8px; }
- </style>
- <form id="audit-append-form" class="review-dialog-form audit-append-form" role="form" style="margin:0;">
- {:token()}
- <input type="hidden" name="scydgy_id" id="audit-append-scydgy-id" value="{$scydgyId|htmlentities}"/>
- <input type="hidden" id="audit-append-existing-json" value="{$existingCompanyNamesJson|default='[]'|htmlentities}"/>
- <div class="review-split">
- <div class="review-split-left">
- <div class="review-merge-panel">
- <div class="review-merge-table-wrap">
- <table class="table table-bordered table-condensed review-merge-table">
- <thead>
- <tr>
- <th class="text-center" style="width:100px;">订单号</th>
- <th style="min-width:160px;">印件名称</th>
- <th>工序名称</th>
- <th class="text-center" style="width:56px;">单位</th>
- <th class="text-center" style="width:72px;">工作量</th>
- <th class="text-center" style="width:72px;">本次数量</th>
- <th class="text-center" style="width:72px;">最高限价</th>
- <th class="text-center" style="width:80px;">订法</th>
- <th style="min-width:120px;">备注</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{if condition="$pr.order_rowspan gt 1"} rowspan="{$pr.order_rowspan}"{/if}>{$pr.CYJMC|default=''}</td>
- {/if}
- <td>{$pr.CGYMC|default=''}</td>
- <td class="text-center">{$pr.CDW|default=''}</td>
- <td class="text-center">{$pr.NGZL|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>{$pr.MBZ|default=''}</td>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- </div>
- <div class="review-deadline-row">
- <div class="review-deadline-item">
- <span class="review-field-label">招标截止日期:</span>
- <div class="review-deadline-input-wrap procuremen-sys-rq-split is-readonly" id="audit-append-sys-rq-wrap" title="仅查看">
- <input type="hidden" id="audit-append-sys-rq" value="{$sysRq|default=''|htmlentities}"/>
- <div class="procuremen-sys-rq-fields" style="display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;">
- <input type="date" class="form-control procuremen-sys-rq-date" title="招标截止日期" readonly="readonly" disabled="disabled" tabindex="-1" style="width:148px;height:32px;"/>
- <div class="procuremen-sys-rq-time-group" style="display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:4px;">
- <select class="form-control procuremen-sys-rq-hour" disabled="disabled" tabindex="-1" style="width:64px;height:32px;display:inline-block;"></select>
- <span class="procuremen-sys-rq-colon">:</span>
- <select class="form-control procuremen-sys-rq-minute" disabled="disabled" tabindex="-1" style="width:64px;height:32px;display:inline-block;"></select>
- </div>
- </div>
- </div>
- </div>
- <div class="review-deadline-item">
- <span class="review-field-label">交货截止日期:</span>
- <input type="text" class="form-control audit-delivery-deadline-input" value="{$deliveryDeadline|default=''|htmlentities}" readonly="readonly" disabled="disabled" tabindex="-1"/>
- </div>
- </div>
- </div>
- <div class="review-selected-summary is-empty" id="review-selected-summary" aria-live="polite">
- <div class="review-selected-top">
- <div class="review-selected-head">
- 已选单位(<span class="review-selected-count" id="review-selected-count">0</span>)
- </div>
- <p class="review-selected-tip" role="note">
- <i class="fa fa-exclamation-triangle"></i>
- <strong>重要提示:</strong>确认后将向新选供应商<strong>发送短信与邮件</strong>;已下发过的供应商不可再选。
- </p>
- </div>
- <div class="review-selected-slot">
- <p class="review-selected-empty" id="review-selected-empty">暂未选择供应商</p>
- <div class="review-selected-tags" id="review-selected-tags"></div>
- </div>
- </div>
- <div class="review-split-right">
- <div class="review-company-panel">
- <aside class="review-category-sidebar" id="review-category-sidebar">
- <div class="review-cat-head">业务分组</div>
- <div id="review-category-list"></div>
- </aside>
- <div class="review-company-main">
- <div class="review-company-toolbar">
- <input type="text" class="form-control" id="review-company-search" placeholder="搜索供应商名称、姓名、邮箱、手机号、业务分类…" autocomplete="off"/>
- </div>
- <div class="review-table-scroll">
- <div class="table-responsive">
- <table class="table table-bordered table-hover table-striped table-condensed review-company-table">
- <colgroup>
- <col style="width:34px"/>
- <col style="width:27%"/>
- <col style="width:9%"/>
- <col style="width:16%"/>
- <col style="width:15%"/>
- <col style="width:27%"/>
- </colgroup>
- <thead>
- <tr>
- <th class="review-th-cb"><input type="checkbox" id="review-check-all"/></th>
- <th>供应商名称</th>
- <th>姓名</th>
- <th>邮箱</th>
- <th>手机号</th>
- <th>业务分类</th>
- </tr>
- </thead>
- <tbody id="review-company-tbody"></tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="layer-footer clearfix">
- <div class="pull-right">
- <button type="button" style="margin-right:20px" id="btn-audit-append-submit" class="btn procuremen-btn-slate btn-embossed">确认</button>
- <button type="button" style="margin-right:20px" class="btn btn-default btn-embossed btn-close" id="btn-audit-append-close">{:__('Close')}</button>
- </div>
- </div>
- </form>
|