Commit 879deeb8 by zhangtw

物料导入按照客户模板匹配字段

parent e57792fc
...@@ -654,7 +654,7 @@ export default { ...@@ -654,7 +654,7 @@ export default {
.map(item => ({ .map(item => ({
...item, ...item,
// 兜底:如果映射表中没有,显示原始code并标注 // 兜底:如果映射表中没有,显示原始code并标注
displayCategory: this.categoryMap[item.categoryCode] || `${item.categoryCode}(未匹配分类)` displayCategory: this.categoryMap[item.categoryCode] || `未匹配分类`
})); }));
this.total = total; this.total = total;
} catch (error) { } catch (error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论