| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- <style>
- body.is-dialog .audit-issue-wrap {
- padding: 12px 14px 0;
- max-width: 100%;
- box-sizing: border-box;
- }
- .audit-issue-wrap .audit-block-title {
- margin: 0 0 6px;
- font-weight: 600;
- font-size: 13px;
- color: #333;
- }
- .audit-issue-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;
- }
- .audit-issue-wrap .audit-table-wrap {
- max-height: 240px;
- overflow: auto;
- margin-bottom: 12px;
- border: 1px solid #e5e5e5;
- }
- .audit-issue-wrap .audit-process-table {
- margin: 0;
- font-size: 12px;
- table-layout: fixed;
- width: 100%;
- min-width: 980px;
- }
- .audit-issue-wrap .audit-process-table th {
- background: #f5f5f5;
- white-space: nowrap;
- font-weight: 600;
- padding: 6px 8px;
- vertical-align: middle;
- }
- .audit-issue-wrap .audit-process-table th.text-center,
- .audit-issue-wrap .audit-process-table td.text-center {
- text-align: center;
- }
- .audit-issue-wrap .audit-process-table td {
- padding: 6px 8px;
- vertical-align: middle;
- word-wrap: break-word;
- }
- .audit-issue-wrap .audit-table {
- margin: 0;
- font-size: 12px;
- }
- .audit-issue-wrap .audit-table th {
- background: #f5f5f5;
- white-space: nowrap;
- }
- .audit-issue-wrap .audit-table td {
- padding: 6px 8px;
- vertical-align: middle;
- word-wrap: break-word;
- }
- .audit-issue-wrap .audit-notify-pick-table td label {
- margin: 0;
- font-weight: normal;
- cursor: pointer;
- }
- .audit-issue-wrap .audit-notify-pick-table tbody tr {
- cursor: pointer;
- }
- .audit-issue-wrap .audit-deadline-row {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- gap: 8px 12px;
- margin: 0 0 12px;
- font-size: 13px;
- }
- .audit-issue-wrap .audit-deadline-row .audit-field-label {
- font-weight: 600;
- color: #333;
- white-space: nowrap;
- }
- .audit-issue-wrap .audit-deadline-input-wrap {
- flex: 1 1 220px;
- max-width: 300px;
- }
- .audit-issue-wrap .audit-deadline-input-wrap .input-group-addon {
- cursor: pointer;
- background: #f9f9f9;
- }
- .audit-issue-wrap .audit-deadline-input-wrap .form-control {
- height: 32px;
- font-size: 13px;
- cursor: pointer;
- background-color: #fff;
- }
- body.is-dialog .bootstrap-datetimepicker-widget.dropdown-menu {
- z-index: 19999999 !important;
- box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
- }
- </style>
- <div class="audit-issue-wrap">
- <div class="audit-table-wrap">
- <table class="table table-bordered table-condensed audit-process-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>
- <form id="audit-issue-form" class="form-horizontal" role="form" style="margin-bottom:0;">
- {:token()}
- <input type="hidden" name="scydgy_id" value="{$scydgyId|htmlentities}"/>
- <input type="hidden" id="audit-notify-groups-json" value="{$notifyGroupsJson|htmlentities}"/>
- <div class="audit-deadline-row">
- <span class="audit-field-label">截止时间:<span class="text-danger">*</span></span>
- <div class="audit-deadline-input-wrap input-group">
- <input type="text" id="audit-sys-rq" name="sys_rq" class="form-control"
- value="{$sysRq|default=''|htmlentities}"
- data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true"
- placeholder="请选择年月日时分" autocomplete="off" required="required"/>
- <span class="input-group-addon procuremen-sys-rq-addon" title="选择截止时间"><i class="fa fa-calendar"></i></span>
- </div>
- </div>
- </form>
- <p class="audit-notify-tip">
- 请勾选需要通知的供应商,点击「确认通知」后仅向已勾选项发送短信与邮件。本步骤发送后无法撤回,请仔细核对后再提交。
- </p>
- <div class="audit-table-wrap">
- <table class="table table-bordered table-condensed audit-table audit-notify-pick-table">
- <thead>
- <tr>
- <th class="text-center" style="width:42px;">
- <input type="checkbox" id="audit-notify-check-all" title="全选/取消"/>
- </th>
- <th>公司名称</th>
- <th style="width:88px;">联系人</th>
- <th style="min-width:160px;">邮箱</th>
- <th style="width:120px;">手机号</th>
- <th style="min-width:200px;">通知工序</th>
- </tr>
- </thead>
- <tbody id="audit-notify-tbody">
- {volist name="notifyGroups" id="co" key="k"}
- <tr>
- <td class="text-center">
- <label>
- <input type="checkbox" class="audit-notify-pick" name="audit_notify_pick[]" value="{$k-1}"/>
- </label>
- </td>
- <td>{$co.name|default=''|htmlentities}</td>
- <td>{$co.username|default=''|htmlentities}</td>
- <td>{$co.email|default=''|htmlentities}</td>
- <td>{$co.phone|default=''|htmlentities}</td>
- <td>{$co.process_text|default=''|htmlentities}</td>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- <div class="form-group layer-footer">
- <div class="row procuremen-audit-issue-footer-row">
- <div class="col-xs-12 procuremen-audit-issue-footer-btns">
- <button type="button" style="margin-right: 20px" class="btn btn-primary btn-embossed" id="btn-audit-issue-submit">
- <i class="fa fa-paper-plane"></i> 确认通知
- </button>
- <button type="button" style="margin-right: 20px" class="btn btn-default btn-embossed" id="btn-audit-issue-close">
- <i class="fa fa-times"></i> 关闭
- </button>
- </div>
- </div>
- </div>
- </div>
|