king
2019-12-26 e47f5f999cb20283ad99c00c5e771d44501cf3c9
src/templates/subtableconfig/index.jsx
@@ -613,6 +613,42 @@
        },
        {
          type: 'select',
          key: 'errorTip',
          label: this.state.dict['header.form.messageTip'],
          initVal: card.errorTip || 'E',
          tooltip: '该选项为提示效果展示,选择提示类型后,可点击按钮查看,自定义函数中设置 ErrCode 为(S、-1、E、N、F、NM)时,会以对应方式展示提示信息。',
          tooltipClass: 'middle',
          required: false,
          options: [{
            MenuID: 'S',
            text: 'S(提醒框-0)'
          }, {
            MenuID: '-1',
            text: '-1(不提示)'
          }, {
            MenuID: 'N',
            text: 'N(提醒框-1)'
          }, {
            MenuID: 'F',
            text: 'F(提醒框-2)'
          }, {
            MenuID: 'E',
            text: 'E(确认框)'
          }, {
            MenuID: 'NM',
            text: 'NM(顶部提示)'
          }]
        },
        {
          type: 'number',
          key: 'errorTime',
          label: this.state.dict['header.form.errorTime'],
          initVal: card.errorTime || 15,
          tooltip: '执行结果中设置 ErrCode 为 N 或 F 时有效',
          required: false
        },
        {
          type: 'select',
          key: 'icon',
          label: this.state.dict['header.form.icon'],
          initVal: card.icon,