فهرست منبع

新增扫码时送样要求字段

ZZJ 3 سال پیش
والد
کامیت
da774afe72
2فایلهای تغییر یافته به همراه31 افزوده شده و 0 حذف شده
  1. 15 0
      src/views/system/jbdScan/goods/manualConfirmation.vue
  2. 16 0
      src/views/system/jbdScan/goods/sampleConfirmation.vue

+ 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="接样确认状态"