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