فهرست منبع

修改委外领料单

695593266@qq.com 9 ماه پیش
والد
کامیت
bd685751a8
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/produce/components/picking/outsourceIndex.vue

+ 3 - 2
src/views/produce/components/picking/outsourceIndex.vue

@@ -75,7 +75,7 @@
           >
             <el-table-column label="序号" type="index" width="60">
               <template slot-scope="{ row, $index }">
-                {{ $index }}
+                {{ $index + 1 }}
               </template>
             </el-table-column>
 
@@ -345,7 +345,8 @@
                 e.warehouseId =
                   d.warehouseList.length > 0 ? d.warehouseList[0].id : '';
               });
-              e.pickList = [...e.bomDetailDTOS];
+              // e.pickList = [...e.bomDetailDTOS];
+              e.pickList = [];
               e.bomDetailDTOS = [];
               return e;
             });