|
@@ -28,8 +28,11 @@ $(document).ready(() => {
|
|
|
rootId: -1,
|
|
|
keys: ['id', 'tender_id', 'ledger_id'],
|
|
|
preUrl: '/ledger',
|
|
|
- markFoldKey: 'bills-fold',
|
|
|
- markFoldSubKey: window.location.pathname.split('/')[2],
|
|
|
+ autoExpand: 3,
|
|
|
+ // markFoldKey: 'bills-fold',
|
|
|
+ // markFoldSubKey: window.location.pathname.split('/')[2],
|
|
|
+ markExpandKey: 'bills-expand',
|
|
|
+ markExpandSubKey: window.location.pathname.split('/')[2],
|
|
|
};
|
|
|
if (checkTzMeasureType()) {
|
|
|
treeSetting.calcFields = ['sgfh_tp', 'sjcl_tp', 'qtcl_tp', 'total_price'];
|