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

页面修改

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