YangYuGang
2025-04-14 6a7257f9d8f659c508cf826726126c0fa4363eef
src/views/tigerprojects/system/lowcode/entityts/MES_TOOL.ts
@@ -42,6 +42,7 @@
          IsExist: 'TOOL_CODE', //判断主表的唯一字段
          IsID: false,
          ifSave: false,
          IsEdit: false, //是否编辑
          drawers: [{ name: 'MES_TOOL_PROP', code: 'TOOL_CODE', type: 'one', keyName: 'MES_TOOL_PROP' }], //drawers是右边弹出增改侧框的名字列表
        },
      };
@@ -127,8 +128,9 @@
      SessionName: 'MES_TOOL_PROP_update',
      Title: `编辑生产工具信息:${params['record']['TOOL_CODE']}`,
      pCode: 'TOOL_CODE',
      IsID: false,
      ifSave: false,
      IsID: false, //是否ID
      ifSave: false, //是否保存,false就是高级页面要做全部提交
      IsEdit: true, //是否编辑
      drawers: [{ name: 'MES_TOOL_PROP', code: 'TOOL_CODE', type: 'one', keyName: 'MES_TOOL_PROP' }], //drawers是右边弹出增改侧框的名字列表
    };
    // 将对象转换为JSON字符串并保存到sessionStorage