Browse Source

1.改动出库新建修改中,发起明细后,移除按钮不可点击

nzf 3 years ago
parent
commit
127ae4f2b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 1 - 1
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -1214,7 +1214,7 @@
             >
               <template slot-scope="scope">
                 <el-button
-                  :disabled="browseStatus || scope.row.fBillstatus == 40"
+                  :disabled="browseStatus || scope.row.fBillstatus == 40 || scope.row.fItemstatus == 4 || scope.row.fItemstatus == 5 || scope.row.fItemstatus == 6"
                   type="text"
                   @click.native.prevent="wDeleteRow(scope.$index, detailList)"
                   size="small"