增加租户界面、单据优化

This commit is contained in:
季圣华
2021-06-01 23:33:36 +08:00
parent 15245791c8
commit 6d7cbe7612
19 changed files with 279 additions and 26 deletions

View File

@@ -141,6 +141,7 @@
addDefaultRowNum: 1,
visible: false,
operTimeStr: '',
prefixNo: 'XSTH',
model: {},
labelCol: {
xs: { span: 24 },
@@ -205,7 +206,7 @@
//调用完edit()方法之后会自动调用此方法
editAfter() {
if (this.action === 'add') {
this.addInit("XSTH")
this.addInit(this.prefixNo)
this.personList.value = ''
} else {
this.model.operTime = this.model.operTimeStr