| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | <!--设置其他标段--><div class="modal fade" id="batch" data-backdrop="static">    <div class="modal-dialog" role="document">        <div class="modal-content">            <div class="modal-header">                <h5 class="modal-title">设置其他标段</h5>            </div>            <div class="modal-body">                <div class="alert alert-warning">将「<span id="shenpi-name"></span>」设置至其他标段</div>                <div class="modal-height-300" id="tender-list">                </div>            </div>            <div class="modal-footer">                <input type="hidden" id="shenpi_auditors" value="">                <input type="hidden" id="shenpi_code" value="">                <input type="hidden" id="shenpi_status" value="">                <button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">关闭</button>                <button type="button" class="btn btn-sm btn-primary" id="save-other-tender">确认</button>            </div>        </div>    </div></div><!--设置其他流程--><div class="modal fade" id="batch2" data-backdrop="static">    <div class="modal-dialog" role="document">        <div class="modal-content">            <div class="modal-header">                <h5 class="modal-title">设置其他流程</h5>            </div>            <div class="modal-body">                <div class="alert alert-warning">将「<span id="shenpi-name2"></span>」设置至其他流程</div>                <div class="modal-height-300" id="shenpi-list">                    <table class="table table-hover table-bordered">                        <thead>                        <th>名称</th>                        <th width="100">审批流程</th>                        <th width="40">选择</th>                        </thead>                        <tr>                            <td>预付款审批</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td></td>                        </tr>                        <tr>                            <td>台账审批</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td><input type="checkbox"></td>                        </tr>                        <tr>                            <td>台账修订</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td><input type="checkbox"></td>                        </tr>                        <tr>                            <td>计量期审批</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td><input type="checkbox"></td>                        </tr>                        <tr>                            <td>工程变更审批</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td><input type="checkbox"></td>                        </tr>                        <tr>                            <td>材料调差审批</td>                            <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>                            <td><input type="checkbox"></td>                        </tr>                    </table>                </div>            </div>            <div class="modal-footer">                <input type="hidden" id="shenpi_auditors2" value="">                <input type="hidden" id="shenpi_code2" value="">                <input type="hidden" id="shenpi_status2" value="">                <button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">关闭</button>                <button type="button" class="btn btn-sm btn-primary" id="save-other-shenpi">确认</button>            </div>        </div>    </div></div>
 |