Forráskód Böngészése

1.资产订单修改为下单即可开票

GouGengquan 6 hónapja
szülő
commit
7d5472b570
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      src/views/assets/myOrderList.vue

+ 1 - 2
src/views/assets/myOrderList.vue

@@ -188,7 +188,7 @@
                                     @click="openAllotProductionDialog(row)">
                                     实收款分配
                                 </el-button>
-                                <el-button :disabled="!(row.reportNo !== null)" type="text" size="mini" @click="openFinanceInvoiceDialog(row.orderFundId, row.productionFundId, row.realAmount, row.customerName, row.customerSubName)">
+                                <el-button type="text" size="mini" @click="openFinanceInvoiceDialog(row.orderFundId, row.productionFundId, row.realAmount, row.customerName, row.customerSubName)">
                                     申请开票
                                 </el-button>
                             </div>
@@ -1185,7 +1185,6 @@ export default {
             })
         },
         openFinanceInvoiceDialog(orderFundId, productionFundId, realAmount, clientName, clientSubName) {
-            console.log(orderFundId, realAmount, clientName, clientSubName)
             if (!orderFundId) {
                 this.$notify({
                     title: '提示',