给系统页头增加公司名称的展示

This commit is contained in:
季圣华
2023-02-25 09:53:15 +08:00
parent a820321b1f
commit a7345d50d2
7 changed files with 30 additions and 7 deletions

View File

@@ -134,6 +134,7 @@
// 新增时子表默认添加几行空数据
addDefaultRowNum: 1,
visible: false,
prefixNo: 'ZZ',
model: {},
fileList:[],
labelCol: {
@@ -196,7 +197,7 @@
editAfter() {
this.billStatus = '0'
if (this.action === 'add') {
this.addInit("ZZ")
this.addInit(this.prefixNo)
this.fileList = []
} else {
this.model.billTime = this.model.billTimeStr