Commit ac658bfb authored by youjie's avatar youjie

no message

parent fdbe1842
......@@ -202,7 +202,7 @@
}
.productQuerybottomLayer .el-input-number {
width: auto !important;
/* width: auto !important; */
}
.groupTourOrderLeaderItem {
......@@ -925,7 +925,7 @@
</el-col>
<el-col :span="4">
<el-form-item label="预计提成" prop="Commission">
<el-input v-model='addMsg.Commission' :disabled="true" style="width: 100%;"></el-input>
<el-input v-model='addMsg.Commission' :disabled="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="4" v-show="addMsg.CustomerType==1||addMsg.CustomerType==2">
......@@ -1045,7 +1045,7 @@
<span class="colorE95252" v-show='!returnPriceShow'>暂无报价!</span>
</el-form-item>
</el-col>
<el-col :span="4" v-if="isChecked==true">
<el-col :span="8" v-if="isChecked==true">
<template>
<el-form-item label="成交单价" prop="Unit_Price" v-if="HightUnitPrice === '2'">
<el-select v-model='addMsg.Unit_Price' filterable :placeholder="$t('pub.pleaseSel')"
......@@ -1059,6 +1059,7 @@
<el-input v-model='addMsg.Unit_Price' @change="getTotalPrice(3)"></el-input>
</el-form-item>
</template>
<div style="display: flex;flex-direction: row;align-items: center;">
<el-form-item label="高于本团单价" v-show="addMsg.GroupType != 4">
<el-switch v-model="HightUnitPrice" active-value="1" inactive-value="2"></el-switch>
</el-form-item>
......@@ -1066,6 +1067,7 @@
<p v-if="LessMoney==0" style="line-height: 18px; color: #E95252;">注:如果超出本团的最低让价,差价将由你来承担</p>
<p v-else="LessMoney>0" style="line-height: 18px; color: #E95252;">注:最多少价{{LessMoney}}元,如需少价更多请联系上级主管</p>
</el-form-item>
</div>
</el-col>
<el-col :span="4" v-else>
<el-form-item label="成交单价" prop="Unit_Price">
......
......@@ -206,7 +206,7 @@
}
.productQuerybottomLayer .el-input-number {
width: auto !important;
/* width: auto !important; */
}
.groupTourOrder_count_green {
......@@ -863,7 +863,7 @@
<span class="colorE95252" v-show='!returnPriceShow'>{{$t('pub.NoPrice')}}</span>
</el-form-item>
</el-col>
<el-col :span="4">
<el-col :span="8">
<el-form-item :label="$t('fnc.cjdanjia')" prop="Unit_Price" v-if="HightUnitPrice === '2'">
<el-select v-model='addMsg.Unit_Price' filterable :placeholder="$t('pub.pleaseSel')" @change="getTotalPrice()">
<el-option v-for="(item,index) in Unit_PriceList" :label='item.LessMoney' :value='item.ID' :key='index'>
......@@ -874,6 +874,7 @@
<el-form-item :label="$t('fnc.cjdanjia')" prop="Unit_Price" v-else>
<el-input v-model='addMsg.Unit_Price' @change="getTotalPrice(3)"></el-input>
</el-form-item>
<div style="display: flex;flex-direction: row;align-items: center;">
<el-form-item :label="$t('salesModule.UpTeamPrice')" v-show="addMsg.GroupType!='4'">
<el-switch v-model="HightUnitPrice" active-value="1" inactive-value="2"></el-switch>
</el-form-item>
......@@ -881,6 +882,7 @@
<p v-if="LessMoney==0" style="line-height: 18px; color: #E95252;">{{$t('salesModule.Notice1')}}</p>
<p v-else="LessMoney>0" style="line-height: 18px; color: #E95252;">{{$t('salesModule.Notice2')}}{{LessMoney}}{{$t('salesModule.Notice3')}}</p>
</el-form-item>
</div>
<!--<el-form-item>
<p style="line-height: 18px; color: #E95252;">注:如果超出本团的最低让价,差价将由你来承担</p>
</el-form-item>-->
......@@ -1251,7 +1253,7 @@
<el-row :gutter="20">
<el-col :span="12">
<el-form-item label="集合地" prop="GatherAddress">
<el-input type='textarea' size="small" v-model='addMsg.GatherAddress' placeholder="请输入集合地" style="width: 100%;"></el-input>
<el-input type='textarea' size="small" v-model='addMsg.GatherAddress' placeholder="请输入集合地" style="width: 100%;"></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
......
......@@ -76,7 +76,7 @@
z-index:50;bottom:0;left: 0;border-top:3px solid #38425d;background-color:#FFFFFF;padding: 10px 10px 0;width: 100%;}
.productQuerybottomLayer .el-form-item__label{font-size: 12px!important;}
.productQuerybottomLayer>p{border-left: 3px solid #E95252; text-indent: 15px; height: 16px; font-family: 'PingFangSc-Fine'; font-size: 16px; margin-bottom:20px; line-height: 14px; color: #000;}
.productQuerybottomLayer .el-input{width: auto!important}
/* .productQuerybottomLayer .el-input{width: auto!important} */
.productQueryList .disabledBtn{background: #999!important;border-color:#999!important}
......@@ -262,7 +262,7 @@
<span class="colorE95252" v-show='!returnPriceShow'>{{$t('pub.NoPrice')}}</span>
</el-form-item>
</el-col>
<el-col :span="4">
<el-col :span="8">
<!-- <el-form-item label="成交单价" prop="Unit_Price">
<el-input v-model='addMsg.Unit_Price' :disabled="true" @keyup.native="checkPrice(addMsg,'Unit_Price');getTotalPrice()"></el-input>
</el-form-item> -->
......@@ -278,6 +278,7 @@
<el-input v-else v-model='SingleDMCPrice' @change="getTotalPrice(3)"></el-input>
</el-form-item>
</template>
<div style="display: flex;flex-direction: row;align-items: center;">
<el-form-item :label="$t('salesModule.UpTeamPrice')" v-show="addMsg.GroupType!='4'">
<el-switch v-model="HightUnitPrice" active-value="1" inactive-value="2"></el-switch>
</el-form-item>
......@@ -285,6 +286,7 @@
<p v-if="LessMoney==0" style="line-height: 18px; color: #E95252;">{{$t('salesModule.Notice1')}}</p>
<p v-else="LessMoney>0" style="line-height: 18px; color: #E95252;">{{$t('salesModule.Notice2')}}{{LessMoney}}{{$t('salesModule.Notice3')}}</p>
</el-form-item>
</div>
<!--<el-form-item>
<p style="line-height: 18px; color: #E95252;">注:如果超出本团的最低让价,差价将由你来承担</p>
</el-form-item>-->
......
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