|
@@ -126,7 +126,7 @@ $(document).ready(() => {
|
|
|
const sum = jgclObj.sum();
|
|
|
const html = [];
|
|
|
const getTrHtml = function (name, value) {
|
|
|
- return '<tr><td>' + name + '</td><td class="text-right">' + value + '</td></tr>';
|
|
|
+ return '<tr><td>' + name + '</td><td class="text-right">' + value + ' </td></tr>';
|
|
|
};
|
|
|
html.push(getTrHtml('本期到场', sum.arrive_tp));
|
|
|
html.push(getTrHtml('截止本期到场', sum.end_arrive_tp));
|
|
@@ -183,7 +183,7 @@ $(document).ready(() => {
|
|
|
}
|
|
|
}
|
|
|
if (datas.length > 0) {
|
|
|
- postData(window.location.pathname + '/update', {updateType: 'update', updateData: datas}, function (result) {
|
|
|
+ postData(window.location.pathname + '/update', {update: datas}, function (result) {
|
|
|
jgclObj.loadUpdateData(result);
|
|
|
SpreadJsObj.reLoadSheetData(jgclSheet);
|
|
|
refreshSum();
|