Commit c0e3084a authored by dragondean@qq.com's avatar dragondean@qq.com

修复模板中文标题回显成了英文的

parent be9ad22b
......@@ -946,7 +946,7 @@ export default {
this.lineform.makeBillNode = row.makeBillNode || '6';
this.lineform.currencyUnit = row.currencyUnit ? row.currencyUnit : 1
this.lineform.controlStatus = row.controlStatus ? row.controlStatus : 0
this.lineform.tempTitleZh = row.tempTitleEn
this.lineform.tempTitleZh = row.tempTitleZh
this.lineform.tempTitleEn = row.tempTitleEn
// 先清空 发货人和收货人信息
this.lineform.senderInfo = {
......
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