ZZJ 3 лет назад
Родитель
Сommit
756f8cdf1a

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

@@ -468,7 +468,7 @@
                               </template>
                             </el-form-item>
                           </el-col>
-                          <el-col :span="6">
+                          <!-- <el-col :span="6">
                             <el-form-item v-if="flag" label="销毁日期" >
                               <template slot-scope="scope">
                                 <el-date-picker
@@ -482,7 +482,7 @@
                                 />
                               </template>
                             </el-form-item>
-                          </el-col>
+                          </el-col> -->
                         </el-row>
 
                         <el-row>

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

@@ -446,7 +446,7 @@
                               </template>
                             </el-form-item>
                           </el-col>
-                          <el-col :span="6">
+                          <!-- <el-col :span="6">
                             <el-form-item v-if="flag" label="销毁日期">
                               <template slot-scope="scope">
                                 <el-date-picker
@@ -460,7 +460,7 @@
                                 />
                               </template>
                             </el-form-item>
-                          </el-col>
+                          </el-col> -->
                           
                         </el-row>  
                         

+ 2 - 1
src/views/system/jbdScan/js/manualConfirmationJS.js

@@ -486,7 +486,8 @@ export default {
                                             fan_yang_jyr: ypInfoList[index].fan_yang_jyr,
                                             biao_zhi_uuid_: currentUUID,
                                             song_yang_yao_qiu: ypInfoList[index].song_yang_yao_qiu,
-                                            jian_ce_xiang_mu_: xiangMuZh
+                                            jian_ce_xiang_mu_: xiangMuZh,
+                                            shou_yang_ren_:this.$store.getters.userInfo.user.name
                                         }
                                         ypdjb.push(obj)
                                     }

+ 2 - 1
src/views/system/jbdScan/js/sampleConfirmationJS.js

@@ -440,7 +440,8 @@ export default {
                                             fan_yang_jyr: ypInfoList[index].fan_yang_jyr,
                                             biao_zhi_uuid_: currentUUID,
                                             song_yang_yao_qiu: ypInfoList[index].song_yang_yao_qiu,
-                                            jian_ce_xiang_mu_: xiangMuZh
+                                            jian_ce_xiang_mu_: xiangMuZh,
+                                            shou_yang_ren_:this.$store.getters.userInfo.user.name
                                         }
                                         ypdjb.push(obj)
                                     }