Explorar o código

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

yuanrf hai 1 ano
pai
achega
83ba41db27
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/components/OP/OpAirTicketRes.vue

+ 3 - 1
src/components/OP/OpAirTicketRes.vue

@@ -536,11 +536,13 @@ export default {
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {
-
+                    console.log(res);
                     that.AirTicketResSelectData = res.data.data.groupName; //团组下拉列表
                     that.ticketClass = res.data.data.ticketClass;//舱位下拉框
                     that.payment = res.data.data.payment;//支付方式下拉框
                     that.cardType = res.data.data.cardType;//卡类型下拉框
+                    that.cardPaymentOpData.ctdId=that.cardType[0].id;
+                    that.cardPaymentOpData.bankNo=that.cardType[0].remark;
                     that.airTicketAgents = res.data.data.airTicketAgents//合作方资料下拉框
                     that.DiIdSelect = parseInt(that.DiId); //选中团组
                     //that.QueryTankType();