|
@@ -399,6 +399,7 @@
|
|
|
CURRENT_SELECTED_BIZ_TYPE = type;
|
|
|
// CHANGE_ID = -1;
|
|
|
// BUSINESS_ID = -1;
|
|
|
+ zTreeOprObj.reIniReport();
|
|
|
if (type === 'stage') {
|
|
|
// 计量期
|
|
|
$('#divSelectableStages').show();
|
|
@@ -840,6 +841,7 @@
|
|
|
}
|
|
|
|
|
|
function buildAdvancePaySelection(adList) {
|
|
|
+ zTreeOprObj.reIniReport();
|
|
|
$("#optionSelectableAdvancePays").empty();
|
|
|
$("#btnCurrentAdvancePay")[0].innerText = '';
|
|
|
let hasMatch = false;
|