|
|
@@ -484,7 +484,7 @@
|
|
|
backRemark: '',
|
|
|
ProfessionalAudit: '', // 业务处室专业审批人id
|
|
|
chooseAuditorVisible: false,
|
|
|
- textplaceholder: '审核意见须具体、明确(含企业资质、资信、能力等内容,不少于20字)',
|
|
|
+ textplaceholder: '审核意见须具体、明确(含企业资质、资信、能力等内容)',
|
|
|
equipmentList: [], // 企业主要装备情况
|
|
|
performanceList: [], // 近三年主要工程业绩
|
|
|
patentList: [], // 专利及专有技术
|
|
|
@@ -698,15 +698,15 @@
|
|
|
if (this.formData.Status == '5') {
|
|
|
this.textplaceholder = ''
|
|
|
} else {
|
|
|
- this.textplaceholder = '退回意见不能少于5个字'
|
|
|
+ this.textplaceholder = '退回意见不能少于2个字'
|
|
|
}
|
|
|
this.shenheForm.AuditorRemark = ''
|
|
|
}
|
|
|
} else {
|
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
|
- this.textplaceholder = '审核意见须具体、明确(含企业资质、资信、能力等内容,不少于20字)'
|
|
|
+ this.textplaceholder = '审核意见须具体、明确(含企业资质、资信、能力等内容)'
|
|
|
} else {
|
|
|
- this.textplaceholder = '退回意见不能少于5个字'
|
|
|
+ this.textplaceholder = '退回意见不能少于2个字'
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -1155,10 +1155,10 @@
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 5) {
|
|
|
+ if (this.shenheForm.AuditorRemark.trim().length < 2) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '审批意见不能低于5个字符!'
|
|
|
+ message: '审批意见不能少于2个字!'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
@@ -1229,10 +1229,10 @@
|
|
|
},
|
|
|
commonAuditParamsCheck () {
|
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 20 && this.formData.Status !== '3' && this.formData.Status !== '5' && this.formData.Status !== '10') {
|
|
|
+ if (this.shenheForm.AuditorRemark.trim().length < 2 && this.formData.Status !== '3' && this.formData.Status !== '5' && this.formData.Status !== '10') {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '审批意见不能低于20个字符!'
|
|
|
+ message: '审批意见不能少于2个字!'
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
@@ -1244,10 +1244,10 @@
|
|
|
return false
|
|
|
}
|
|
|
} else {
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 5 && this.formData.Status !== '3' && this.formData.Status !== '5') {
|
|
|
+ if (this.shenheForm.AuditorRemark.trim().length < 2 && this.formData.Status !== '3' && this.formData.Status !== '5') {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '退回意见不能低于5个字符!'
|
|
|
+ message: '退回意见不能少于2个字!'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
@@ -1398,10 +1398,10 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (this.auditform.AuditRemark.trim().length < 20) {
|
|
|
+ if (this.auditform.AuditRemark.trim().length < 2) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '审批意见不能低于20个字符!'
|
|
|
+ message: '审批意见不能少于2个字!'
|
|
|
})
|
|
|
return false
|
|
|
} */
|
|
|
@@ -1414,10 +1414,10 @@
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
- if (this.auditform.AuditRemark.trim().length < 5) {
|
|
|
+ if (this.auditform.AuditRemark.trim().length < 2) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '退回意见不能低于5个字符!'
|
|
|
+ message: '退回意见不能少于2个字!'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
@@ -1522,10 +1522,10 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 20 && this.formData.Status !== '3' && this.formData.Status !== '5' && this.formData.Status !== '10') {
|
|
|
+ if (this.shenheForm.AuditorRemark.trim().length < 2 && this.formData.Status !== '3' && this.formData.Status !== '5' && this.formData.Status !== '10') {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '审批意见不能低于20个字符!'
|
|
|
+ message: '审批意见不能少于2个字!'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
@@ -1547,10 +1547,10 @@
|
|
|
if (this.formData.Status === '10') {
|
|
|
this.shenheForm.AuditorRemark = this.backRemark
|
|
|
}
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 5 && this.formData.Status !== '3' && this.formData.Status !== '5') {
|
|
|
+ if (this.shenheForm.AuditorRemark.trim().length < 2 && this.formData.Status !== '3' && this.formData.Status !== '5') {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
- message: '退回意见不能低于5个字符!'
|
|
|
+ message: '退回意见不能少于2个字!'
|
|
|
})
|
|
|
return
|
|
|
}
|