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

备注问题

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