Ver código fonte

报价页面二维码

lihongxiao 2 anos atrás
pai
commit
0e4ec31689
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/Letter/Letter.vue

+ 2 - 2
src/views/Letter/Letter.vue

@@ -1285,7 +1285,7 @@
                   v-show="reslistitem.orderstatus == '2'&&  !('editStatus' in reslistitem.result)"
                   type="text"
                   style="color:rgb(240, 12, 10)"
-                  @click="Payment(reslistitem.result.companyId)"
+                  @click="Payment(reslistitem.result.companyId,reslistitem.namesimple)"
                 >付款码</el-button>
                 <el-tooltip class="item" effect="dark" content="上年信息" placement="top">
                   <i
@@ -3361,7 +3361,7 @@
           style="width: 100px;"
           type="primary"
           size="small"
-          @click="Payment(companyId)"
+          @click="Payment(companyId,queryOrders.inscompany)"
         >缴费二维码</el-button>
       </span>
     </el-dialog>