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