|
@@ -381,31 +381,37 @@ export const getTableConfig = (id: string) => {
|
|
interface comType {
|
|
interface comType {
|
|
compentName: string;
|
|
compentName: string;
|
|
compentType: string;
|
|
compentType: string;
|
|
|
|
+ index: number;
|
|
}
|
|
}
|
|
export const comTypes: comType[] = [
|
|
export const comTypes: comType[] = [
|
|
{
|
|
{
|
|
compentName: "记录项",
|
|
compentName: "记录项",
|
|
compentType: "jiluxiang",
|
|
compentType: "jiluxiang",
|
|
|
|
+ index: 12,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
compentName: "物料采集",
|
|
compentName: "物料采集",
|
|
compentType: "wuliaocaiji",
|
|
compentType: "wuliaocaiji",
|
|
|
|
+ index: 0,
|
|
},
|
|
},
|
|
- {
|
|
|
|
- compentName: "辅料采集",
|
|
|
|
- compentType: "fuliaoCJ",
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // compentName: "辅料采集",
|
|
|
|
+ // compentType: "fuliaoCJ",
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
compentName: "ESOP",
|
|
compentName: "ESOP",
|
|
compentType: "ESOP",
|
|
compentType: "ESOP",
|
|
|
|
+ index: 24,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
compentName: "点检",
|
|
compentName: "点检",
|
|
compentType: "dianjian",
|
|
compentType: "dianjian",
|
|
|
|
+ index: 9,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
compentName: "设备记录",
|
|
compentName: "设备记录",
|
|
compentType: "shebeijilu",
|
|
compentType: "shebeijilu",
|
|
|
|
+ index: 3,
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// compentName: "紧固",
|
|
// compentName: "紧固",
|
|
@@ -422,14 +428,17 @@ export const comTypes: comType[] = [
|
|
{
|
|
{
|
|
compentName: "多媒体采集",
|
|
compentName: "多媒体采集",
|
|
compentType: "duomeiticaiji",
|
|
compentType: "duomeiticaiji",
|
|
|
|
+ index: 21,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
compentName: "工序表单",
|
|
compentName: "工序表单",
|
|
compentType: "operationExcel",
|
|
compentType: "operationExcel",
|
|
|
|
+ index: 15,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
compentName: "设备数据",
|
|
compentName: "设备数据",
|
|
compentType: "ceshishuju",
|
|
compentType: "ceshishuju",
|
|
|
|
+ index: 6,
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// compentName: "数据采集",
|
|
// compentName: "数据采集",
|
|
@@ -438,5 +447,6 @@ export const comTypes: comType[] = [
|
|
{
|
|
{
|
|
compentName: "工序文件",
|
|
compentName: "工序文件",
|
|
compentType: "gongxuwenjian",
|
|
compentType: "gongxuwenjian",
|
|
|
|
+ index: 18,
|
|
},
|
|
},
|
|
];
|
|
];
|