Browse Source

feat:加弹批号修改

lucky 2 tháng trước cách đây
mục cha
commit
0586fdadc4
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      zkqy-ui/src/views/orderMange/planTable/index.vue

+ 1 - 2
zkqy-ui/src/views/orderMange/planTable/index.vue

@@ -1053,7 +1053,7 @@
               <template v-slot:default="scope">
                 <el-input
                   v-if="scope.row.isEditing"
-                  :disabled="isDisabled"
+              
                   v-model="scope.row.currentLotNumber"
                   :placeholder="$t('planTable.inputBatchNo')"
                   @blur.stop.prevent="handleInputBlur(scope.row)"
@@ -1378,7 +1378,6 @@
               <template v-slot:default="scope">
                 <el-input
                   v-if="scope.row.isEditing"
-                  disabled="disabled"
                   v-model="scope.row.currentLotNumber"
                   placeholder="请输入批号"
                   @blur.stop.prevent="handleInputBlur(scope.row)"