Tony Kang 1 سال پیش
والد
کامیت
2f36706d9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/building_saas/standard_interface/export/shandong_common.js

+ 1 - 1
web/building_saas/standard_interface/export/shandong_common.js

@@ -1110,7 +1110,7 @@ INTERFACE_EXPORT = (() => {
         }
       });
       tenderProject.Bills.datas.forEach((bill) => {
-        if (bill.type === 1 && bill.ID === nextBillID) {
+        if (bill.type === 1 && bill.ID === nextBillID && nodeTBBJ && nodeTBBJ.ID !== nextBillID) {
           newAddedBill = bill;
         }
       });