|  | @@ -682,9 +682,10 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  'batchInsertBillsPos': {
 | 
	
		
			
				|  |  | -                    name: '批量插入节点-部位',
 | 
	
		
			
				|  |  | +                    name: '批量插入清单-部位',
 | 
	
		
			
				|  |  |                      icon: 'fa-sign-in',
 | 
	
		
			
				|  |  |                      disabled: function (key, opt) {
 | 
	
		
			
				|  |  | +                        if (!isTz) return true;
 | 
	
		
			
				|  |  |                          const select = SpreadJsObj.getSelectObject(billsSheet);
 | 
	
		
			
				|  |  |                          if (select) {
 | 
	
		
			
				|  |  |                              if (select.code && select.code !== '') {
 | 
	
	
		
			
				|  | @@ -1498,6 +1499,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          cellDoubleClick: stdLibCellDoubleClick,
 | 
	
		
			
				|  |  |          page: 'revise',
 | 
	
		
			
				|  |  | +        tid: window.location.pathname.split('/')[2],
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |      const stdGclSetting = {
 | 
	
		
			
				|  |  |          selector: '#std-gcl',
 | 
	
	
		
			
				|  | @@ -1527,6 +1529,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          cellDoubleClick: stdLibCellDoubleClick,
 | 
	
		
			
				|  |  |          page: 'revise',
 | 
	
		
			
				|  |  | +        tid: window.location.pathname.split('/')[2],
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |      // 展开收起标准节点
 | 
	
		
			
				|  |  |      $('a', '#side-menu').bind('click', function (e) {
 |