Explorar o código

feat: 优化清单精灵材料表格显示

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
6256735907
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/maintain/billsGuidance_lib/js/billsGuidance.js

+ 1 - 0
web/maintain/billsGuidance_lib/js/billsGuidance.js

@@ -405,6 +405,7 @@ const billsGuidance = (function () {
             $('#alert').modal('show');
         } finally {
             showBillMaterialData(billMaterial.workBook.getSheet(0), billMaterial.headers, billMaterial.cache, 30);
+            billMaterial.workBook.getSheet(0).showRow(0, GC.Spread.Sheets.VerticalPosition.top);
             $.bootstrapLoading.end();
         }
     }