|
@@ -178,7 +178,7 @@ $(document).ready(() => {
|
|
|
|
|
|
const chapterData = gclGatherModel.gatherChapterData(chapter, ['total_price'], filter);
|
|
|
for (const c of chapterData) {
|
|
|
- c.compare_tp = ZhCalc.sub(c.deal_bills_tp, c.total_price);
|
|
|
+ c.compare_tp = ZhCalc.sub(c.total_price, c.deal_bills_tp);
|
|
|
}
|
|
|
generateChapterHtml(chapterData);
|
|
|
}, null, true);
|