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