|
@@ -398,7 +398,7 @@ const gclGatherModel = (function () {
|
|
|
calculateGatherData();
|
|
|
gatherDealBillsData();
|
|
|
gclList.sort(function (a, b) {
|
|
|
- return compareCode(a.b_code, b.b_code);
|
|
|
+ return compareCode(a.b_code, b.b_code) || ZhCalc.sub(a.unit_price, b.unit_price);
|
|
|
});
|
|
|
|
|
|
return gclList;
|