Explorar el Código

修改扫码样式

ZZJ hace 3 años
padre
commit
fcea26046d

+ 6 - 7
src/views/system/jbdScan/goods/manualConfirmation.vue

@@ -221,7 +221,7 @@
 
                         <el-table-column
                           label="留样日期"
-                          width="150px">
+                          width="230px">
                           <template slot-scope="scope">
                             <el-date-picker
                               v-model="scope.row.liu_yang_ri_qi_"
@@ -252,7 +252,7 @@
 
                         <el-table-column
                           label="留样期限至"
-                          width="150px">
+                          width="230px">
                           <template slot-scope="scope">
                             <el-date-picker
                               v-model="scope.row.liu_yang_qi_xian"
@@ -269,7 +269,7 @@
 
                         <el-table-column
                           label="销毁日期"
-                          width="150">
+                          width="230px">
                           <template slot-scope="scope">
                             <el-date-picker
                               v-model="scope.row.xiao_hui_ri_qi_"
@@ -285,7 +285,7 @@
 
                         <el-table-column
                           label="返样日期"
-                          width="150px">
+                          width="230px">
                           <template slot-scope="scope">
                             <el-date-picker
                               v-model="scope.row.fan_yang_ri_qi_"
@@ -367,12 +367,12 @@
                                 v-model="scope.row.bao_gao_bian_zhi_"
                                 placeholder="请选择"
                                 type="user"
-                                :multiple="true"
                                 store="id"
                               />
                            </template>
                         </el-table-column>
-
+                        <!-- 
+                              :multiple="true" -->
                         <el-table-column
                           label="报告复核员"
                           width="130px">
@@ -381,7 +381,6 @@
                               v-model="scope.row.bao_gao_shen_he_y"
                               placeholder="请选择"
                               type="user"
-                              :multiple="true"
                               store="id"
                             />
                             </template>

+ 5 - 7
src/views/system/jbdScan/goods/sampleConfirmation.vue

@@ -164,7 +164,7 @@
                          
                            <el-table-column
                              label="是否留样"
-                             width="80px">
+                             width="120px">
                              <template slot-scope="scope">
                                  <el-select v-model="scope.row.shi_fou_liu_yang_" placeholder="请选择">
                                    <el-option
@@ -221,7 +221,7 @@
                          
                           <el-table-column
                             label="留样日期"
-                            width="150px">
+                            width="230px">
                             <template slot-scope="scope">
                               <el-date-picker
                                 v-model="scope.row.liu_yang_ri_qi_"
@@ -252,7 +252,7 @@
                          
                           <el-table-column
                             label="留样期限至"
-                            width="150px">
+                            width="230px">
                             <template slot-scope="scope">
                               <el-date-picker
                                 v-model="scope.row.liu_yang_qi_xian"
@@ -269,7 +269,7 @@
                          
                           <el-table-column
                             label="销毁日期"
-                            width="150">
+                            width="230">
                             <template slot-scope="scope">
                               <el-date-picker
                                 v-model="scope.row.xiao_hui_ri_qi_"
@@ -285,7 +285,7 @@
                          
                           <el-table-column
                             label="返样日期"
-                            width="150px">
+                            width="230px">
                             <template slot-scope="scope">
                               <el-date-picker
                                 v-model="scope.row.fan_yang_ri_qi_"
@@ -367,7 +367,6 @@
                                   v-model="scope.row.bao_gao_bian_zhi_"
                                   placeholder="请选择"
                                   type="user"
-                                  :multiple="true"
                                   store="id"
                                 />
                              </template>
@@ -381,7 +380,6 @@
                                 v-model="scope.row.bao_gao_shen_he_y"
                                 placeholder="请选择"
                                 type="user"
-                                :multiple="true"
                                 store="id"
                               />
                               </template>