52710 【手机端】标准入库流程 批准节点 驳回按钮 点击无效果
This commit is contained in:
@@ -845,8 +845,12 @@ export default {
|
|||||||
handleSave() {
|
handleSave() {
|
||||||
},
|
},
|
||||||
handle1() {
|
handle1() {
|
||||||
this.formTongGuo.approvalOpinion = 1
|
if(this.formTongGuo.commentText){
|
||||||
this.handleSubmit()
|
this.formTongGuo.approvalOpinion = 1
|
||||||
|
this.handleSubmit()
|
||||||
|
}else{
|
||||||
|
this.$message.warning('请填写审批意见')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
handle2() {
|
handle2() {
|
||||||
this.formTongGuo.approvalOpinion = 0
|
this.formTongGuo.approvalOpinion = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user