Эх сурвалжийг харах

feat:排产批号可以输入

lucky 2 сар өмнө
parent
commit
ba48889af0

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

@@ -82,7 +82,7 @@
             </el-table-column>
             <el-table-column prop="currentLotNumber" :label="$t('planTable.batchNo')" header-align="center" align="center">
               <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)">></el-input>
+                <el-input v-if="scope.row.isEditing"   v-model="scope.row.currentLotNumber" :placeholder="$t('planTable.inputBatchNo')" @blur.stop.prevent="handleInputBlur(scope.row)">></el-input>
                 <span v-else>{{ scope.row.currentLotNumber }}</span>
               </template>
             </el-table-column>

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

@@ -81,7 +81,7 @@
         </el-table-column>
         <el-table-column prop="currentLotNumber" :label="$t('planTable.batchNo')" header-align="center" align="center">
           <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)">></el-input>
+            <el-input v-if="scope.row.isEditing"  v-model="scope.row.currentLotNumber" :placeholder="$t('planTable.inputBatchNo')" @blur.stop.prevent="handleInputBlur(scope.row)">></el-input>
             <span v-else>{{ scope.row.currentLotNumber }}</span>
           </template>
         </el-table-column>

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

@@ -248,7 +248,6 @@
               <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)"

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

@@ -81,7 +81,7 @@
         </el-table-column>
         <el-table-column prop="currentLotNumber" :label="$t('planTable.batchNo')" header-align="center" align="center">
           <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)">></el-input>
+            <el-input v-if="scope.row.isEditing"  v-model="scope.row.currentLotNumber" :placeholder="$t('planTable.inputBatchNo')" @blur.stop.prevent="handleInputBlur(scope.row)">></el-input>
             <span v-else>{{ scope.row.currentLotNumber }}</span>
           </template>
         </el-table-column>