廖井涛
2025-05-26 3a975df5b368bc68ee7a81d34920b209f2ff607b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<%@ page language="java" pageEncoding="UTF-8"%>
 
 
<!-- 操作确认 -->
<div class="modal fade" id="CZ_Sure" tabindex="-1" role="dialog"
    aria-labelledby="myModalLabel" aria-hidden="true">
    <form class="form-horizontal" role="form">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal"
                        aria-hidden="true">&times;</button>
                    <h3 class="modal-title" id="CZ_Title"></h3>
                </div>
                <div class="modal-body" style="text-align: left;">
                    <h3 id="MsgShow">
                        是否确认执行玻璃 &nbsp; <span id="czqr_Zhuangtai"
                            style="font-weight: bold"></span> &nbsp; <span id="czqr_Ming"
                            style="font-weight: bold"></span> &nbsp; 操作?
                    </h3>
                    <br/>
<!--                     <p id="p-yuanyin" style="font-size: 15px; font-weight: bold;display:none">
                        <span style="font-weight: bold">原因:</span> <span id="error_mingxi" style="font-color: red"></span>
                    </p> -->
                </div>
                <div class="modal-footer">
                <button type="button" class="btn btn-primary btn-lg"
                        data-dismiss="modal" id="btnCancel">取消</button>
                    <button type="button" class="btn btn-primary btn-lg"
                        id="btnSure">确定</button>
                </div>
            </div>
        </div>
    </form>
</div>
 
<!-- 信息提示 -->
<div class="modal fade" id="CZ_Msg" tabindex="-1" role="dialog"
    aria-labelledby="myModalLabel" aria-hidden="true">
    <form class="form-horizontal" role="form">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal"
                        aria-hidden="true">&times;</button>
                    <h3 class="modal-title" id="TK_AlertTitle">操作提示:</h3>
                </div>
                <div class="modal-body" style="text-align: left;">
                    <h3 id="MsgShow">
                        <span id="cz_Ming" style="font-weight: bold"></span> <span
                            id="cz_Zhuangtai" style="font-weight: bold"></span>
 
                    </h3>
                    <p style="font-size: 25px; font-weight: bold">
                        <span style="font-weight: bold">原因:</span> <span id="cz_mingxi"></span>
                    </p>
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-primary btn-lg"
                        data-dismiss="modal">确定</button>
                </div>
            </div>
        </div>
    </form>
</div>