Explorar o código

概算投资,记住上一次选择的项目节、工程量清单

MaiXinRong %!s(int64=3) %!d(string=hai) anos
pai
achega
65fa9244e2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/public/js/budget_detail.js

+ 2 - 0
app/public/js/budget_detail.js

@@ -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) {