|
@@ -18,7 +18,7 @@ $(document).ready(() => {
|
|
|
],
|
|
],
|
|
|
emptyRows: 0,
|
|
emptyRows: 0,
|
|
|
headRows: 2,
|
|
headRows: 2,
|
|
|
- headRowHeight: [25, 25],
|
|
|
|
|
|
|
+ headRowHeight: [32, 25],
|
|
|
defaultRowHeight: 21,
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
font: '12px 微软雅黑',
|
|
@@ -53,9 +53,9 @@ $(document).ready(() => {
|
|
|
p['pre_tp' + endfix] = ZhCalc.add(p['pre_tp' + endfix], data.pre_tp);
|
|
p['pre_tp' + endfix] = ZhCalc.add(p['pre_tp' + endfix], data.pre_tp);
|
|
|
p['end_tp' + endfix] = ZhCalc.add(p['end_tp' + endfix], data.end_tp);
|
|
p['end_tp' + endfix] = ZhCalc.add(p['end_tp' + endfix], data.end_tp);
|
|
|
|
|
|
|
|
- p['sum_tp' + endfix] = ZhCalc.add(p['sum_tp' + endfix], data.tp);
|
|
|
|
|
- p['sum_pre_tp' + endfix] = ZhCalc.add(p['sum_pre_tp' + endfix], data.pre_tp);
|
|
|
|
|
- p['sum_end_tp' + endfix] = ZhCalc.add(p['sum_end_tp' + endfix], data.end_tp);
|
|
|
|
|
|
|
+ p['sum_tp'] = ZhCalc.add(p['sum_tp'], data.tp);
|
|
|
|
|
+ p['sum_pre_tp'] = ZhCalc.add(p['sum_pre_tp'], data.pre_tp);
|
|
|
|
|
+ p['sum_end_tp'] = ZhCalc.add(p['sum_end_tp'], data.end_tp);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|