Explorar o código

付款申请页面合同金额显示错误

梁世豪 hai 3 meses
pai
achega
d21919a9d6
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      src/main/resources/templates/payapply/list.html

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

@@ -235,11 +235,12 @@
235 235
                     {field: 'erpbh', width: '10%', title: 'ERP编号'},
236 236
                     {field: 'htmc', width: '11%', title: '合同'},
237 237
                     {field: 'htje', title: '合同金额(万元)' ,width: '8%',align: 'right',templet:function (row) {
238
-                        if (row.heje != null){
239
-                            return row.heje.toLocaleString(undefined,{maximumFractionDigits:2,minimumFractionDigits:2});
238
+                        if (row.htje != null){
239
+                            return row.htje.toLocaleString(undefined,{maximumFractionDigits:2,minimumFractionDigits:2});
240 240
                         }
241 241
                             return '0.00';
242
-                        }},
242
+                        }
243
+                        },
243 244
                     {field: 'bcfkje', width: '10%', title: '本次付款金额(万元)',align: 'right',templet:function (row) {
244 245
                         if (row.bcfkje != null){
245 246
                             return row.bcfkje.toLocaleString(undefined,{maximumFractionDigits: 2,minimumFractionDigits: 2});