Browse Source

付款新建bug 问题修复,页面编号调整

ly 10 months ago
parent
commit
724acd8e45
24 changed files with 147 additions and 146 deletions
  1. 11 0
      src/main/java/com/liang/entity/StaPayapproval.java
  2. 3 1
      src/main/resources/mapper/StaPayapprovalDao.xml
  3. 40 40
      src/main/resources/mapper/StaTempmemberDao.xml
  4. 1 1
      src/main/resources/templates/annualbudget/list.html
  5. 51 63
      src/main/resources/templates/payapply/adds.html
  6. 4 4
      src/main/resources/templates/payapply/list.html
  7. 2 2
      src/main/resources/templates/payapply/list_projectes.html
  8. 1 1
      src/main/resources/templates/payapply/mylist.html
  9. 1 1
      src/main/resources/templates/payapply/update.html
  10. 1 1
      src/main/resources/templates/payapply/view.html
  11. 1 1
      src/main/resources/templates/prjcontract/list.html
  12. 2 2
      src/main/resources/templates/reimburse/list.html
  13. 2 2
      src/main/resources/templates/stabudgetapproval/list_apply.html
  14. 2 2
      src/main/resources/templates/stabudgetapproval/list_imprest.html
  15. 2 2
      src/main/resources/templates/stabudgetapproval/list_imprest_my.html
  16. 2 2
      src/main/resources/templates/stafeemanage/list_allapply.html
  17. 2 2
      src/main/resources/templates/stafeemanage/list_approving.html
  18. 3 3
      src/main/resources/templates/statistical/expertFee.html
  19. 3 3
      src/main/resources/templates/statistical/indirectCosts.html
  20. 3 3
      src/main/resources/templates/statistical/material.html
  21. 2 2
      src/main/resources/templates/statistical/outPay.html
  22. 3 3
      src/main/resources/templates/statistical/printingFee.html
  23. 2 2
      src/main/resources/templates/statistical/sourceFee.html
  24. 3 3
      src/main/resources/templates/statistical/tempMember.html

+ 11 - 0
src/main/java/com/liang/entity/StaPayapproval.java

@@ -86,6 +86,17 @@ public class StaPayapproval implements Serializable {
86 86
 
87 87
     private String nf;
88 88
 
89
+
90
+    private Double zfje;
91
+
92
+    public Double getZfje() {
93
+        return zfje;
94
+    }
95
+
96
+    public void setZfje(Double zfje) {
97
+        this.zfje = zfje;
98
+    }
99
+
89 100
     public String getNf() {
90 101
         return nf;
91 102
     }

+ 3 - 1
src/main/resources/mapper/StaPayapprovalDao.xml

@@ -19,6 +19,7 @@
19 19
         <result property="erpbh" column="ERPBH" jdbcType="VARCHAR"/>
20 20
         <result property="xmmc" column="XMMC" jdbcType="VARCHAR"/>
21 21
         <result property="nf" column="NF" jdbcType="VARCHAR"/>
22
+        <result property="zfje" column="ZFJE" jdbcType="DOUBLE"/>
22 23
     </resultMap>
23 24
 
24 25
     <!--查询单个-->
@@ -30,7 +31,8 @@
30 31
                c.HTMC,
31 32
                c.WJ   as HTWJ,
32 33
                p.JHMC as FKJHMC,
33
-               b.CJSJ as CJRQ
34
+               b.CJSJ as CJRQ,
35
+               p.ZFJE
34 36
         from sta_PayApproval b
35 37
                  left join prj_PayPlan p on p.ID = b.FKJH
36 38
                  left join prj_Contract c on c.ID = b.HT

+ 40 - 40
src/main/resources/mapper/StaTempmemberDao.xml

@@ -317,47 +317,47 @@
317 317
 
318 318
     <!-- 通过条件查询临时费用信息 -->
319 319
     <select id="searchTemeMemberCost" resultType="HashMap">
320
-        SELECT
321
-        sta_TempMember.ID,
322
-        sys_dept_info.dept_name AS BM,
323
-        sta_BudgetApproval.XMMC,
324
-        sta_BudgetApproval.SQJE,
325
-        sta_BudgetApproval.ERPBH,
326
-        sta_Reimbursement.BZJE,
327
-        sta_BudgetApproval.BH AS ApprovalBH,
328
-        sta_BudgetApproval.NF,
329
-        base_Person.XM AS XMFZR,
330
-        base_ProjectType.XMLXMC,
331
-        sta_TempMember.XM,
332
-        sta_TempMember.SFZH,
333
-        CAST ( sta_TempMember.QSRQ AS DATE ) AS QSRQ,
334
-        CAST ( sta_TempMember.JSRQ AS DATE ) AS JSRQ,
335
-        sta_TempMember.FYSQ,
336
-        sta_TempMember.BZFY,
337
-        sta_TempMember.BYXX,
338
-        sta_TempMember.ZY,
339
-        sta_TempMember.XL,
340
-        sta_TempMember.GZDD,
341
-        sta_BudgetApproval.BH AS BudgetBH,
342
-        CASE
320
+            SELECT
321
+            sta_TempMember.ID,
322
+            sys_dept_info.dept_name AS BM,
323
+            sta_BudgetApproval.XMMC,
324
+            sta_BudgetApproval.SQJE,
325
+            sta_BudgetApproval.ERPBH,
326
+            sta_Reimbursement.BZJE,
327
+            sta_BudgetApproval.BH AS ApprovalBH,
328
+            sta_BudgetApproval.NF,
329
+            base_Person.XM AS XMFZR,
330
+            base_ProjectType.XMLXMC,
331
+            sta_TempMember.XM,
332
+            sta_TempMember.SFZH,
333
+            CAST ( sta_TempMember.QSRQ AS DATE ) AS QSRQ,
334
+            CAST ( sta_TempMember.JSRQ AS DATE ) AS JSRQ,
335
+            sta_TempMember.FYSQ,
336
+            sta_TempMember.BZFY,
337
+            sta_TempMember.BYXX,
338
+            sta_TempMember.ZY,
339
+            sta_TempMember.XL,
340
+            sta_TempMember.GZDD,
341
+            sta_BudgetApproval.BH AS BudgetBH,
342
+            CASE
343 343
 
344
-        WHEN sta_BudgetApproval.SFBYJ = 0 THEN
345
-        '否'
346
-        WHEN sta_BudgetApproval.SFBYJ = 1 THEN
347
-        '是' ELSE CAST ( sta_BudgetApproval.SFBYJ AS VARCHAR ( 11 ) )
348
-        END AS SFBYJ,
349
-        CAST ( sta_BudgetApproval.SQSJ AS DATE ) AS SQSJ
350
-        FROM
351
-        sta_TempMember
352
-        LEFT JOIN sta_BudgetApproval ON sta_TempMember.ZB = sta_BudgetApproval.ID
353
-        LEFT JOIN prj_Project ON sta_BudgetApproval.XMID = prj_Project.ID
354
-        LEFT JOIN base_Person ON sta_BudgetApproval.XMFZR = base_Person.ID
355
-        LEFT JOIN sys_dept_info ON sta_BudgetApproval.SSBM = sys_dept_info.dept_id
356
-        LEFT JOIN base_ProjectType ON sta_BudgetApproval.XMLX = base_ProjectType.XMLX
357
-        LEFT JOIN sta_Reimbursement ON sta_BudgetApproval.ID = sta_Reimbursement.FYSQ
358
-        WHERE
359
-        sta_BudgetApproval.XMMC != 'NULL'
360
-        AND sta_BudgetApproval.SPZT != '作废'
344
+            WHEN sta_BudgetApproval.SFBYJ = 0 THEN
345
+            '否'
346
+            WHEN sta_BudgetApproval.SFBYJ = 1 THEN
347
+            '是' ELSE CAST ( sta_BudgetApproval.SFBYJ AS VARCHAR ( 11 ) )
348
+            END AS SFBYJ,
349
+            CAST ( sta_BudgetApproval.SQSJ AS DATE ) AS SQSJ
350
+            FROM
351
+            sta_TempMember
352
+            LEFT JOIN sta_BudgetApproval ON sta_TempMember.ZB = sta_BudgetApproval.ID
353
+            LEFT JOIN prj_Project ON sta_BudgetApproval.XMID = prj_Project.ID
354
+            LEFT JOIN base_Person ON sta_BudgetApproval.XMFZR = base_Person.ID
355
+            LEFT JOIN sys_dept_info ON sta_BudgetApproval.SSBM = sys_dept_info.dept_id
356
+            LEFT JOIN base_ProjectType ON sta_BudgetApproval.XMLX = base_ProjectType.XMLX
357
+            LEFT JOIN sta_Reimbursement ON sta_BudgetApproval.ID = sta_Reimbursement.FYSQ
358
+            WHERE
359
+            sta_BudgetApproval.XMMC != 'NULL'
360
+            AND sta_BudgetApproval.SPZT != '作废'
361 361
         <if test="xmmc != null and xmmc != ''">
362 362
             AND sta_BudgetApproval.XMMC LIKE '%'+#{xmmc}+'%'
363 363
         </if>

+ 1 - 1
src/main/resources/templates/annualbudget/list.html

@@ -109,7 +109,7 @@
109 109
 <!--                <button class="layui-btn layui-btn-sm data-add-btn" lay-event="fyApply">-->
110 110
 <!--                    <i class="layui-icon layui-icon-list" style="font-size: 10px;"></i>费用申请-->
111 111
 <!--                </button>-->
112
-                <button class="layui-btn layui-btn-sm" lay-event="exportExcel">
112
+                <button class="layui-btn layui-btn-sm" lay-event="exportExcel" style="background-color: black">
113 113
                     <i class="layui-icon layui-icon-export" style="font-size: 10px;"></i>导出列表
114 114
                 </button>
115 115
                 <button class="layui-btn layui-btn-sm" lay-event="tongBu" style="background: #FF8040"

+ 51 - 63
src/main/resources/templates/payapply/adds.html

@@ -38,7 +38,7 @@
38 38
         <div class="layui-form-item layui-inline" style="width: 100%">
39 39
             <label class="layui-form-label required" style="width: 60px">合同</label>
40 40
             <div class="layui-input-inline" style="width: 380px">
41
-                <input type="hidden" id="hts" name="hts" class="layui-input" lay-verify="required"
41
+                <input type="hidden" id="htmc" name="htmc" class="layui-input" lay-verify="required"
42 42
                        lay-reqtext="合同名称不能为空">
43 43
                 <input type="hidden" id="htes" name="htes" class="layui-input">
44 44
                 <select name="ht" id="ht" lay-filter="ht" lay-verify="required" lay-reqtext="合同不能为空" lay-search=“”>
@@ -151,9 +151,12 @@
151 151
 
152 152
         //监听合同
153 153
         form.on('select(ht)', function (data) {
154
+            var rws = document.getElementById('rwsmc').value;
155
+            if (rws === null){
156
+                layer.msg('请先选择任务书!');
157
+                return false;
154 158
 
155
-
156
-            console.log('ht'+htList);
159
+            }
157 160
             var len = $("#fkjh")[0].length;
158 161
             console.log('len'+len);
159 162
             while (len > 1) {
@@ -179,7 +182,6 @@
179 182
                         break;
180 183
                     }
181 184
                 }
182
-
183 185
                 $.ajax({
184 186
                     url: AjaxUtil.ctx + 'prjPayplan/list/' + data.value,
185 187
                     type: "post",
@@ -202,30 +204,13 @@
202 204
             return false;
203 205
         });
204 206
 
207
+        // 用于存放验收资料文件
208
+        var dataYszl = new Array();
209
+
210
+        // 用于存放合同文件
211
+        var dataHtwj = new Array();
205 212
         //任务书
206 213
         form.on('select(ht)', function (data) {
207
-            var len = $("#ht")[0].length;
208
-            while (len > 2)
209
-                $("#ysrws")[0].options[--len].remove();
210
-            if (data.value == "") {
211
-                $("#ysrws").val(0);
212
-                $("#rws").val('');
213
-                $("#rwsmc").val('');
214
-                $("#qs").val('');
215
-                $("#wc").val('');
216
-                $("#xmzxq").val('');
217
-                $("#xmmc").val('');
218
-                $("#erpbh").val('');
219
-                $("#xmlx").val('');
220
-                $("#xmlxmc").val('');
221
-                $("#xmfzr").val('');
222
-                $("#xmfzrxm").val('');
223
-                $("#ssbm").val('');
224
-                $("#ssbmmc").val('');
225
-                $("#rwsys").val('');
226
-                form.render();
227
-            }
228
-
229 214
             if (data.value == "-1") {
230 215
                 parent.layer.open({
231 216
                     title: '浏览任务书',
@@ -238,27 +223,56 @@
238 223
                         rwsId = localStorage.getItem("rws");
239 224
                         var updateflag = localStorage.getItem("updateflag");
240 225
                         if (updateflag == "1") {
226
+                            document.getElementById('htje').value = localStorage.getItem('htje');
241 227
                             var htmc = localStorage.getItem("htmc");
242 228
                             var id = localStorage.getItem("id");
243 229
                             $("#ht").append("<option value=" + id + " selected>" + htmc + "</option>");
244
-                            $("#htes").val(id);
245
-                            $("#hts").val(htmc);
246
-                            $("#htes").val(localStorage.getItem("htmc"));
247
-                            $('#htje').val(localStorage.getItem('htje'));
230
+                            document.getElementById('htmc').value = localStorage.getItem('htmc');
231
+                            var wjString = localStorage.getItem("wj");
232
+                            var yszlString = localStorage.getItem("yszl");
233
+                            var wj = JSON.parse(wjString);
234
+                            var yszl = JSON.parse(yszlString);
235
+
236
+                            dataHtwj.splice(0, dataHtwj.length);
237
+                            dataYszl.splice(0, dataYszl.length);
238
+                            dataHtwj.push.apply(dataHtwj, wj);
239
+                            dataYszl.push.apply(dataYszl, yszl);
240
+
241
+                            console.log(currTable1);
242
+                            currTable1.reload();
243
+                            currTable2.reload();
244
+
248 245
 
249 246
                             $.ajax({
250
-                                url: AjaxUtil.ctx + 'prjPayplan/list/' + id,
247
+                                url: AjaxUtil.ctx + 'prjPayplan/list/'+id,
251 248
                                 type: "post",
252 249
                                 async: false,
253 250
                                 dataType: "json",
254 251
                                 success: function (result) {
255
-                                    while (len > 1)
256
-                                        $("#fkjh")[0].options[--len].remove();
257
-
252
+                                  /*  while (len > 1)
253
+                                        $("#fkjh")[0].options[--len].remove();*/
258 254
                                     var dataFkjh = result.data.rows;
259
-                                    for (let item of dataFkjh) {
255
+                                    console.log('list'+result);
256
+                                   /* for (let item of dataFkjh) {
260 257
                                         $("#fkjh").append("<option value=" + item.id + ">" + item.jhmc + " / " + item.zfje + "</option>");
261
-                                    }
258
+                                    }*/
259
+
260
+                                    // 假设data是包含合同数据的数组
261
+                                    // 通过id获取select元素的DOM对象
262
+                                    console.log('fkjh'+dataFkjh);
263
+                                    var selectElement = document.getElementById('fkjh');
264
+                                    // 清空select元素的选项
265
+                                    selectElement.innerHTML = '';
266
+                                    // 遍历数据,创建并添加option元素到select元素中
267
+                                    dataFkjh.forEach(function(item) {
268
+                                        var optionElement = document.createElement('option');
269
+                                        optionElement.value = item.id;
270
+                                        optionElement.innerText = item.jhmc+' / '+item.zfje;
271
+                                        selectElement.appendChild(optionElement);
272
+                                    });
273
+
274
+
275
+
262 276
                                 }
263 277
                             });
264 278
 
@@ -319,34 +333,8 @@
319 333
                             $("#rws").val(fysqid);
320 334
                             $("#rwsmc").val(rwsmc);
321 335
                             $("#fysqmc").val(localStorage.getItem("fysqmc"));
336
+                            $('#fysq').val(fysqid);
322 337
                             console.log('这个id是'+fysqid);
323
-                            if (fysqid != null){
324
-                                // 根据 费用申请号 ,查询合同数据
325
-                                AjaxUtil.post({
326
-                                    url: AjaxUtil.ctx + 'staPayapproval/getHt?fysqid='+fysqid,
327
-                                    success: function (res) {
328
-                                        var datas = res.data;
329
-                                        htList = datas;
330
-                                        console.log('gtlist'+ htList);
331
-                                        // 假设data是包含合同数据的数组
332
-                                        // 通过id获取select元素的DOM对象
333
-                                        var selectElement = document.getElementById('ht');
334
-                                        // 清空select元素的选项
335
-                                        selectElement.innerHTML = '';
336
-                                        // 遍历数据,创建并添加option元素到select元素中
337
-                                        datas.forEach(function(item) {
338
-                                            var optionElement = document.createElement('option');
339
-                                            optionElement.value = item.id;
340
-                                            optionElement.innerText = item.htmc;
341
-                                            selectElement.appendChild(optionElement);
342
-                                        });
343
-                                    },
344
-                                    error: function (error) {
345
-                                        Message.error(error.message, 1000)
346
-                                    }
347
-                                });
348
-
349
-                            }
350 338
                         } else {
351 339
                             $("#ysrws").val(0);
352 340
                             $("#rws").val('');

+ 4 - 4
src/main/resources/templates/payapply/list.html

@@ -31,7 +31,7 @@
31 31
                         </div>
32 32
 
33 33
                         <div class="layui-inline">
34
-                            <label class="layui-form-label" style="width: 90px;">编号</label>
34
+                            <label class="layui-form-label" style="width: 90px;">科研编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" name="bh" autocomplete="off" class="layui-input">
37 37
                             </div>
@@ -191,16 +191,16 @@
191 191
                     {type: 'numbers', fixed: 'left'},
192 192
                     {field: 'spzt', width: '11%',title: '审批状态', fixed: 'left'},
193 193
                     {field: 'rwsmc', width: '11%', title: '项目名称', fixed: 'left'},
194
-                    {field: 'bh', width: '11%', title: '费用申请编号'},
194
+                    {field: 'bh', width: '11%', title: '科研编号'},
195 195
                     {field: 'erpbh', width: '10%', title: 'ERP编号'},
196 196
                     {field: 'nf',width: '7%',title: '年份'},
197 197
                     {field: 'htmc', width: '11%', title: '合同'},
198 198
                     {field: 'fysqmc', width: '15%',title: '费用申请'},
199
-                    {field: 'bcfkje', width: '10%', title: '本次付款金额(万元)'},
199
+                    {field: 'bcfkje', width: '10%', title: '本次付款金额(万元)',align: 'right'},
200 200
                     {field: 'fkjhmc', width: '12%', title: '付款计划'},
201 201
                     {field: 'cjrxm', width: '7%', title: '创建人'},
202 202
                     {field: 'cjrq', width: '8%', title: '创建时间', align: 'center'},
203
-                    {field: 'htje', title: '合同金额(万元)' ,width: '8%'}
203
+                    {field: 'htje', title: '合同金额(万元)' ,width: '8%',align: 'right'}
204 204
                 ]
205 205
             ],
206 206
             autoSort: false,

+ 2 - 2
src/main/resources/templates/payapply/list_projectes.html

@@ -148,7 +148,7 @@
148 148
             console.log(project);
149 149
             obj.tr.addClass('layui-bg-blue').siblings().removeClass('layui-bg-blue');
150 150
 
151
-            localStorage.setItem("id", project.fysqid);
151
+            localStorage.setItem("id", project.id);
152 152
             localStorage.setItem("htmc", project.htmc == null ? '' : project.htmc);
153 153
             localStorage.setItem("rwsmc", project.rwsmc == null ? '' : project.rwsmc);
154 154
             localStorage.setItem("yszl", project.yszl == null ? '' : project.yszl);
@@ -162,7 +162,7 @@
162 162
             project = obj.data;
163 163
             obj.tr.addClass('layui-bg-blue').siblings().removeClass('layui-bg-blue');
164 164
 
165
-            localStorage.setItem("id", project.fysqid);
165
+            localStorage.setItem("id", project.id);
166 166
             localStorage.setItem("htmc", project.htmc == null ? '' : project.htmc);
167 167
             localStorage.setItem("rwsmc", project.rwsmc == null ? '' : project.rwsmc);
168 168
             localStorage.setItem("yszl", project.yszl == null ? '' : project.yszl);

+ 1 - 1
src/main/resources/templates/payapply/mylist.html

@@ -25,7 +25,7 @@
25 25
                             </select>
26 26
                         </div>
27 27
                         <label class="layui-form-label" style="width: 60px">费用申请</label>
28
-                        <div class="layui-input-inline" style="width: 400px">
28
+                        <div class="layui-input-inline" style="width: 150px">
29 29
                             <input type="text" name="fysqmc" autocomplete="off" class="layui-input">
30 30
                         </div>
31 31
                         <label class="layui-form-label" style="width: 60px">创建人</label>

+ 1 - 1
src/main/resources/templates/payapply/update.html

@@ -48,7 +48,7 @@
48 48
         </div>
49 49
         <div class="layui-form-item layui-inline" style="width: 100%">
50 50
             <label class="layui-form-label required" style="width: 60px">付款计划</label>
51
-            <input type="hidden" id="fkjhmc" name="fkjhmc" class="layui-input" th:value="${payapproval.fkjhmc}"
51
+            <input type="hidden" id="fkjhmc" name="fkjhmc" class="layui-input" th:value="${payapproval.fkjhmc}+' / '+${payapproval.zfje}"
52 52
                    readonly>
53 53
             <div class="layui-input-inline" style="width: 380px">
54 54
                 <select name="fkjh" id="fkjh" lay-filter="fkjh" lay-verify="required" lay-reqtext="付款计划不能为空">

+ 1 - 1
src/main/resources/templates/payapply/view.html

@@ -42,7 +42,7 @@
42 42
         <div class="layui-form-item layui-inline" style="width: 100%">
43 43
             <label class="layui-form-label" style="width: 60px">付款计划</label>
44 44
             <div class="layui-input-inline" style="width: 380px">
45
-                <input type="text" id="fkjhmc" name="fkjhmc" class="layui-input" th:value="${payapproval.fkjhmc}"
45
+                <input type="text" id="fkjhmc" name="fkjhmc" class="layui-input" th:value="${payapproval.fkjhmc}+' / '+${payapproval.zfje}"
46 46
                        readonly>
47 47
             </div>
48 48
             <label class="layui-form-label" style="width: 130px; margin-left: -10px">本次付款金额(万元)</label>

+ 1 - 1
src/main/resources/templates/prjcontract/list.html

@@ -87,7 +87,7 @@
87 87
                     {type: 'numbers', align: 'center'},
88 88
                     {field: 'htmc', width: '20%', title: '合同名称', align: 'left'},
89 89
                     {field: 'rwsmc', width: '30%', title: '任务书', align: 'left'},
90
-                    {field: 'htje', width: '10%', title: '合同金额(万元)', align: 'left'},
90
+                    {field: 'htje', width: '10%', title: '合同金额(万元)', align: 'right'},
91 91
                     {field: 'cjrxm', width: '8%', title: '创建人', align: 'center'},
92 92
                     {field: 'cjsj', width: '10%', title: '创建时间', align: 'center'}
93 93
                 ]

+ 2 - 2
src/main/resources/templates/reimburse/list.html

@@ -31,7 +31,7 @@
31 31
                         </div>
32 32
 
33 33
                         <div class="layui-inline">
34
-                            <label class="layui-form-label" style="width: 100px;">费用申请编号</label>
34
+                            <label class="layui-form-label" style="width: 100px;">科研编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" name="fysqbh" autocomplete="off" class="layui-input">
37 37
                             </div>
@@ -173,7 +173,7 @@
173 173
                     {field: 'spzt', width: '10%',title: '审批状态',fixed: 'left'},
174 174
                     {field: 'xmmc', width: '20%', title: '项目名称', fixed: 'left'},
175 175
                     {field: 'mc', width: '20%', title: '报账名称', fixed: 'left'},
176
-                    {field: 'fysqbh', width: '10%',title: '费用申请编号'},
176
+                    {field: 'fysqbh', width: '10%',title: '科研编号'},
177 177
                     {field: 'nf',title: '年份',width: '10%'},
178 178
                     {field: 'erpbh', width: '10%',title: 'ERP编号'},
179 179
                     {field: 'bzje', width: '8%', title: '报账金额(元)'},

+ 2 - 2
src/main/resources/templates/stabudgetapproval/list_apply.html

@@ -52,7 +52,7 @@
52 52
                             </div>
53 53
                         </div>
54 54
                         <div class="layui-inline">
55
-                            <label class="layui-form-label" style="width: 70px;">号</label>
55
+                            <label class="layui-form-label" style="width: 70px;">科研费号</label>
56 56
                             <div class="layui-input-inline" style="width: 140px;">
57 57
                                 <input type="text" id="bh" name="bh" autocomplete="off" class="layui-input">
58 58
                             </div>
@@ -262,7 +262,7 @@
262 262
                     {type: "checkbox", fixed: 'left'},
263 263
                     {type: 'numbers', align: 'center', fixed: 'left'},
264 264
                     {field: 'spzt', width: '10%', title: '审批状态', sort: true},
265
-                    {field: 'bh', width: '8%', title: '号'},
265
+                    {field: 'bh', width: '8%', title: '科研费号'},
266 266
                     {field: 'xmmc', width: '25%', title: '项目名称'},
267 267
                     {field: 'sqmc', width: '25%', title: '申请名称'},
268 268
                     {field: 'erpbh', width: '10%', title: 'ERP编号'},

+ 2 - 2
src/main/resources/templates/stabudgetapproval/list_imprest.html

@@ -29,7 +29,7 @@
29 29
                             </div>
30 30
                         </div>
31 31
                         <div class="layui-inline">
32
-                            <label class="layui-form-label" style="width: 70px; margin-left: -10px">号</label>
32
+                            <label class="layui-form-label" style="width: 70px; margin-left: -10px">科研费号</label>
33 33
                             <div class="layui-input-inline" style="width: 140px">
34 34
                                 <input type="text" id="bh" name="bh" autocomplete="off" class="layui-input">
35 35
                             </div>
@@ -146,7 +146,7 @@
146 146
                     {type: "checkbox", fixed: 'left'},
147 147
                     {type: 'numbers', align: 'center', fixed: 'left'},
148 148
                     {field: 'spzt', width: '10%', title: '审批状态', sort: true},
149
-                    {field: 'bh', width: '9%', title: '号'},
149
+                    {field: 'bh', width: '9%', title: '科研费号'},
150 150
                     {field: 'xmmc', width: '20%', title: '项目名称'},
151 151
                     {field: 'sqmc', width: '25%', title: '申请名称'},
152 152
                     {field: 'nf', width: '5%', title: '年份'},

+ 2 - 2
src/main/resources/templates/stabudgetapproval/list_imprest_my.html

@@ -29,7 +29,7 @@
29 29
               </div>
30 30
             </div>
31 31
             <div class="layui-inline">
32
-              <label class="layui-form-label" style="width: 60px; margin-left: -10px">申请编号</label>
32
+              <label class="layui-form-label" style="width: 60px; margin-left: -10px">科研费号</label>
33 33
               <div class="layui-input-inline" style="width: 150px">
34 34
                 <input type="text" id="bh" name="bh" autocomplete="off" class="layui-input">
35 35
               </div>
@@ -151,7 +151,7 @@
151 151
           {type: 'numbers', align: 'center', fixed: 'left'},
152 152
           {field: 'xmmc', width: '15%',title: '项目名称',fixed: "left"},
153 153
           {field: 'spzt', width: '10%',title: '审批状态', sort: true},
154
-          {field: 'bh', width: '9%',title: '号'},
154
+          {field: 'bh', width: '9%',title: '科研费号'},
155 155
           {field: 'sqmc', width: '25%', title: '申请名称'},
156 156
           {field: 'nf', width: '5%', title: '年份'},
157 157
           {field: 'sqje', width: '7%', title: '申请金额(元)'},

+ 2 - 2
src/main/resources/templates/stafeemanage/list_allapply.html

@@ -30,7 +30,7 @@
30 30
                             </div>
31 31
                         </div>
32 32
                         <div class="layui-inline">
33
-                            <label class="layui-form-label" style="width: 90px">号</label>
33
+                            <label class="layui-form-label" style="width: 90px">科研费号</label>
34 34
                             <div class="layui-input-inline" style="width: 150px">
35 35
                                 <input type="text" id="bh" name="bh" autocomplete="off" class="layui-input">
36 36
                             </div>
@@ -322,7 +322,7 @@
322 322
                     {type: 'numbers', align: 'center', fixed: 'left'},
323 323
                     {field: 'xmmc', width: '20%', title: '项目名称',fixed: "left"},
324 324
                     {field: 'spzt', width: '9%', title: '审批状态', sort: true},
325
-                    {field: 'bh', width: '8%', title: '号'},
325
+                    {field: 'bh', width: '8%', title: '科研费号'},
326 326
                     {field: 'sqmc', width: '25%', title: '申请名称'},
327 327
                     {field: 'erpbh', width: '9%', title: 'ERP编号'},
328 328
                     {field: 'xmlxmc', width: '10%', title: '项目类型'},

+ 2 - 2
src/main/resources/templates/stafeemanage/list_approving.html

@@ -29,7 +29,7 @@
29 29
                             </div>
30 30
                         </div>
31 31
                         <div class="layui-inline">
32
-                            <label class="layui-form-label" style="width: 90px">费用申请编号</label>
32
+                            <label class="layui-form-label" style="width: 90px">科研费号</label>
33 33
                             <div class="layui-input-inline" style="width: 150px">
34 34
                                 <input type="text" id="bh" name="bh" autocomplete="off" class="layui-input">
35 35
                             </div>
@@ -293,7 +293,7 @@
293 293
                     {type: 'numbers', align: 'center', fixed: 'left'},
294 294
                     {field: 'xmmc', width: '20%', title: '项目名称',fixed: "left"},
295 295
                     {field: 'spzt', width: '9%', title: '审批状态', sort: true},
296
-                    {field: 'bh', width: '8%', title: '号'},
296
+                    {field: 'bh', width: '8%', title: '科研费号'},
297 297
 
298 298
                     // {field: 'sqmc', width: '25%', title: '申请名称'},
299 299
                     {field: 'erpbh', width: '9%', title: 'ERP编号'},

+ 3 - 3
src/main/resources/templates/statistical/expertFee.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>
@@ -156,7 +156,7 @@
156 156
                     {field: 'BM', width: '7%', title: '项目部门'},
157 157
                     {field: 'XMMC', width: '15%', title: '项目名称', sort: true},
158 158
                     {field: 'XMLXMC', width: '10%', title: '项目类型名称'},
159
-                    {field: 'BH', width: '10%', title: '项目编号'},
159
+                    {field: 'BH', width: '10%', title: '科研费号'},
160 160
                     {field: 'ERPBH', width: '10%', title: 'ERP编号'},
161 161
                     {field: 'NF', width: '10%', title: '年份'},
162 162
                     {field: 'XMFZR', width: '9%', title: '项目负责人'},

+ 3 - 3
src/main/resources/templates/statistical/indirectCosts.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>
@@ -140,7 +140,7 @@
140 140
                     {type: "checkbox", fixed: 'left'},
141 141
                     {type: 'numbers', align: 'center'},
142 142
                     {field: 'BM', width: '7%', title: '项目部门'},
143
-                    {field: 'BH', width: '15%', title: '项目编号', sort: true},
143
+                    {field: 'BH', width: '15%', title: '科研费号', sort: true},
144 144
                     {field: 'ERPBH', width: '15%', title: 'ERP编号', sort: true},
145 145
                     {field: 'NF', width: '7%', title: '年份', sort: true},
146 146
                     {field: 'XMMC', width: '15%', title: '项目名称', sort: true},

+ 3 - 3
src/main/resources/templates/statistical/material.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研编号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>
@@ -163,7 +163,7 @@
163 163
                     {field: 'XMBH', width: '7%', title: '项目编号'},
164 164
                     {field: 'SLL', width: '7%', title: '数量'},
165 165
                     {field: 'NF',width: '5%',title:'年份'},
166
-                    {field: 'BH',width: '7%',title: '费用申请编号'},
166
+                    {field: 'BH',width: '10%',title: '科研编号'},
167 167
                     {field: 'XMMC', width: '15%', title: '项目名称', sort: true},
168 168
                     {field: 'XMLXMC', width: '10%', title: '项目类型'},
169 169
                     {field: 'CLMC', width: '10%', title: '材料名称'},

+ 2 - 2
src/main/resources/templates/statistical/outPay.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>

+ 3 - 3
src/main/resources/templates/statistical/printingFee.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>
@@ -143,7 +143,7 @@
143 143
                     {field: 'XMMC', width: '15%', title: '项目名称', sort: true},
144 144
                     {field: 'BM', width: '7%', title: '项目部门'},
145 145
                     {field: 'ERPBH', width: '10%', title: '项目编号'},
146
-                    {field: 'BH', width: '10%', title: '申请科研费号'},
146
+                    {field: 'BH', width: '10%', title: '科研费号'},
147 147
                     {field: 'NF', width: '7%', title: '年份'},
148 148
                     {field: 'XMLXMC', width: '10%', title: '项目类型'},
149 149
                     {field: 'XMFZR', width: '9%', title: '项目负责人'},

+ 2 - 2
src/main/resources/templates/statistical/sourceFee.html

@@ -32,13 +32,13 @@
32 32
                             </div>
33 33
                         </div>
34 34
                         <div class="layui-inline" style="margin-right: 10px;">
35
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
35
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
36 36
                             <div class="layui-input-inline" style="width: 140px;">
37 37
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
38 38
                             </div>
39 39
                         </div>
40 40
                         <div class="layui-inline" style="margin-right: 10px;">
41
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
41
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
42 42
                             <div class="layui-input-inline" style="width: 140px;">
43 43
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
44 44
                             </div>

+ 3 - 3
src/main/resources/templates/statistical/tempMember.html

@@ -31,13 +31,13 @@
31 31
                             </div>
32 32
                         </div>
33 33
                         <div class="layui-inline" style="margin-right: 10px;">
34
-                            <label class="layui-form-label" style="width: 80px;">erp编号</label>
34
+                            <label class="layui-form-label" style="width: 80px;">ERP编号</label>
35 35
                             <div class="layui-input-inline" style="width: 140px;">
36 36
                                 <input type="text" id="ERPBH" name="ERPBH" autocomplete="off" class="layui-input">
37 37
                             </div>
38 38
                         </div>
39 39
                         <div class="layui-inline" style="margin-right: 10px;">
40
-                            <label class="layui-form-label" style="width: 80px;">费用申请号</label>
40
+                            <label class="layui-form-label" style="width: 80px;">科研费号</label>
41 41
                             <div class="layui-input-inline" style="width: 140px;">
42 42
                                 <input type="text" id="FYSQBH" name="FYSQBH" autocomplete="off" class="layui-input">
43 43
                             </div>
@@ -163,7 +163,7 @@
163 163
                     {field: 'BM', width: '7%', title: '项目部门'},
164 164
                     {field: 'XMLXMC',width: '10%',title: '项目类型'},
165 165
                     {field: 'ERPBH',width: '10%',title: 'ERP编号'},
166
-                    {field: 'ApprovalBH', width: '15%', title: '科研费号'},
166
+                    {field: 'ApprovalBH', width: '10%', title: '科研费号'},
167 167
                     {field: 'NF',width: '5%',title: '年份'},
168 168
                     {field: 'XMFZR', width: '7%', title: '项目负责人'},
169 169
                     {field: 'XM', width: '9%', title: '临聘人员姓名'},