Переглянути джерело

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">
               <template slot-scope="scope">
                 <el-button
                 <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"
                   type="text"
                   @click.native.prevent="wDeleteRow(scope.$index, detailList)"
                   @click.native.prevent="wDeleteRow(scope.$index, detailList)"
                   size="small"
                   size="small"