ZZJ 3 anni fa
parent
commit
1fccd91353

+ 2 - 2
src/views/system/jbdScan/goods/manualConfirmation.vue

@@ -179,14 +179,14 @@
                             </el-form-item>
                             </el-form-item>
                           </el-col>
                           </el-col>
                           <el-col :span="6">
                           <el-col :span="6">
-                            <el-form-item label="样品存放位置">
+                            <el-form-item label="样品存放位置" required>
                               <template slot-scope="scope">
                               <template slot-scope="scope">
                                 <weizhiData  v-model="item.shou_yang_wei_zhi"/>
                                 <weizhiData  v-model="item.shou_yang_wei_zhi"/>
                                </template>
                                </template>
                             </el-form-item>
                             </el-form-item>
                           </el-col>
                           </el-col>
                           <el-col :span="6">
                           <el-col :span="6">
-                            <el-form-item label="留样存放位置">
+                            <el-form-item label="留样存放位置" required>
                               <template slot-scope="scope">
                               <template slot-scope="scope">
                                 <liuyangData v-model="item.liu_yang_wei_zhi_"/>
                                 <liuyangData v-model="item.liu_yang_wei_zhi_"/>
                                </template>
                                </template>

+ 2 - 2
src/views/system/jbdScan/goods/sampleConfirmation.vue

@@ -178,14 +178,14 @@
                             </el-form-item>
                             </el-form-item>
                           </el-col>
                           </el-col>
                           <el-col :span="6">
                           <el-col :span="6">
-                            <el-form-item label="样品存放位置">
+                            <el-form-item label="样品存放位置" required>
                               <template slot-scope="scope">
                               <template slot-scope="scope">
                                 <weizhiData  v-model="item.shou_yang_wei_zhi"/>
                                 <weizhiData  v-model="item.shou_yang_wei_zhi"/>
                                </template>
                                </template>
                             </el-form-item>
                             </el-form-item>
                           </el-col>
                           </el-col>
                           <el-col :span="6">
                           <el-col :span="6">
-                            <el-form-item label="留样存放位置">
+                            <el-form-item label="留样存放位置" required>
                               <template slot-scope="scope">
                               <template slot-scope="scope">
                                 <liuyangData v-model="item.liu_yang_wei_zhi_"/>
                                 <liuyangData v-model="item.liu_yang_wei_zhi_"/>
                                </template>
                                </template>