|
@@ -605,6 +605,7 @@ $(document).ready(() => {
|
|
|
},
|
|
|
cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
|
|
|
page: 'budget',
|
|
|
+ tid: window.location.pathname.split('/')[2],
|
|
|
};
|
|
|
const stdGclSetting = {
|
|
|
selector: '#std-gcl',
|
|
@@ -636,6 +637,7 @@ $(document).ready(() => {
|
|
|
},
|
|
|
cellDoubleClick: !readOnly ? stdLibCellDoubleClick : null,
|
|
|
page: 'budget',
|
|
|
+ tid: window.location.pathname.split('/')[2],
|
|
|
};
|
|
|
// 展开收起标准清单
|
|
|
$('a', 'ul.right-nav').bind('click', function (e) {
|