给单据增加审核中的状态

This commit is contained in:
季圣华
2023-02-24 01:54:14 +08:00
parent bf9bbd5690
commit 668f0653da
22 changed files with 24 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
this.height = height
this.sendWorkflowUrl = sendWorkflowUrl
this.visible = true
this.modalStyle = 'top:20%; height: 50%;'
this.modalStyle = 'top:20%; height: 55%;'
this.model = Object.assign({}, record)
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.model,'id'))