Commit 2d7ddf24 authored by qinj's avatar qinj

注册资金修改

parent 1d9e4702
......@@ -449,12 +449,14 @@ export default {
} else if (this.formData.ExtProcessNode_SDK == 4) {
if (!this.formData.ExtRegisteredCapital_SDK) {
return this.$message.warning('请输入注册资金')
}else{
this.dialogFormVisible = true
this.status = 1
}
} else {
this.dialogFormVisible = true
this.status = 1
}
},
reject() {
this.dialogFormVisible = true
......
......@@ -395,6 +395,9 @@ export default {
} else if (this.formData.ExtProcessNode_SDK == 5) {
if (!this.formData.ExtRegisteredCapital_SDK) {
return this.$message.warning('请输入注册资金')
}else{
this.dialogFormVisible = true
this.status = 1
}
} else {
this.dialogFormVisible = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment