浏览代码

确认入库 前允许修改

qukaidi 4 年之前
父节点
当前提交
97740b2fa2
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 1 - 3
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -984,9 +984,7 @@
                 <el-button
                   :disabled="
                     browseStatus ||
-                    scope.row.fBillstatus === 20 ||
-                    scope.row.fBillstatus === 30 ||
-                    scope.row.fBillstatus === 40
+                    scope.row.fBillstatus > 30
                   "
                   type="text"
                   @click.native.prevent="fixRow(scope.row, scope.$index)"