Commit 4ac2cd9d authored by 华国豪's avatar 华国豪 🙄

备注问题

parent 2283813c
......@@ -492,7 +492,7 @@
</div>
<div class="_remark">
<p>{{$t('system.label_info')}}</p>
<textarea v-model="msg.Description">
<textarea v-model="Description">
</textarea>
</div>
<div>
......@@ -915,7 +915,7 @@ export default {
}
}
this.loading = true;
// this.msg.Description=this.Description;
this.msg.Description=this.Description;
this.apipost('Financial_post_Set',this.msg,res=>{
if(res.data.resultCode==1){
//清除旅客名单数据
......@@ -1257,7 +1257,7 @@ export default {
if(this.orderObj!=null&&this.orderObj.OrderSource===10){
}else{
this.msg.Description=this.GetDetail.Description;
this.Description=this.GetDetail.Description;
}
if(this.orderObj){
......@@ -1272,7 +1272,7 @@ export default {
this.detailList.UnitPrice = this.orderObj.Money?this.orderObj.Money:0;
this.detailList.Number = this.orderObj.CostType ? 1 : 0
if (!JSON.parse(sessionStorage.getItem("saveGuestInfo"))){
this.msg.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
this.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
}
}
if(data.VorcherInos){
......
......@@ -398,7 +398,7 @@
</div>
<div class="_remark">
<p>{{$t('system.label_info')}}</p>
<textarea v-model="msg.Description">
<textarea v-model="Description">
</textarea>
</div>
......@@ -485,7 +485,7 @@ import TicketingModule from "../commonPage/TicketingModule.vue";
export default {
data(){
return{
Description:'',
Description: '',
msg:{
FrID:0,
ClientType:0,
......@@ -1053,7 +1053,7 @@ export default {
this.msg.TipGuestList=tipguestInfo;
}
// this.msg.Description=this.Description;
this.msg.Description=this.Description;
if(z){
this.msg.Status = 0;
}else{
......@@ -1396,7 +1396,7 @@ export default {
this.msg.SourceID = this.orderObj.SourceID?this.orderObj.SourceID:0;
this.msg.CallType=this.orderObj.CallType?this.orderObj.CallType:0;
if (!JSON.parse(sessionStorage.getItem("saveGuestInfo"))){
this.msg.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
this.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
}
}
if(data.VorcherInos){
......
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