cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!doctype html>
<html class="no-js">
<head>
    <meta charset="utf-8">
    <title>交付管理详情</title>
 
</head>
 
<body>
[#include "/business/pages/include/static.html" /]
[#include "/component/select.html" /]
[#include "/component/newsel.html" /]
[#include "/component/DatePicker.html" /]
[#include "/business/pages/include/print.html" /]
 [#include "/component/excExport.html" /]
<div class=" clearfix">
    <div class="nopadding" id="fsmCenter">
        <div class="deal_switch">
            <div class="dls_btn" id="dlsBtn">
                <a class="basicinfo focus"><span><em>基本信息</em></span></a>
                <a class="dealrem"><span><em>交付报告</em></span></a>
            </div>
        </div>
 
        <div class="deal_switch_wrap">
            <div class="deal_switch_con iframecon" style="display:block;">
                <table class="basicinfo2" width="100%">
                    <tr>
                        <th><label>创建人:</label></th>
                        <td><span class="infotxt">${info.userName}</span></td>
                        <th><label>创建时间:</label></th>
                        <td><span class="infotxt">${DateUtil.format("yyyy-MM-dd",info.createTime)}</span></td>
                    </tr>
                    <tr>
                        <th><label>年份:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_YEAR}年</span></td>
                    </tr>
                    <tr>
                        <th><label>项目:</label></th>
                        <td><span class="infotxt">${info.CUSTOMER_NAME}</span></td>
                        <th><label>子项目:</label></th>
                        <td><span class="infotxt">${info.SUB_CUSTOMER_NAME}</span></td>
                    </tr>
                    <tr>
                        <th><label>计划名称:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_NAME}</span></td>
                    </tr>
                    <tr>
                        <th><label>计划总则:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_ZZ}</span></td>
                    </tr>
                    <tr>
                        <th><label>适用范围:</label></th>
                        <td colspan="3"><span class="infotxt">${info.SY_RANGE}</span></td>
                    </tr>
                    <tr>
                        <th><label>总体概述:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_ZTGS}</span></td>
                    </tr>
                    <tr>
                        <th><label>服务质量管理计划:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_GLJH}</span></td>
                    </tr>
                    <tr>
                        <th><label>服务人员计划:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_RYJH}</span></td>
                    </tr>
                    <tr>
                        <th><label>服务技术管理:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_JSGL}</span></td>
                    </tr>
                    <tr>
                        <th><label>服务资源管理:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_ZYGL}</span></td>
                    </tr>
                    <tr>
                        <th><label>服务过程管理:</label></th>
                        <td colspan="3"><span class="infotxt">${info.PLAN_GCGL}</span></td>
                    </tr>
                </table>
            </div>
 
            <!-- 执行 -->
            <div class="deal_switch_con iframecon" style="display:none;">
                <div class="check_btn clearfix">
                    [@excExp id="printDiv" name="交付报告" /]
                    <a class="common print" href="javascript:printA4(1,'printDiv');"><span>打印</span></a>
                </div>
                <div class="device" id="printDiv" style="padding:0;border:0;">
                  <table border="0" class="reportTable">
                  <tr>
                     <td class="tdbg" width="65px">项目</td>
                     <td colspan="5" align="left">${info.CUSTOMER_NAME}</td>
                   </tr>
                  <tr>
                     <td class="tdbg">开始时间</td>
                     <td colspan="2">
                         ${DateUtil.format("yyyy-MM-dd",info.START_TIME)}
                     </td>
                     <td class="tdbg">结束时间</td>
                     <td colspan="2">
                         ${DateUtil.format("yyyy-MM-dd",info.END_TIME)}
                     </td>
                   </tr>
                   
                   <tr>
                     <td class="tdbg" colspan="6">项目内容</td>
                   </tr>
                   <tr>
                     <td colspan="6">
                         ${info.CUSTOMER_TEXT}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg" colspan="6">后期完善项目</td>
                   </tr>
                   <tr>
                     <td colspan="6">
                         ${info.PER_TEXT}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg" colspan="6">项目实施验收</td>
                   </tr>
                   <tr>
                     <td colspan="6">
                         ${info.AC_TEXT}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg" colspan="6">项目文档验收</td>
                   </tr>
                   <tr>
                     <td colspan="6">
                         ${info.FILE_TEXT}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg" colspan="6">项目结论验收</td>
                   </tr>
                   <tr>
                     <td colspan="6">
                         ${info.EPILOGUE_TEXT}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg" colspan="6">签字确认</td>
                   </tr>
                   <tr>
                     <td class="tdbg">客户方</td>
                     <td colspan="2">
                         ${info.CUSTOMER_SQ}
                     </td>
                     <td class="tdbg">实施方</td>
                     <td colspan="2">
                         ${info.PROTECT_AC}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg">客户方负责人</td>
                     <td colspan="2">
                         ${info.CUSTOMER_CHARGE}
                     </td>
                     <td class="tdbg" >实施方负责人</td>
                     <td colspan="2">
                         ${info.PROTECT_CHARGE}
                     </td>
                   </tr>
                   <tr>
                     <td class="tdbg">日期</td>
                     <td colspan="2">
                         ${DateUtil.format("yyyy-MM-dd",info.CUSTOMER_DATE)}
                     </td>
                     <td class="tdbg">日期</td>
                     <td colspan="2">
                         ${DateUtil.format("yyyy-MM-dd",info.PROTECT_DATE)}
                     </td>
                   </tr>
                  </table>
                  </div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript">
    $(function () {
        $("#dlsBtn>a").click(function () {
            var index = $("#dlsBtn>a").index(this);
            $("#dlsBtn>a").removeClass("focus");
            $(this).addClass("focus");
 
            var $dom = $("div.deal_switch_con:eq(" + index + ")");
            $("div.deal_switch_con").hide();
            $dom.show();
        });
    });
</script>
</body>
</html>