|
|
@@ -703,7 +703,7 @@
|
|
|
this.shenheForm.AuditorRemark = ''
|
|
|
}
|
|
|
} else {
|
|
|
- if (this.shenheForm.SuccessStatus === 1){
|
|
|
+ if (this.shenheForm.SuccessStatus === 1) {
|
|
|
this.textplaceholder = '审核意见须具体、明确(含企业资质、资信、能力等内容,不少于20字)'
|
|
|
} else {
|
|
|
this.textplaceholder = '退回意见不能少于5个字'
|
|
|
@@ -1391,7 +1391,7 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- if (this.auditform.AuditRemark.trim().length < 1) {
|
|
|
+ /* if (this.auditform.AuditRemark.trim().length < 1) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: '请填写审批意见!'
|
|
|
@@ -1404,7 +1404,7 @@
|
|
|
message: '审批意见不能低于20个字符!'
|
|
|
})
|
|
|
return false
|
|
|
- }
|
|
|
+ } */
|
|
|
} else {
|
|
|
this.auditform.AuditRemark = this.backRemark
|
|
|
if (this.auditform.AuditRemark.trim().length < 1) {
|