Commit 3d07f47d authored by 沈良进's avatar 沈良进

页面修改

parent 9093f8d6
...@@ -125,6 +125,13 @@ ...@@ -125,6 +125,13 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row>
<el-col :span="20">
<el-form-item label="备注">
<el-input type="textarea" v-model="postMsg.Notes"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row> <el-row>
<el-col :span="20"> <el-col :span="20">
<el-form-item> <el-form-item>
...@@ -154,6 +161,7 @@ ...@@ -154,6 +161,7 @@
BackDate: "", //回程日期 BackDate: "", //回程日期
GoFlightNum: "", //去程航班 GoFlightNum: "", //去程航班
BackFlightNum: "", //回程航班 BackFlightNum: "", //回程航班
Notes: "", //备注
}, },
orderUnionList: [], //订单联运信息 orderUnionList: [], //订单联运信息
orderGuestList: [], //订单旅客信息 orderGuestList: [], //订单旅客信息
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</el-select> </el-select>
</div> </div>
<div class="row-aic" style="flex-shrink: 0;"> <div class="row-aic" style="flex-shrink: 0;">
<el-button type="primary" key="BtnLoading" @click="getMapData">重新加载</el-button> <el-button type="primary" key="BtnReLoading" @click="getMapData">重新加载</el-button>
<el-button type="danger" key="BtnClose" @click="CloseMapBox">关闭</el-button> <el-button type="danger" key="BtnClose" @click="CloseMapBox">关闭</el-button>
<el-button type="primary" key="BtnCreateImg" :loading="saveLoading" @click="saveLoading=true">{{btnStr}} <el-button type="primary" key="BtnCreateImg" :loading="saveLoading" @click="saveLoading=true">{{btnStr}}
</el-button> </el-button>
......
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