Commit b2e7d283 authored by 黄奎's avatar 黄奎

页面修改

parent 66a803f3
...@@ -1356,6 +1356,7 @@ ...@@ -1356,6 +1356,7 @@
SupplierId: 0, //供应商编号 SupplierId: 0, //供应商编号
PriceTeamType: 1, //团队类型 PriceTeamType: 1, //团队类型
PriceOfferUrl: '', //报价单地址 PriceOfferUrl: '', //报价单地址
PriceOfferName: "", //报价单名称
IsUseCompanyBus: 0, //是否使用公司车辆 IsUseCompanyBus: 0, //是否使用公司车辆
BusPriceId: 0, //公司车辆编号 BusPriceId: 0, //公司车辆编号
}; };
...@@ -1980,7 +1981,8 @@ ...@@ -1980,7 +1981,8 @@
let path = "/Upload/Temporary/" let path = "/Upload/Temporary/"
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
this.UploadSelfFileT(path, newArr, x => { this.UploadSelfFileT(path, newArr, x => {
this.priceData.PriceOfferUrl = this.domainManager().ViittoFileUrl + x.data.FilePath, this.priceData.PriceOfferUrl = this.domainManager().ViittoFileUrl + x.data.FilePath;
this.priceData.PriceOfferName = x.data.SourceFileName;
this.Success(this.$t('tips.scchenggong')) this.Success(this.$t('tips.scchenggong'))
}); });
}, },
......
...@@ -543,7 +543,7 @@ ...@@ -543,7 +543,7 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix" > <div class="clearfix">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
<span class="TPsecondTitle">{{$t('Operation.Op_jianmian')}}</span> <span class="TPsecondTitle">{{$t('Operation.Op_jianmian')}}</span>
...@@ -805,13 +805,6 @@ ...@@ -805,13 +805,6 @@
</div> </div>
<div class="clearfix"> <div class="clearfix">
<div class="TPright clearfix"> <div class="TPright clearfix">
<!-- <el-form-item prop="OutBranchId" style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">团队类型</span>
<el-select class="w180" v-model="priceData.PriceTeamType">
<el-option v-for="item in TeamListArr" :key="item.Id" :label="item.Name" :value="item.Id">
</el-option>
</el-select>
</el-form-item> -->
<el-form-item style="margin-top:1px;"> <el-form-item style="margin-top:1px;">
<span class="TP_Sendprepend" style="margin:3px -1px 0 0">报价单地址</span> <span class="TP_Sendprepend" style="margin:3px -1px 0 0">报价单地址</span>
<el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;" <el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
...@@ -994,7 +987,8 @@ ...@@ -994,7 +987,8 @@
let path = "/Upload/Temporary/" let path = "/Upload/Temporary/"
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
this.UploadSelfFileT(path, newArr, x => { this.UploadSelfFileT(path, newArr, x => {
this.priceData.PriceOfferUrl = this.domainManager().ViittoFileUrl + x.data.FilePath, this.priceData.PriceOfferUrl = this.domainManager().ViittoFileUrl + x.data.FilePath;
this.priceData.PriceOfferName = x.data.SourceFileName;
this.Success(this.$t('tips.scchenggong')) this.Success(this.$t('tips.scchenggong'))
}); });
}, },
...@@ -1105,7 +1099,7 @@ ...@@ -1105,7 +1099,7 @@
//非中国大陆护照报价 //非中国大陆护照报价
ForeignPassportPrice: 0, ForeignPassportPrice: 0,
//OP备注 //OP备注
OPRemark:"", OPRemark: "",
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1180,7 +1174,7 @@ ...@@ -1180,7 +1174,7 @@
TCSaleState: 1, TCSaleState: 1,
VisaPrice: 0, VisaPrice: 0,
YSeat: 0, YSeat: 0,
OPRemark:"", OPRemark: "",
} }
this.returnPriceList.push(obj); this.returnPriceList.push(obj);
}) })
......
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