yijing 1 rok temu
rodzic
commit
209539c3f6
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      src/views/bpm/stockManagement/storage.vue

+ 4 - 2
src/views/bpm/stockManagement/storage.vue

@@ -395,7 +395,8 @@
               {{ row.weightUnit }}
               {{ row.weightUnit }}
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-
+          <el-table-column label="序列号" prop="serialNumber">
+          </el-table-column>
           <el-table-column label="质检结果" prop="result" width="120">
           <el-table-column label="质检结果" prop="result" width="120">
             <template slot-scope="{ row }">
             <template slot-scope="{ row }">
               <el-select v-if="!row.isPack" @change="changeWrapStatus($event, row, '包装')" v-model="row.result"
               <el-select v-if="!row.isPack" @change="changeWrapStatus($event, row, '包装')" v-model="row.result"
@@ -434,6 +435,7 @@
               </el-date-picker>
               </el-date-picker>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
+
           <!-- <el-table-column label="操作" width="120" fixed="right">
           <!-- <el-table-column label="操作" width="120" fixed="right">
             <template slot-scope="{ row, $index }">
             <template slot-scope="{ row, $index }">
               <el-button type="text" @click="wrapDelete(row, $index)">
               <el-button type="text" @click="wrapDelete(row, $index)">
@@ -1338,7 +1340,7 @@ export default {
               serialNumber: item.productSequence, // 产品序号
               serialNumber: item.productSequence, // 产品序号
             };
             };
           });
           });
-          console.log(this.packingList,'包装明细列表')
+          console.log(this.packingList, '包装明细列表')
         });
         });
       }
       }
     },
     },