Commit ef4336c6 authored by 黄奎's avatar 黄奎

页面修改

parent 9d73ccd4
<style>
@import "../../assets/css/newTravelManager.css";
@import "../../assets/css/newTravelManager.css";
.productQuerySearch {
width: 100%;
min-height: auto;
......@@ -541,6 +542,7 @@
.productQuerybottomLayer .el-upload-list {
width: 200px;
}
</style>
<template>
<div class="flexOne">
......@@ -1228,6 +1230,15 @@
{{ item.Title }}
</p>
</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 class="d2">
......@@ -1335,8 +1346,8 @@
</p>
<p>
<span>{{ $t("scen.sc_cp") }}</span>{{ item.OutBranchName }}
<span class="TC_neibu" style="float: inherit;color: #ffffff;margin-left: 5px;" v-if="item.StandardCurrencyName"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
<span class="TC_neibu" style="float: inherit;color: #ffffff;margin-left: 5px;"
v-if="item.StandardCurrencyName" :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</p>
......@@ -2710,7 +2721,7 @@
ChirdNum +
Number(this.addMsg.BabyNum) +
Number(this.addMsg.OldPeopleNum);
this.TotalNumber =
this.TotalNumber =
Number(this.addMsg.AirticketNum) +
Number(this.addMsg.ManNum) +
ChirdNum +
......@@ -2952,7 +2963,7 @@
this.autoRemarks("TripleRoomNum", "三人房");
},
submitForm(addMsg) {
if(this.TotalNumber==0){
if (this.TotalNumber == 0) {
this.$message.error('总人数不能小于1人')
return
}
......@@ -3651,4 +3662,5 @@
this.getFylx();
},
};
</script>
\ No newline at end of file
</script>
<style>
@import "../../../assets/css/newTravelManager.css";
.opbdList{
.opbdList {
font-weight: bold;
display: inline-block;
width: 25px;
......@@ -10,9 +11,10 @@
line-height: 25px;
font-size: 12px;
cursor: pointer;
text-align: center;
text-align: center;
}
.Audian_cent{
.Audian_cent {
-webkit-box-flex: 1;
-ms-flex: 1;
display: -webkit-box;
......@@ -22,7 +24,12 @@
-ms-flex-align: 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>
<template>
......@@ -75,9 +82,9 @@
<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>
<el-tooltip popper-class="max-w250" effect="dark" :content="item.ID" placement="top-start">
<span style="position:relative;top:15px;">编号:{{item.ID}}</span>
</el-tooltip>
<el-tooltip popper-class="max-w250" effect="dark" :content="item.ID" placement="top-start">
<span style="position:relative;top:15px;">编号:{{item.ID}}</span>
</el-tooltip>
</div>
</div>
<div class="Audit_left" style="width:20%;">
......@@ -87,7 +94,8 @@
<span>{{item.LineName}}</span>
</el-tooltip>
</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>
</p>
</div>
......@@ -99,7 +107,8 @@
<span>{{item.Title}}</span>
</el-tooltip>
</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>
</p>
</div>
......@@ -252,7 +261,7 @@
</div>
</el-col>
<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-form-item>
</el-col>
......
......@@ -787,7 +787,7 @@
</template>
</td>
</tr>
<tr>
<tr v-if="IsEdit==2">
<td colspan="13" style="text-align:center;">
<input type="button" class="normalBtn" value="同意" @click="SubSaveType(3)" />
<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 diff is collapsed.
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