baichengfei 4 år sedan
förälder
incheckning
0dfa9c4c56

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/basicindex.vue

@@ -529,8 +529,9 @@
                   message: res.data.message
                 })
               } else if (res.data.code === -3) {
-                this.$confirm(res.data.message )
+                this.$confirm(res.data.message)
                   .then(_ => {
+                    console.log('年审审批不到期不允许添加2222')
                     // this.addannualdirect()
                   })
                   .catch(_ => {})

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/goodsindex.vue

@@ -532,7 +532,7 @@
                   message: res.data.message
                 })
               } else if (res.data.code === -3) {
-                console.log('年审审批2222')
+                console.log('年审审批不到期不允许添加2222')
                 this.$confirm(res.data.message)
                   .then(_ => {
                     // this.addannualdirect()

+ 3 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/techindex.vue

@@ -462,8 +462,9 @@ import WfHistory from '@/components/workflow/wfmultihistory.vue'
                   message: res.data.message
                 })
               } else if (res.data.code === -3) {
-                this.$confirm(res.data.message )
+                this.$confirm(res.data.message)
                   .then(_ => {
+                    console.log('年审审批不到期不允许添加2222')
                     // this.addannualdirect()
                   })
                   .catch(_ => {})
@@ -531,7 +532,7 @@ import WfHistory from '@/components/workflow/wfmultihistory.vue'
                   message: res.data.message
                 })
               } else if (res.data.code === -3) {
-                this.$confirm(res.data.message )
+                this.$confirm(res.data.message)
                   .then(_ => {
                     // this.addannualdirect()
                   })