|
|
@@ -321,4 +321,60 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<!--暂估材料弹出 从人材机汇总中选择-->
|
|
|
+<div class="modal fade" id="selectPGLJ" data-backdrop="static">
|
|
|
+ <div class="modal-dialog modal-lg" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">从人材机汇总中选择</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
+ <span aria-hidden="true">×</span>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body" style="padding: 0px">
|
|
|
+ <div class="btn-toolbar" style="margin: 10px">
|
|
|
+ <div class="btn-group btn-group-sm mr-2">
|
|
|
+ <button type="button" class="btn btn-outline-primary pglj_sel_check_btn">全选</button>
|
|
|
+ <button type="button" class="btn btn-outline-primary pglj_sel_check_btn">全选主材</button>
|
|
|
+ <button type="button" class="btn btn-outline-primary pglj_sel_check_btn">全选设备</button>
|
|
|
+ </div>
|
|
|
+ <!--前面3个按钮 有选中状态,出现 取消 按钮-->
|
|
|
+ <button type="button" class="btn btn-outline-danger btn-sm mr-2 pglj_sel_check_btn">取消</button>
|
|
|
+ <div class="input-group input-group-sm mr-2" style="width:200px">
|
|
|
+ <input type="text" class="form-control form-control-sm" placeholder="查找" id="pglj_sel_input" value="">
|
|
|
+ <div class="input-group-append">
|
|
|
+ <button class="btn btn-outline-primary btn-sm" id="pglj_sel_btn_find" type="button"><i class="fa fa-search" aria-hidden="true"></i></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input pglj_sel_input" type="checkbox" id="pglj_sel_all" value="0">
|
|
|
+ <label class="form-check-label" for="pglj_sel_all">所有</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input pglj_sel_input pglj_sel_input_other" type="checkbox" id="pglj_sel_material" checked value="2">
|
|
|
+ <label class="form-check-label" for="pglj_sel_material">材</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input pglj_sel_input pglj_sel_input_other" type="checkbox" id="pglj_sel_main" checked value="4">
|
|
|
+ <label class="form-check-label" for="pglj_sel_main">主材</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input pglj_sel_input pglj_sel_input_other" type="checkbox" id="pglj_sel_eqp" checked value="5">
|
|
|
+ <label class="form-check-label" for="pglj_sel_eqp">设备</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-auto-height" style="margin-top:10px; border: 1px solid #ccc">
|
|
|
+ <div id="pglj_from_sheet" style="overflow: hidden;height: 100%"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-primary" id="pglj_sel_confirm" data-dismiss="modal">确定</button>
|
|
|
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">取消</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|