|
|
|
|
@ -255,7 +255,7 @@
|
|
|
|
|
<el-table-column :label="t('ErpStock.Item.name')" prop="name" min-width="160" />
|
|
|
|
|
<el-table-column :label="t('ErpStock.Item.spec')" prop="standard" min-width="120" />
|
|
|
|
|
<el-table-column :label="t('ErpStock.Item.category')" prop="subCategoryName" min-width="120" />
|
|
|
|
|
<el-table-column :label="t('ErpStock.Item.unit')" prop="unitName" min-width="80" />
|
|
|
|
|
<el-table-column :label="t('ErpStock.Item.inventoryUnit')" prop="unitName" min-width="80" />
|
|
|
|
|
<el-table-column v-if="isPurchaseUnitStockIn" :label="t('ErpStock.Item.purchaseUnit')" prop="purchaseUnitName" min-width="100" />
|
|
|
|
|
<el-table-column v-if="isPurchaseUnitStockIn" :label="t('ErpStock.Item.supplier')" min-width="130">
|
|
|
|
|
<template #default="{ row }">
|
|
|
|
|
|