Commit ef4336c6 authored by 黄奎's avatar 黄奎

页面修改

parent 9d73ccd4
<style> <style>
@import "../../assets/css/newTravelManager.css"; @import "../../assets/css/newTravelManager.css";
.productQuerySearch { .productQuerySearch {
width: 100%; width: 100%;
min-height: auto; min-height: auto;
...@@ -541,6 +542,7 @@ ...@@ -541,6 +542,7 @@
.productQuerybottomLayer .el-upload-list { .productQuerybottomLayer .el-upload-list {
width: 200px; width: 200px;
} }
</style> </style>
<template> <template>
<div class="flexOne"> <div class="flexOne">
...@@ -1228,6 +1230,15 @@ ...@@ -1228,6 +1230,15 @@
{{ item.Title }} {{ item.Title }}
</p> </p>
</el-tooltip> </el-tooltip>
<p v-if="item.CustomerName&&item.CustomerName!=''"
style="font-size: 11px;font-weight:bold;color:red">
<span v-if="item.CustomerName">客户名称:{{item.CustomerName}}
</span>
</p>
<p v-if="item.PriceOfferUrl&&item.PriceOfferUrl!=''">
<a style="color:blue;" :href="item.PriceOfferUrl" v-if="item.PriceOfferUrl"
target="_blank">下载报价单</a>
</p>
</div> </div>
</div> </div>
<div class="d2"> <div class="d2">
...@@ -1335,8 +1346,8 @@ ...@@ -1335,8 +1346,8 @@
</p> </p>
<p> <p>
<span>{{ $t("scen.sc_cp") }}</span>{{ item.OutBranchName }} <span>{{ $t("scen.sc_cp") }}</span>{{ item.OutBranchName }}
<span class="TC_neibu" style="float: inherit;color: #ffffff;margin-left: 5px;" v-if="item.StandardCurrencyName" <span class="TC_neibu" style="float: inherit;color: #ffffff;margin-left: 5px;"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元', v-if="item.StandardCurrencyName" :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='', 'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span> 'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</p> </p>
...@@ -2710,7 +2721,7 @@ ...@@ -2710,7 +2721,7 @@
ChirdNum + ChirdNum +
Number(this.addMsg.BabyNum) + Number(this.addMsg.BabyNum) +
Number(this.addMsg.OldPeopleNum); Number(this.addMsg.OldPeopleNum);
this.TotalNumber = this.TotalNumber =
Number(this.addMsg.AirticketNum) + Number(this.addMsg.AirticketNum) +
Number(this.addMsg.ManNum) + Number(this.addMsg.ManNum) +
ChirdNum + ChirdNum +
...@@ -2952,7 +2963,7 @@ ...@@ -2952,7 +2963,7 @@
this.autoRemarks("TripleRoomNum", "三人房"); this.autoRemarks("TripleRoomNum", "三人房");
}, },
submitForm(addMsg) { submitForm(addMsg) {
if(this.TotalNumber==0){ if (this.TotalNumber == 0) {
this.$message.error('总人数不能小于1人') this.$message.error('总人数不能小于1人')
return return
} }
...@@ -3651,4 +3662,5 @@ ...@@ -3651,4 +3662,5 @@
this.getFylx(); this.getFylx();
}, },
}; };
</script>
\ No newline at end of file </script>
<style> <style>
@import "../../../assets/css/newTravelManager.css"; @import "../../../assets/css/newTravelManager.css";
.opbdList{
.opbdList {
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;
width: 25px; width: 25px;
...@@ -10,9 +11,10 @@ ...@@ -10,9 +11,10 @@
line-height: 25px; line-height: 25px;
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
} }
.Audian_cent{
.Audian_cent {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex: 1; -ms-flex: 1;
display: -webkit-box; display: -webkit-box;
...@@ -22,7 +24,12 @@ ...@@ -22,7 +24,12 @@
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
} }
.quoTation .Audit_left{align-items: center;border-right: 1px dashed #dddddd;padding-right: 20px;}
.quoTation .Audit_left {
align-items: center;
border-right: 1px dashed #dddddd;
padding-right: 20px;
}
</style> </style>
<template> <template>
...@@ -75,9 +82,9 @@ ...@@ -75,9 +82,9 @@
<li v-for="item in dataList" :key="item.subCode" :data-id='item.ID' style="padding:0 15px;"> <li v-for="item in dataList" :key="item.subCode" :data-id='item.ID' style="padding:0 15px;">
<div class="Audit_left" style="width:80px"> <div class="Audit_left" style="width:80px">
<div> <div>
<el-tooltip popper-class="max-w250" effect="dark" :content="item.ID" placement="top-start"> <el-tooltip popper-class="max-w250" effect="dark" :content="item.ID" placement="top-start">
<span style="position:relative;top:15px;">编号:{{item.ID}}</span> <span style="position:relative;top:15px;">编号:{{item.ID}}</span>
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div class="Audit_left" style="width:20%;"> <div class="Audit_left" style="width:20%;">
...@@ -87,7 +94,8 @@ ...@@ -87,7 +94,8 @@
<span>{{item.LineName}}</span> <span>{{item.LineName}}</span>
</el-tooltip> </el-tooltip>
</p> </p>
<p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.LtName" class="iconfont icon-richeng"></i> <p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.LtName"
class="iconfont icon-richeng"></i>
<span>{{item.LtName}}</span> <span>{{item.LtName}}</span>
</p> </p>
</div> </div>
...@@ -99,7 +107,8 @@ ...@@ -99,7 +107,8 @@
<span>{{item.Title}}</span> <span>{{item.Title}}</span>
</el-tooltip> </el-tooltip>
</p> </p>
<p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.CustomerName" class="iconfont icon-richeng"></i> <p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.CustomerName"
class="iconfont icon-richeng"></i>
<span>{{item.CustomerName}}</span> <span>{{item.CustomerName}}</span>
</p> </p>
</div> </div>
...@@ -252,7 +261,7 @@ ...@@ -252,7 +261,7 @@
</div> </div>
</el-col> </el-col>
<el-col :span="10" style="margin-top:30px;"> <el-col :span="10" style="margin-top:30px;">
<el-form-item label="审批说明" > <el-form-item label="审批说明">
<el-input type="textarea" class="w600" v-model="AuditInfo.AuditContent"></el-input> <el-input type="textarea" class="w600" v-model="AuditInfo.AuditContent"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
</template> </template>
</td> </td>
</tr> </tr>
<tr> <tr v-if="IsEdit==2">
<td colspan="13" style="text-align:center;"> <td colspan="13" style="text-align:center;">
<input type="button" class="normalBtn" value="同意" @click="SubSaveType(3)" /> <input type="button" class="normalBtn" value="同意" @click="SubSaveType(3)" />
<input type="button" class="normalBtn" value="拒绝" @click="SubSaveType(4)" /> <input type="button" class="normalBtn" value="拒绝" @click="SubSaveType(4)" />
......
<style>
</style>
<template>
<div>
支付宝支付
<iframe :srcdoc="aliMsg.payData" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"
width="200" height="200" style="overflow: hidden">
</iframe>
</div>
</template>
<script>
export default {
components: {
},
data() {
return {
aliMsg: {
payData: ""
},
isShow: true,
};
},
mounted() {
},
created() {
this.testALiPay();
},
methods: {
testALiPay() {
var postMsg = {
"OrderNo": "D202303171113570001"
};
this.apipost(
"GetAliPayByOrderNo_post", postMsg,
res => {
if (res.data.resultCode == 1) {
this.aliMsg.payData = res.data.data.QrCode;
// this.isShow=true;
this.$nextTick(() => {
// document.querySelector(".aLiForom form").setAttribute("target", "_blank");
// document.querySelector(".aLiForom form input")[1].click();
});
}
}
);
},
}
};
</script>
This source diff could not be displayed because it is too large. You can view the blob instead.
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