Commit ec4a0f81 authored by 黄奎's avatar 黄奎

包车处理

parent 863f251a
<style scoped>
.combottomDiv {
.combottomDiv {
width: inherit;
}
}
.lineMG .query_box {
.lineMG .query_box {
font-size: 12px;
padding: 29px 0;
padding-right: 30px;
display: flex;
justify-content: space-between;
}
}
.lineMG .el-switch.is-checked .el-switch__core {
.lineMG .el-switch.is-checked .el-switch__core {
border-color: #4bca81;
background-color: #4bca81;
}
}
.lineMG .addCompany {
.lineMG .addCompany {
width: 440px;
max-height: 600px;
}
}
.lineMG .addCompany .el-dialog__body {
.lineMG .addCompany .el-dialog__body {
height: 486px;
overflow: auto;
}
}
.lineMG .query_box div label {
.lineMG .query_box div label {
display: inline-block;
min-width: 80px;
text-align: right;
font-style: normal;
margin: 0 20px 0 0;
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
}
input[type="number"] {
input[type="number"] {
-moz-appearance: textfield;
}
}
.lineType {
.lineType {
width: 51px;
height: 24px;
display: inline-block;
......@@ -53,15 +53,15 @@ input[type="number"] {
border-radius: 4px;
background-color: #ff9c00;
color: #ffffff;
}
}
.lineMG .LMTable tr {
.lineMG .LMTable tr {
height: 70px;
text-align: center !important;
background-color: #fff;
}
}
.comPanyNum {
.comPanyNum {
font-size: 14px;
color: #333333;
display: inline-block;
......@@ -69,155 +69,155 @@ input[type="number"] {
cursor: pointer;
margin-bottom: 5px;
text-decoration: underline;
}
}
.comPanyNum:hover {
.comPanyNum:hover {
color: #e95252;
}
}
.zhicai:first-child {
.zhicai:first-child {
margin-top: 23px;
}
}
.zhicai {
.zhicai {
color: #47bf8c;
}
}
.partCompany {
.partCompany {
padding: 0;
box-shadow: 0px 1px 3px 0px #dedede;
}
}
.partCompany .popper__arrow::after {
.partCompany .popper__arrow::after {
border-bottom-color: #ededed !important;
}
}
.partCompany table {
.partCompany table {
padding: 10px 0 0 20px;
background-color: #ededed;
border-collapse: collapse;
border: 1px solid #d2d2d2;
font-size: 12px;
}
}
.partCompany table th {
.partCompany table th {
background-color: #ededed;
padding: 5px;
}
}
.partCompany table td {
.partCompany table td {
background-color: #ffffff;
padding: 9px 15px;
color: #333333;
border: 1px solid #d2d2d2;
}
}
.partCompany table td._d_name {
.partCompany table td._d_name {
background-color: #ededed;
}
}
.partCompany table ._color_666 {
.partCompany table ._color_666 {
color: #666666;
}
}
.partCompany table tr._color_666 th {
.partCompany table tr._color_666 th {
padding: 9px 15px;
}
}
.LineName {
.LineName {
display: inline-block;
width: 170px;
margin: 30px 0 0 20px;
text-align: left;
}
}
.lineMG .LM_Back {
.lineMG .LM_Back {
background-color: #f2f2f2;
}
}
.redType {
.redType {
color: #e95252;
}
}
.lineMG .tbDiv {
.lineMG .tbDiv {
overflow-y: auto;
}
}
.departListDiv {
.departListDiv {
width: 100%;
height: 200px;
overflow-y: auto;
}
}
.lineMG .tbDiv::-webkit-scrollbar {
.lineMG .tbDiv::-webkit-scrollbar {
width: 4px;
height: 8px;
}
}
.lineMG .tbDiv::-webkit-scrollbar-track {
.lineMG .tbDiv::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
border-radius: 4px;
background: #ededed;
}
}
.lineMG .tbDiv::-webkit-scrollbar-thumb {
.lineMG .tbDiv::-webkit-scrollbar-thumb {
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
background: #c9c9c9;
}
}
.departListDiv::-webkit-scrollbar {
.departListDiv::-webkit-scrollbar {
width: 4px;
height: 8px;
}
}
.departListDiv::-webkit-scrollbar-track {
.departListDiv::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
border-radius: 4px;
background: #ededed;
}
}
.departListDiv::-webkit-scrollbar-thumb {
.departListDiv::-webkit-scrollbar-thumb {
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
background: #c9c9c9;
}
}
.LMTable {
.LMTable {
width: 100%;
font-size: 12px;
}
}
.lineMG .LMTable tr th {
.lineMG .LMTable tr th {
border-bottom: 1px solid #d1d1d1;
}
}
.lineMG .tbDiv .LMTable td {
.lineMG .tbDiv .LMTable td {
border-bottom: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
position: relative;
text-align: center;
padding: 5px;
min-width: 250px;
}
}
.lineMG .tbDiv table {
.lineMG .tbDiv table {
padding-right: 80px;
margin-top: 10px;
border-top: 1px solid #d1d1d1;
border-left: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
}
}
.upFentan {
.upFentan {
text-decoration: underline;
cursor: pointer;
position: absolute;
right: 13px;
top: 32%;
}
}
.subCountryList {
.subCountryList {
width: 150px;
text-align: left;
display: inline-block;
......@@ -226,32 +226,32 @@ input[type="number"] {
white-space: nowrap;
position: relative;
top: 3px;
}
}
.lineMG ._addLineTB tr {
.lineMG ._addLineTB tr {
height: 40px !important;
}
}
.saveCompanyBtn {
.saveCompanyBtn {
margin-top: 20px;
}
}
.setItem {
.setItem {
cursor: pointer;
text-decoration: underline;
position: absolute;
right: 13px;
top: 32%;
}
}
._LMComdiv {
._LMComdiv {
float: left;
width: 32%;
text-align: left;
margin-top: 20px;
}
}
.LineRank {
.LineRank {
width: 24px;
height: 24px;
background-color: #2aaef2;
......@@ -260,30 +260,30 @@ input[type="number"] {
line-height: 24px;
color: #fff;
margin: 15px auto 5px;
}
}
.lineMG .joinDepart {
.lineMG .joinDepart {
display: inline-block;
margin-right: 50px;
text-align: left;
float: left;
width: 180px;
}
}
.lineMG .LM_Rank {
.lineMG .LM_Rank {
text-align: center;
}
}
._LowDisMoney {
._LowDisMoney {
text-align: left;
margin: 20px 0 0 25px;
}
}
.LM_Btcontent {
.LM_Btcontent {
margin-left: 20px;
}
}
.LM_ul li {
.LM_ul li {
height: 78px;
margin: 20px 0 0px 0px;
transition: linear all 0.5s;
......@@ -292,33 +292,34 @@ input[type="number"] {
border: 1px solid #dddddd;
overflow: hidden;
position: relative;
}
}
.LM_BTNList {
.LM_BTNList {
margin-top: 25px;
}
}
.lineMG .el-button-group .el-button {
.lineMG .el-button-group .el-button {
padding: 5px;
}
}
.lineMG .LM_ul>li:hover {
.lineMG .LM_ul>li:hover {
box-shadow: 0px 0px 20px rgba(191, 191, 191, 1);
transition: all linear 0.5s;
}
}
.lineMG .el-date-editor.el-input,
.el-date-editor.el-input__inner {
.lineMG .el-date-editor.el-input,
.el-date-editor.el-input__inner {
width: auto;
}
}
.SP_datePicker .el-input__inner {
.SP_datePicker .el-input__inner {
padding-right: 0 !important;
}
}
.SP_AddTicket {
.SP_AddTicket {
margin: 10px 10px 0 30px;
}
}
</style>
<template>
<div class="flexOne lineMG">
......@@ -364,6 +365,7 @@ input[type="number"] {
<div>{{ item.B2BPrice }}</div>
</div>
</el-col>
<template v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<el-col :span="2">
<div class="_LowDisMoney">
<div>B2C价格</div>
......@@ -376,6 +378,7 @@ input[type="number"] {
<div>{{ item.SalesPrice }}</div>
</div>
</el-col>
</template>
<el-col :span="3">
<div class="_LowDisMoney">
<div>机场</div>
......@@ -452,17 +455,20 @@ input[type="number"] {
<el-input type="text" v-model="addMsg.B2BPrice" @keyup.native="checkPrice(addMsg, 'B2BPrice')"></el-input>
</el-form-item>
</el-col>
<template v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2">
<el-col :span="4">
<el-form-item :label="$t('hotel.hotel_B2CPrice')" prop="B2CPrice">
<el-input type="text" v-model="addMsg.B2CPrice" @keyup.native="checkPrice(addMsg, 'B2CPrice')"></el-input>
<el-input type="text" v-model="addMsg.B2CPrice" @keyup.native="checkPrice(addMsg, 'B2CPrice')">
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item :label="$t('hotel.hotel_SalesPrice')" prop="SalesPrice">
<el-input type="text" v-model="addMsg.SalesPrice"
@keyup.native="checkPrice(addMsg, 'SalesPrice')"></el-input>
<el-input type="text" v-model="addMsg.SalesPrice" @keyup.native="checkPrice(addMsg, 'SalesPrice')">
</el-input>
</el-form-item>
</el-col>
</template>
<el-col :span="4">
<el-form-item label="机场" prop="AirportId" v-if="dataInfo.CarType == 1 || dataInfo.CarType == 2">
<el-select v-model="addMsg.AirportId" filterable placeholder="请选择机场">
......@@ -507,7 +513,7 @@ input[type="number"] {
</div>
</template>
<script>
export default {
export default {
data() {
var validateCurrent = (rule, value, callback) => {
if (value === 0) {
......@@ -533,35 +539,30 @@ export default {
ProductId: 0,
StartDate: "",
EndDate: "",
Inventory: 0,//库存数量
B2BPrice: 0.0,//B2B价格
B2CPrice: 0.0,//B2C价格
SalesPrice: 0.0,//内部价格
Inventory: 0, //库存数量
B2BPrice: 0.0, //B2B价格
B2CPrice: 0.0, //B2C价格
SalesPrice: 0.0, //内部价格
Remark: "",
CostPrice: 0.0,//成本价格
CostPrice: 0.0, //成本价格
CurrencyId: 0,//币种
CurrentRate: 0.0,//汇率
AirportId: '',//机场ID (接送机才有)
CurrencyId: 0, //币种
CurrentRate: 0.0, //汇率
AirportId: '', //机场ID (接送机才有)
},
rules: {
//表单必填验证
StartDate: [
{
StartDate: [{
required: true,
message: "开始日期必填",
trigger: "change"
}
],
EndDate: [
{
}],
EndDate: [{
required: true,
message: "结束日期必填",
trigger: "change"
}
],
CostPrice: [
{
}],
CostPrice: [{
required: true,
message: "请输入成本价",
trigger: "change"
......@@ -571,8 +572,7 @@ export default {
message: "请输入两位小数"
}
],
Inventory: [
{
Inventory: [{
required: true,
message: "请输入库存",
trigger: "change"
......@@ -582,8 +582,7 @@ export default {
message: "请输入正确的数字"
}
],
B2BPrice: [
{
B2BPrice: [{
required: true,
message: "请输入B2B价格",
trigger: "change"
......@@ -593,8 +592,7 @@ export default {
message: "请输入两位小数"
}
],
B2CPrice: [
{
B2CPrice: [{
required: true,
message: "请输入B2C价格",
trigger: "change"
......@@ -604,8 +602,7 @@ export default {
message: "请输入两位小数"
}
],
SalesPrice: [
{
SalesPrice: [{
required: true,
message: "请输入成本价格",
trigger: "change"
......@@ -615,26 +612,22 @@ export default {
message: "请输入两位小数"
}
],
AirportId: [
{
AirportId: [{
required: true,
message: "请选择机场",
trigger: "change"
},
],
}, ],
CurrencyId: [
// {
// validator:validateCurrent,
// trigger: "change"
// }
],
CurrentRate: [
{
CurrentRate: [{
required: true,
message: "请输输入汇率",
trigger: "change"
}
]
}]
},
msg: {
pageIndex: 1,
......@@ -662,11 +655,12 @@ export default {
addPickerBeginDateAfter: {
disabledDate: time => {
// let startTime = new Date(this.addMsg.StartDate);
let startTime = new Date(this.getBeforeDate(1,new Date(this.addMsg.StartDate).Format("yyyy-MM-dd")));
let startTime = new Date(this.getBeforeDate(1, new Date(this.addMsg.StartDate).Format("yyyy-MM-dd")));
return startTime.getTime() >= time.getTime();
}
},
dataInfo: null
dataInfo: null,
currentUserInfo: {},
};
},
methods: {
......@@ -718,29 +712,27 @@ export default {
ProductId: this.ProductId,
StartDate: item.StartDate,
EndDate: item.EndDate,
Inventory: item.Inventory,//库存数量
B2BPrice: item.B2BPrice,//B2B价格
B2CPrice: item.B2CPrice,//B2C价格
SalesPrice: item.SalesPrice,//内部价格
Inventory: item.Inventory, //库存数量
B2BPrice: item.B2BPrice, //B2B价格
B2CPrice: item.B2CPrice, //B2C价格
SalesPrice: item.SalesPrice, //内部价格
Remark: item.Remark,
CostPrice: item.CostPrice,//成本价格
CurrencyId: item.CurrencyId,//币种
CurrentRate: item.CurrentRate,//汇率
CostPrice: item.CostPrice, //成本价格
CurrencyId: item.CurrencyId, //币种
CurrentRate: item.CurrentRate, //汇率
AirportId: item.AirportId,
}
},
//获取所有币种
getAllCurrency() {
this.apipost(
"financeinfo_post_GetList",
{},
"financeinfo_post_GetList", {},
res => {
if (res.data.resultCode == 1) {
this.allCurrencyList = res.data.data;
}
},
err => { }
err => {}
);
},
//获取当前下拉选中币种汇率
......@@ -765,8 +757,9 @@ export default {
//HK新增查询条件
initAirport() {
this.apipost(
"CarSingle_post_GetCarSingleAirportList",
{ ProductId: this.ProductId },
"CarSingle_post_GetCarSingleAirportList", {
ProductId: this.ProductId
},
response => {
if (response.data.resultCode == 1) {
this.AirportList = response.data.data;
......@@ -778,8 +771,7 @@ export default {
// 获取产品详情
getInfo() {
this.apipost(
"CarSingle_post_GetCarSingleProductInfo",
{
"CarSingle_post_GetCarSingleProductInfo", {
ProductId: this.ProductId
},
res => {
......@@ -805,7 +797,6 @@ export default {
that.Success("保存成功!");
that.isShowDIv = false;
that.resetForm("addMsg");
// this.goUrl('CharteringProductList', this.CarId);
} else {
this.Error(res.data.message);
}
......@@ -817,15 +808,13 @@ export default {
var that = this;
that.Confirm("是否删除?", function () {
that.apipost(
"ticketcouponsprice_post_Remove",
{
"ticketcouponsprice_post_Remove", {
PriceId: Id
},
res => {
if (res.data.resultCode == 1) {
that.Success("删除成功!");
that.initDataTable();
// that.goUrl('ticketManagement', that.CarId);
} else {
that.Error(res.data.message);
}
......@@ -851,8 +840,7 @@ export default {
//获取供应商是否显示
getSuplier() {
this.apipost(
"ticketcoupons_post_Get",
{
"ticketcoupons_post_Get", {
ID: this.CarId
},
res => {
......@@ -871,6 +859,9 @@ export default {
});
},
},
created() {
this.currentUserInfo = this.getLocalStorage();
},
mounted() {
if (this.$route.query && this.$route.query.obj) {
this.querys = JSON.parse(this.$route.query.obj)
......@@ -879,12 +870,12 @@ export default {
this.msg.CarId = this.querys.CarId;
this.msg.ProductId = this.querys.ProductId;
}
this.getSuplier();
this.initAirport();
this.getAllCurrency();
this.initDataTable();
this.getInfo()
}
};
};
</script>
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