更新200mm打印
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
||||
'shibiema': this.previewData.szsbm || '', // 数字识别码
|
||||
'danwei': this.previewData.dwmc || '', // 单位名称
|
||||
'lianxi': (this.previewData.lxr || '') + ' ' + (this.previewData.lxrsj || ''), // 联系人
|
||||
'riqi': this.previewData.cssj || '', // 产生时间
|
||||
'riqi': (this.previewData.cssj || '').split(' ')[0], // 产生时间(仅日期)
|
||||
'zhongliang': (this.previewData.csl || '') + ' ' + (this.previewData.jldw || ''), // 重量
|
||||
'beizhu': this.previewData.wxtx || '-', // 备注 危险特征
|
||||
'biaoshi': '', // 标识
|
||||
|
||||
Reference in New Issue
Block a user