|
@@ -510,7 +510,7 @@
|
|
|
this.$refs['patentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
this.$refs['patentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['winningList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
this.$refs['winningList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['businessList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
this.$refs['businessList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
this.getDictOptions()
|
|
this.getDictOptions()
|
|
|
this.isAccess()
|
|
this.isAccess()
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
@@ -711,8 +711,14 @@
|
|
|
},
|
|
},
|
|
|
// 审核通过
|
|
// 审核通过
|
|
|
makeSure () {
|
|
makeSure () {
|
|
|
- console.log(this.auditer)
|
|
|
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
|
|
|
+ if (this.formData.Status === '1' && this.majorDept.length === 0) {
|
|
|
|
|
+ this.$message({
|
|
|
|
|
+ type: 'warning',
|
|
|
|
|
+ message: '请选择专业科室!'
|
|
|
|
|
+ })
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
if ((!this.auditer || this.auditer === 0) && this.formData.Status !== '2' && this.formData.Status !== '4' && this.formData.Status !== '5') {
|
|
if ((!this.auditer || this.auditer === 0) && this.formData.Status !== '2' && this.formData.Status !== '4' && this.formData.Status !== '5') {
|
|
|
this.$message({
|
|
this.$message({
|
|
|
type: 'warning',
|
|
type: 'warning',
|