wengyuwen 4 lat temu
rodzic
commit
83af66e163
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/warehouseBusiness/inStock/index.vue

+ 2 - 2
src/views/warehouseBusiness/inStock/index.vue

@@ -2092,6 +2092,7 @@ d
         <el-button
           type="primary"
           :disabled="approvalStatus"
+          v-if="form.fBillstatus > 3"
           @click="addOrUpdateHandle(form)"
         >查看审批</el-button>
         <el-button
@@ -4465,11 +4466,10 @@ export default {
     },
     addOrUpdateHandle(form) {
       this.addOrUpdateVisible = true
-      this.addOrUpdateVisib = false
       let id = '448'
       let actId = '110'
       this.$nextTick(() => {
-        this.$refs.addOrUpdate.init(id, actId)
+        this.$refs.addOrUpdate.init(form.fId, actId)
       })
     },
     addOrUpdateHand(form) {