|
@@ -126,7 +126,7 @@ $(document).ready(function () {
|
|
|
$('.custom-radio').click(() => {
|
|
|
setLocalCache('StageGatherOverType', $('input[name=customRadio]:checked').attr('id'));
|
|
|
checkOverRange(gclGatherData);
|
|
|
- SpreadJsObj.reloadSheetData(gclSpread.getActiveSheet());
|
|
|
+ SpreadJsObj.reLoadSheetData(gclSpread.getActiveSheet());
|
|
|
// 收起菜单
|
|
|
$('.dropdown-menu').click();
|
|
|
});
|
|
@@ -134,7 +134,7 @@ $(document).ready(function () {
|
|
|
this.value = this.value >= 50 ? (this.value <= 100 ? ZhCalc.round(this.value, 2) : 100) : 50;
|
|
|
setLocalCache('StageGatherOverPercent', this.value);
|
|
|
checkOverRange(gclGatherData);
|
|
|
- SpreadJsObj.reloadSheetData(gclSpread.getActiveSheet());
|
|
|
+ SpreadJsObj.reLoadSheetData(gclSpread.getActiveSheet());
|
|
|
});
|
|
|
const chapterData = gclGatherModel.gatherChapterData(chapter, ['total_price', 'contract_tp', 'qc_tp', 'pre_contract_tp', 'pre_qc_tp']);
|
|
|
for (const c of chapterData) {
|