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;
         }
       });