zxz 2 years ago
parent
commit
bbac7f04d3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/warehousenew/warehousingOrder.vue

+ 3 - 3
src/views/warehousenew/warehousingOrder.vue

@@ -512,7 +512,7 @@
       :title="title1"
       :title="title1"
       :visible.sync="rejectshow"
       :visible.sync="rejectshow"
       width="30%"
       width="30%"
-      @close="handleClose5">
+      @close="handleClose6">
       <span>{{title1=='驳回'?'驳回审核':'通过审核'}}</span>
       <span>{{title1=='驳回'?'驳回审核':'通过审核'}}</span>
       <div>
       <div>
         <el-input
         <el-input
@@ -1937,7 +1937,7 @@ export default {
         })
         })
     },
     },
     rejectclick(){
     rejectclick(){
-      if(this.title=='通过'){
+      if(this.title1=='通过'){
         this.aduithandle(this.auditdata, 0, true)
         this.aduithandle(this.auditdata, 0, true)
       }else{
       }else{
         this.aduithandle(this.auditdata, 0, false)
         this.aduithandle(this.auditdata, 0, false)
@@ -2161,7 +2161,7 @@ export default {
     handleClose() {
     handleClose() {
       this.aduitshow = false
       this.aduitshow = false
     },
     },
-    handleClose5() {
+    handleClose6() {
       this.rejectshow = false
       this.rejectshow = false
     },
     },
     handleClose3() {
     handleClose3() {