|
@ -40,7 +40,7 @@ |
|
|
<el-table-column prop="locationGroupCode" :label="t('home.location_group_code')" width="180px" /> |
|
|
<el-table-column prop="locationGroupCode" :label="t('home.location_group_code')" width="180px" /> |
|
|
<el-table-column prop="areaCode" :label="t('home.location_area_code')" width="180px" /> |
|
|
<el-table-column prop="areaCode" :label="t('home.location_area_code')" width="180px" /> |
|
|
<el-table-column prop="erpLocationCode" :label="t('home.erp_location_code')" width="180px" /> |
|
|
<el-table-column prop="erpLocationCode" :label="t('home.erp_location_code')" width="180px" /> |
|
|
<el-table-column prop="altBatch" :label="t('home.replace_batch')" width="180px" /> |
|
|
<!-- <el-table-column prop="altBatch" :label="t('home.replace_batch')" width="180px" /> --> |
|
|
<el-table-column prop="arriveDate" :label="t('home.arrival_date')" width="180px"> |
|
|
<el-table-column prop="arriveDate" :label="t('home.arrival_date')" width="180px"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<span>{{ formatDate(scope.row.planDate) }}</span> |
|
|
<span>{{ formatDate(scope.row.planDate) }}</span> |
|
@ -156,7 +156,7 @@ |
|
|
<el-table-column prop="locationGroupCode" :label="t('home.location_group_code')" width="180px" /> |
|
|
<el-table-column prop="locationGroupCode" :label="t('home.location_group_code')" width="180px" /> |
|
|
<el-table-column prop="areaCode" :label="t('home.location_area_code')" width="180px" /> |
|
|
<el-table-column prop="areaCode" :label="t('home.location_area_code')" width="180px" /> |
|
|
<el-table-column prop="erpLocationCode" :label="t('home.erp_location_code')" width="180px" /> |
|
|
<el-table-column prop="erpLocationCode" :label="t('home.erp_location_code')" width="180px" /> |
|
|
<el-table-column prop="altBatch" label="替代批次" width="180px" /> |
|
|
<!-- <el-table-column prop="altBatch" label="替代批次" width="180px" /> --> |
|
|
<el-table-column prop="arriveDate" :label="t('home.arrival_date')" width="180px"> |
|
|
<el-table-column prop="arriveDate" :label="t('home.arrival_date')" width="180px"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<span>{{ formatDate(scope.row.planDate) }}</span> |
|
|
<span>{{ formatDate(scope.row.planDate) }}</span> |
|
|