Ver Fonte

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

nzf há 3 anos atrás
pai
commit
127ae4f2b8
1 ficheiros alterados com 1 adições e 1 exclusões
  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"