Commit fcae7b99 authored by 黄媛媛's avatar 黄媛媛

新增财务单据 备注换行

parent e48d13b4
......@@ -1432,7 +1432,7 @@ export default {
var gjzd = guojizhongduan==''?'':'国际中段:'+guojizhongduan;
var sj = shuijin==''?'':'税金:'+shuijin;
var sc = shengcang==''?'':'升舱:'+shengcang;
this.Description= gj+' '+gn+' '+gjzd+ ' '+ sj+' '+sc
this.Description= gj+`\n`+gn+`\n`+gjzd+`\n`+sj+`\n`+sc
}
}
},
......
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