Commit 14f030bf authored by zhengke's avatar zhengke

修改单据

parent 7ca3ab98
...@@ -1390,7 +1390,12 @@ export default { ...@@ -1390,7 +1390,12 @@ export default {
guojiSessions.shengcangArr.forEach(x=>{ guojiSessions.shengcangArr.forEach(x=>{
shengcang+=x+' ' shengcang+=x+' '
}) })
this.Description='国际机票:'+guoji+' '+'国内航段:'+guonei+' '+'国际中断:'+guojizhongduan+' '+'税金:'+shuijin+' '+'升舱:'+shengcang var gj = guoji==''?'':'国际机票:'+guoji;
var gn = guonei==''?'':'国内航段:'+guonei;
var gjzd = guojizhongduan==''?'':'国际中断:'+guojizhongduan;
var sj = shuijin==''?'':'税金:'+shuijin;
var sc = shengcang==''?'':'升舱:'+shengcang;
this.Description= gj+' '+gn+' '+gjzd+ ' '+ sj+' '+sc
} }
} }
},created(){ },created(){
......
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