Преглед на файлове

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

nzf преди 3 години
родител
ревизия
127ae4f2b8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"