|
@@ -1825,6 +1825,7 @@ $(document).ready(() => {
|
|
|
if (result.cooperation) {
|
|
|
stageTree.loadPwd(result.cooperation, 'bills-p-' + userID + '-' + window.location.pathname.split('/')[2]);
|
|
|
$('#cooperationCount').html(stageTree.pwd.length || '');
|
|
|
+ $('#cooperationCount').parent().show();
|
|
|
reloadCooperationHtml();
|
|
|
}
|
|
|
// 加载部位明细
|