给单据的新增和编辑界面增加审核按钮
This commit is contained in:
@@ -15,6 +15,8 @@ export const FinancialModalMixin = {
|
||||
organList: [],
|
||||
personList: [],
|
||||
accountList: [],
|
||||
billStatus: '0',
|
||||
isCanCheck: true,
|
||||
isTenant: false,
|
||||
spans: {
|
||||
labelCol1: {span: 2},
|
||||
@@ -244,6 +246,11 @@ export const FinancialModalMixin = {
|
||||
});
|
||||
typeof success === 'function' ? success(res) : ''
|
||||
tab.loading = false
|
||||
}
|
||||
},
|
||||
//保存并审核
|
||||
handleOkAndCheck() {
|
||||
this.billStatus = '1'
|
||||
this.handleOk()
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user