MONSTER-ygh 8 mēneši atpakaļ
vecāks
revīzija
eabaf06972
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/finance/InvoiceRecords/index.vue

+ 1 - 1
src/views/finance/InvoiceRecords/index.vue

@@ -140,7 +140,7 @@
               style="margin-left: 10px;"
               v-if="scope.row.invoiceSource == 2"
               @click="openRelatedOrders(scope.row)"
-            >{{ scope.row.orderId ? '重新关联订单': '关联订单' }}</el-button>
+            >{{ scope.row.orderId && scope.row.orderId != '0'  ? '重新关联订单': '关联订单' }}</el-button>
           </span>
         </template>
       </el-table-column>