Browse Source

打印模板表头(公司)名称统一封装

dev_web_online
安虹睿 2 years ago
parent
commit
8b200e0a4f
  1. 1
      fe/PC/src/mixins/printMixin.js

1
fe/PC/src/mixins/printMixin.js

@ -158,6 +158,7 @@ const printEnumOption = {
}
}
_outData.title = propsData.title || ''
_outData.headerName = propsData.headerName || '富维东阳汽车零部件(上海)有限公司'
propsData.details.forEach((item,key) => {
// 序号
item.xh = Number(key) + 1;

Loading…
Cancel
Save