|
|
@@ -864,9 +864,10 @@
|
|
|
(row) => row.pinyin !== 'ChengBenXiangMu' && row.pinyin !== 'XingCi'
|
|
|
)
|
|
|
let document = this.documentData.documentTypes.find(
|
|
|
- (item) => item.id == row.documentId
|
|
|
+ (item) => item.id == this.document.documentId
|
|
|
)
|
|
|
- let documenName = document.documentTypeName || documentName || ''
|
|
|
+ let documenName =
|
|
|
+ document.documentTypeName || document.documentName || ''
|
|
|
this.costDocumentTemplateFiles.forEach((item) => {
|
|
|
if (item.pinyin.includes('BeiJianShenDanWei')) {
|
|
|
item.dataValue = unit.unitName
|