king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/tabviews/verupmanage/actionList/index.jsx
@@ -51,7 +51,7 @@
      notification.warning({
        top: 92,
        message: '需要上级主键值!',
        duration: 10
        duration: 5
      })
      return
    }
@@ -68,7 +68,7 @@
      notification.warning({
        top: 92,
        message: this.props.dict['main.action.confirm.selectline'],
        duration: 10
        duration: 5
      })
      return
    } else if (item.Ot === 'requiredSgl' && data.length !== 1) {
@@ -84,7 +84,7 @@
      notification.warning({
        top: 92,
        message: '未设置主键!',
        duration: 10
        duration: 5
      })
      return
    }
@@ -127,7 +127,7 @@
      notification.warning({
        top: 92,
        message: '尚不支持此功能。。。',
        duration: 10
        duration: 5
      })
    }
  }
@@ -582,14 +582,14 @@
      notification.error({
        top: 92,
        message: res.message || res.ErrMesg,
        duration: btn.verify && btn.verify.ntime ? btn.verify.ntime : 15
        duration: btn.verify && btn.verify.ntime ? btn.verify.ntime : 10
      })
    } else if (res.ErrCode === 'F') {
      notification.error({
        className: 'notification-custom-error',
        top: 92,
        message: res.message || res.ErrMesg,
        duration: btn.verify && btn.verify.ftime ? btn.verify.ftime : 15
        duration: btn.verify && btn.verify.ftime ? btn.verify.ftime : 10
      })
    } else if (res.ErrCode === 'NM') {
      message.error(res.message || res.ErrMesg)