このコミットが含まれているのは:
lb
2023-03-21 16:48:34 +08:00
コミット c9bc75560e
2個のファイルの変更8行の追加0行の削除

ファイルの表示

@@ -12,6 +12,7 @@ export default function () {
{ prop: "code", label: "料仓编码" }, { prop: "code", label: "料仓编码" },
{ prop: "typeDictValue", label: "料仓类型", filter: dictFilter('liaocang') }, { prop: "typeDictValue", label: "料仓类型", filter: dictFilter('liaocang') },
// { prop: "enabled", label: "状态", subcomponent: switchBtn }, // subcomponent // { prop: "enabled", label: "状态", subcomponent: switchBtn }, // subcomponent
{ prop: "material", label: "物料" },
{ prop: "materialTypeDictValue", label: "物料类型", filter: dictFilter('material_category') }, { prop: "materialTypeDictValue", label: "物料类型", filter: dictFilter('material_category') },
{ prop: "density", label: "物料堆积密度" }, { prop: "density", label: "物料堆积密度" },
{ prop: "dosLow", label: "加料下限" }, { prop: "dosLow", label: "加料下限" },

ファイルの表示

@@ -47,6 +47,13 @@ export default function () {
permission: "pms:product:save", permission: "pms:product:save",
}, },
}, },
{
button: {
type: "plain",
name: "导入",
permission: "",
},
},
]; ];
const dictList = JSON.parse(localStorage.getItem("dictList") || {}); const dictList = JSON.parse(localStorage.getItem("dictList") || {});