|
@@ -40,7 +40,8 @@ const PRICE_BOOK = (() => {
|
|
|
$.bootstrapLoading.start();
|
|
|
try {
|
|
|
cache = await ajaxPost('/priceInfo/getPriceData', { classIDList }, 1000 * 60 * 10);
|
|
|
- cache = _.sortBy(cache, 'classCode');
|
|
|
+ // cache = _.sortBy(cache, 'classCode');
|
|
|
+ cache = _.sortBy(cache, 'code');
|
|
|
showData(sheet, cache, setting.header, 5);
|
|
|
const row = sheet.getActiveRowIndex();
|
|
|
const keywordList = cache[row] && cache[row].keywordList || [];
|