Commit e4f19f79 authored by 黄奎's avatar 黄奎

页面修改

parent 90705e5e
......@@ -233,6 +233,15 @@
<tr>
<td colspan="2" style="height:5px;"></td>
</tr>
<tr>
<td width="70" style="text-align:right;">确认时间:</td>
<td>
<el-date-picker v-model='subItem.SureTime' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
</td>
</tr>
<tr>
<td colspan="2" style="height:5px;"></td>
</tr>
<tr>
<td width="70" style="text-align:right;">税入/税别</td>
<td>
......@@ -542,6 +551,7 @@
if (res.data.resultCode == 1) {
this.IsOperation = res.data.data.IsOperation;
let list = res.data.data.HotelOrderListReport;
this.CreateBy = res.data.data.CreateBy;
this.CreateByPhoto = res.data.data.CreateByPhoto;
this.CreateByAccount = res.data.data.CreateByAccount;
......
......@@ -59,7 +59,7 @@
<td colspan="7" style="padding:10px 0">
<input type="button" class="normalBtn" value="确定" style="display:none;" />
<input type="button" class="normalBtn" value="暂定" style="display:none;" />
<input type="button" class="normalBtn" value="下载" style="display:none;" @click="DownLoadShouPeiShu()" />
<input type="button" class="normalBtn" value="下载" @click="DownLoadShouPeiShu()" />
</td>
</tr>
</tfoot>
......
......@@ -492,7 +492,7 @@
CombinationNum: "",
//出团公司
OutBranchIds: [],
LineId: 0,
LineId: 14,
PlaceID: 0,
LineteamId: 0,
//航空公司
......@@ -544,7 +544,7 @@
showPrice: true,
showPay: true,
showZhan: true,
showBtnList: false
showBtnList: true
},
pickerBeginDateBefore: {
disabledDate: time => {
......
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