Ben Lin
2025-03-08 858b9bccead46cdefc99325b7c956d50a2964309
src/views/tigerprojects/system/lowcode/entityts/MES_TOOL.ts
@@ -39,9 +39,10 @@
          ID: buildUUID(),
          Name: 'MES_TOOL_PROP',
          Title: '新增生产工具信息',
          // pCode: 'DFTG_CODE',
          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