Commit 0779eb9f authored by 沈良进's avatar 沈良进

页面修改

parent 9d104503
......@@ -804,7 +804,6 @@
</span>
</p>
<table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0">
<tr>
<th width="10%">单号</th>
<th width="10%">费用说明</th>
......@@ -1056,7 +1055,6 @@
</div>
</div>
</template>
<script>
import commonHotelInfo from "../commonPage/commonHotelInfo.vue";
import {
......@@ -1223,7 +1221,6 @@
let TCIDARR = []
let id = [];
if (this.msgList && this.msgList.length > 0 && this.msgList[0].LineId == this.myLineId) {
if (_orderSource === 1 && _type === 2) {
id = [94]
} else if (_orderSource === 2 && _type === 2) {
......@@ -1236,7 +1233,6 @@
id = [97]
}
} else {
// _orderSource 1 酒店 2餐厅 5 车资
if (_orderSource === 1 && _type === 2) {
id = [51, 52, 245, 246, 255]
......@@ -2132,7 +2128,6 @@
}
return this.moneyFormat(money)
},
},
mounted() {
this.isUpdate = this.$route.query.isUpdate;
......@@ -2350,7 +2345,6 @@
padding: 10px;
}
/* tr._t_head th{border-top: 1px solid #e5e5e5;} */
tr._item_list td:first-child {
border-left: 1px solid #e5e5e5;
}
......
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