Commit 62de6f87 authored by 华国豪's avatar 华国豪 🙄
parents 9b9bdc4d 83bf6a7e
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
this.loading = false this.loading = false
this.isGetData = true this.isGetData = true
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.PriceInfo = res.data.data.PriceInfo this.PriceInfo = res.data.data.PriceInfo;
this.ComplainInfo = res.data.data.ComplainInfo this.ComplainInfo = res.data.data.ComplainInfo
this.ComplainDetial = res.data.data.ComplainDetial this.ComplainDetial = res.data.data.ComplainDetial
this.DealEmpName = this.ComplainDetial[this.ComplainDetial.length - 1].EmpName this.DealEmpName = this.ComplainDetial[this.ComplainDetial.length - 1].EmpName
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
}, },
mounted () { mounted () {
this.queryMsg.ID = this.$route.query.id this.queryMsg.ID = this.$route.query.id
this.queryMsg.OrderId = this.$route.query.orderId this.queryMsg.OrderId = this.$route.query.OrderId
this.getEnumeration() this.getEnumeration()
this.getEmployeeList() this.getEmployeeList()
this.getDetial() this.getDetial()
......
...@@ -315,7 +315,8 @@ ...@@ -315,7 +315,8 @@
<my-DJ-Bill :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-DJ-Bill> <my-DJ-Bill :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-DJ-Bill>
</template> </template>
<div class="_explain"> <div class="_explain">
<p>附加说明:</p>
<p>附加说明:<span class="fr" v-if="GetDetail.ComplainID > 0" @click="goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span style="color:#000">投诉单号:</span> <span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span></p>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
<td :colspan="4">{{o.TCNUM}}({{o.TCID}})</td> <td :colspan="4">{{o.TCNUM}}({{o.TCID}})</td>
...@@ -2239,6 +2240,7 @@ export default { ...@@ -2239,6 +2240,7 @@ export default {
} }
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
console.log(this.GetDetail,'GetDetail.OrderId');
this.ChongDiMsg.Types = '' this.ChongDiMsg.Types = ''
this.ChongDiMsg.ClientType = data.Type === 2 ? data.ClientType : '' this.ChongDiMsg.ClientType = data.Type === 2 ? data.ClientType : ''
this.ChongDiMsg.ClientID = data.Type === 2 ? data.ClientID : '' this.ChongDiMsg.ClientID = data.Type === 2 ? data.ClientID : ''
...@@ -2416,6 +2418,16 @@ export default { ...@@ -2416,6 +2418,16 @@ export default {
}, },
headCall: function (msg) { //回调方法,接收子组件传的参数 headCall: function (msg) { //回调方法,接收子组件传的参数
this.currentMoney = msg; this.currentMoney = msg;
},
goUrl(path, id,OrderId) {
this.$router.push({
name: path,
query: {
id: id,
OrderId:OrderId,
blank: "y"
}
});
} }
},created(){ },created(){
if(this.$route.query.pageIndex){ if(this.$route.query.pageIndex){
......
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
<my-RVB-Bill v-else-if="GetDetail.Type===1" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon" :color="colorSon"></my-RVB-Bill> <my-RVB-Bill v-else-if="GetDetail.Type===1" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon" :color="colorSon"></my-RVB-Bill>
<my-GZ-Bill v-else-if="GetDetail.Type===7" :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-GZ-Bill> <my-GZ-Bill v-else-if="GetDetail.Type===7" :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-GZ-Bill>
<div class="_explain"> <div class="_explain">
<p>附加说明: <span class="fr" v-if="GetDetail.ComplainID > 0" @click="goUrl('ComplaintsDetail', GetDetail.ComplainID)"> <span style="color:#000">投诉单号:</span> <span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span> </p> <p>附加说明: <span class="fr" v-if="GetDetail.ComplainID > 0" @click="goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span style="color:#000">投诉单号:</span> <span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span> </p>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
<td :colspan="4" v-if="GetDetail.Is_Merge===1">单据号:{{o.FinanceId}}</td> <td :colspan="4" v-if="GetDetail.Is_Merge===1">单据号:{{o.FinanceId}}</td>
...@@ -902,11 +902,21 @@ export default { ...@@ -902,11 +902,21 @@ export default {
}, },
goUrl(path, id) { goUrl(path, id) {
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
id: id, id: id,
blank: "y" blank: "y"
} }
});
},
goComplain(path, id,OrderId){
this.$router.push({
name: path,
query: {
id: id,
OrderId:OrderId,
blank: "y"
}
}); });
}, },
inited (viewer){ inited (viewer){
......
...@@ -207,9 +207,10 @@ ...@@ -207,9 +207,10 @@
</td> </td>
<!--返佣--> <!--返佣-->
<td> <td>
<p class="pHouseStyle link" @input="calculationPrice(subItem)"> <p class="pHouseStyle link" >
<span v-if='childItem.RebateRatio>0'>{{childItem.RebateRatio}} %</span> <el-input class='w40' maxlength="2" @keyup.native="checkInteger(childItem,'RebateRatio')"
<span class="spanlink" v-else @click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span> v-model='childItem.RebateRatio' @input="calculationPrice(subItem)"></el-input> %
<span style="display:none;" class="spanlink" @click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span>
</p> </p>
</td> </td>
<!-- 金额总计 --> <!-- 金额总计 -->
...@@ -668,6 +669,10 @@ ...@@ -668,6 +669,10 @@
if (y.BookNum == "") { if (y.BookNum == "") {
y.BookNum = 0; y.BookNum = 0;
} }
if(y.RebateRatio=="")
{
y.RebateRatio=0;
}
}) })
}); });
}) })
...@@ -707,6 +712,10 @@ ...@@ -707,6 +712,10 @@
if (y.BookNum == "") { if (y.BookNum == "") {
y.BookNum = 0; y.BookNum = 0;
} }
if(y.RebateRatio=="")
{
y.RebateRatio=0;
}
}) })
}); });
}) })
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="Supplier_nav_right"> <div class="Supplier_nav_rightList">
<ul> <ul>
<li class="user_head" @click='hideIM'> <li class="user_head" @click='hideIM'>
<el-dropdown trigger="click"> <el-dropdown trigger="click">
...@@ -4721,4 +4721,32 @@ ...@@ -4721,4 +4721,32 @@
color:#fff; color:#fff;
line-height: 15px; line-height: 15px;
} }
.Supplier_nav_rightList{
position: absolute;
right: 0;
}
.Supplier_nav_rightList ul li {
height: 50px;
margin-right: 20px;
text-align: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
float:left;
line-height: 50px;
justify-content: flex-end;
cursor: pointer;
}
.Supplier_nav_rightList ul li.user_head img{
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 13px;
}
.Supplier_nav_rightList ul li i{
color:#fff;
}
.Supplier_nav_rightList .SupplierName{
position: relative;
top:-6px;
}
</style> </style>
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