|
@@ -379,7 +379,7 @@
|
379
|
379
|
cols: [
|
380
|
380
|
[
|
381
|
381
|
{type: "checkbox", align: 'center'},
|
382
|
|
- {type: 'numbers', align: 'center'},
|
|
382
|
+ {type: 'numbers', align: 'center',title: '序号'},
|
383
|
383
|
{field: 'wjm', title: '文件名', width: '30%'},
|
384
|
384
|
{field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
|
385
|
385
|
{field: 'sm', title: '说明', edit: 'text'}
|
|
@@ -456,7 +456,7 @@
|
456
|
456
|
cols: [
|
457
|
457
|
[
|
458
|
458
|
{type: "checkbox", align: 'center'},
|
459
|
|
- {type: 'numbers', align: 'center'},
|
|
459
|
+ {type: 'numbers', align: 'center',title: '序号'},
|
460
|
460
|
{field: 'wjm', title: '文件名', width: '30%'},
|
461
|
461
|
{field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
|
462
|
462
|
{field: 'sm', title: '说明', edit: 'text'}
|
|
@@ -821,6 +821,7 @@
|
821
|
821
|
});
|
822
|
822
|
form.on('submit(saveBtn2)', function (data) {
|
823
|
823
|
var subTopics = table.cache["currentTableId3"];
|
|
824
|
+ // 获取合同金额,并保留 小数点后八位
|
824
|
825
|
const htje =parseFloat($("#htje").val()).toFixed(8);
|
825
|
826
|
var prjPayplanList =[];
|
826
|
827
|
var count = 0;
|