Explorar el Código

新增扫码时送样要求字段

ZZJ hace 3 años
padre
commit
da774afe72

+ 15 - 0
src/views/system/jbdScan/goods/manualConfirmation.vue

@@ -400,6 +400,21 @@
                                 />
                           </template>
                         </el-table-column>
+
+                        
+                         <el-table-column
+                          label="送样要求"
+                          width="180px">
+                          <template slot-scope="scope">
+                            <el-input
+                                  v-model="scope.row.song_yang_yao_qiu"
+                                  placeholder="请输入"
+                                  type="text"
+                                  :readonly="false"
+                                  clearable
+                                />
+                          </template>
+                        </el-table-column> 
                                             
   
                          <el-table-column

+ 16 - 0
src/views/system/jbdScan/goods/sampleConfirmation.vue

@@ -400,6 +400,22 @@
                             </template>
                           </el-table-column>
                                               
+
+                        
+                          <el-table-column
+                          label="送样要求"
+                          width="180px">
+                          <template slot-scope="scope">
+                            <el-input
+                                  v-model="scope.row.song_yang_yao_qiu"
+                                  placeholder="请输入"
+                                  type="text"
+                                  :readonly="false"
+                                  clearable
+                                />
+                          </template>
+                        </el-table-column> 
+
                            
                            <el-table-column
                              label="接样确认状态"