|
@@ -306,7 +306,7 @@
|
|
|
},
|
|
|
// 变量值处理
|
|
|
variableValue (row, type) {
|
|
|
- if (type === '1' || type === '2') {
|
|
|
+ if (type === '1' || type === '2' || type === '11') {
|
|
|
row.value = ''
|
|
|
row.showType = true
|
|
|
}
|
|
@@ -372,6 +372,10 @@
|
|
|
i = i + '{day}'
|
|
|
j = j + obj.value
|
|
|
}
|
|
|
+ // 公司简称
|
|
|
+ if (obj.type === '11') {
|
|
|
+ i = i + '{replacement}'
|
|
|
+ }
|
|
|
})
|
|
|
this.inputForm.serialTpl = i
|
|
|
this.inputForm.serialTplEx = j
|