Browse Source

确认入库 前允许修改

qukaidi 4 years ago
parent
commit
97740b2fa2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/Warehousing/inStock/AddOrUpdate.vue

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

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