Commit 35339ba8 authored by 沈良进's avatar 沈良进

save

parent dfa49e94
...@@ -206,9 +206,11 @@ ...@@ -206,9 +206,11 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<span class="subTitle">航班信息</span>
<el-form-item label="航班信息">
<el-radio v-model="isVirtuallyFlight" :label="0">虚拟航班</el-radio> <el-radio v-model="isVirtuallyFlight" :label="0">虚拟航班</el-radio>
<el-radio v-model="isVirtuallyFlight" :label="1">真实机票</el-radio> <el-radio v-model="isVirtuallyFlight" :label="1">真实机票</el-radio>
</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<!--虚拟航班--> <!--虚拟航班-->
...@@ -513,7 +515,7 @@ ...@@ -513,7 +515,7 @@
@close="deleteCustomer(subItem,subIndex)"> @close="deleteCustomer(subItem,subIndex)">
{{subItem.CustomerName}}</el-tag> {{subItem.CustomerName}}</el-tag>
</template> </template>
<el-button @click="showCustomer">选择</el-button> <el-button @click="showCustomer" size="small">选择</el-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -539,19 +541,11 @@ ...@@ -539,19 +541,11 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row type="flex" justify="center">
<el-col :span="8">
&nbsp;
</el-col>
<el-col :span="8">
<el-button @click="closeForm()">关闭</el-button>&nbsp; <el-button @click="closeForm()">关闭</el-button>&nbsp;
<el-button @click="submit" type="primary" :loading="saveLoading"> <el-button @click="submit" type="primary" :loading="saveLoading">
保存 保存
</el-button> </el-button>
</el-col>
<el-col :span="8">
&nbsp;
</el-col>
</el-row> </el-row>
</div> </div>
</el-form> </el-form>
......
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
<div class="p20"> <div class="p20">
<div class="mb title"><i class="iconfont icon-tuandui"></i><span>合作伙伴</span></div> <div class="mb title"><i class="iconfont icon-tuandui"></i><span>合作伙伴</span></div>
<template v-for="(subItem,subIndex) in item.TravelTeamPartnerList"> <template v-for="(subItem,subIndex) in item.TravelTeamPartnerList">
<el-tag :key="subIndex+10000" style="margin-right:10px;">{{subItem.CustomerName}}</el-tag> <el-tag :key="subIndex+10000" style="margin-right:10px;margin-bottom: 10px">{{subItem.CustomerName}}</el-tag>
</template> </template>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment