소스 검색

feat:加弹批号修改

lucky 2 달 전
부모
커밋
0586fdadc4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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)"