|
|
|
@ -337,7 +337,7 @@
|
|
|
|
{{ getAreaName(row.areaId) }}
|
|
|
|
{{ getAreaName(row.areaId) }}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column :label="t('ErpStock.Pallet.productId')" prop="productId" min-width="100" />
|
|
|
|
<el-table-column :label="t('ErpStock.Pallet.productName')" prop="productName" min-width="100" />
|
|
|
|
<el-table-column :label="t('ErpStock.Item.packageCount')" prop="productCount" min-width="100" />
|
|
|
|
<el-table-column :label="t('ErpStock.Item.packageCount')" prop="productCount" min-width="100" />
|
|
|
|
<el-table-column v-if="currentSelectRow?.outMode === 2" :label="t('ErpStock.Item.outPackageCount')"
|
|
|
|
<el-table-column v-if="currentSelectRow?.outMode === 2" :label="t('ErpStock.Item.outPackageCount')"
|
|
|
|
min-width="130">
|
|
|
|
min-width="130">
|
|
|
|
|