|  | @@ -95,7 +95,9 @@ function initTenderTree () {
 | 
												
													
														
															|  |      }
 |  |      }
 | 
												
													
														
															|  |  }
 |  |  }
 | 
												
													
														
															|  |  function recursiveGetTenderNodeHtml (node, arr, pid) {
 |  |  function recursiveGetTenderNodeHtml (node, arr, pid) {
 | 
												
													
														
															|  | 
 |  | +    // console.log(node, tender)
 | 
												
													
														
															|  |      if (node.id === tender.id) return ''
 |  |      if (node.id === tender.id) return ''
 | 
												
													
														
															|  | 
 |  | +    if (node.user_id && parseInt(node.user_id) !== cur_uid) return ''
 | 
												
													
														
															|  |      const html = [];
 |  |      const html = [];
 | 
												
													
														
															|  |      html.push('<tr pid="' + pid + '">');
 |  |      html.push('<tr pid="' + pid + '">');
 | 
												
													
														
															|  |      // 名称
 |  |      // 名称
 |