king
2020-02-04 c59e0c5a408aebe8080dfce3b2ebc4711f20e7a9
src/tabviews/tableshare/mutilform/index.jsx
@@ -204,16 +204,6 @@
    })
  }
  // handleInputNumber = (rule, value, callback, item) => {
  //   if (item.required === 'true' && (!value && value !== 0)) {
  //     callback(this.props.dict['form.required.input'] + item.label + '!')
  //   } else if ((item.min || item.min === 0) && (value || value === 0) && value < item.min) {
  //     callback(item.label + '最小值为' + item.min + '!')
  //   } else if ((item.max || item.max === 0) && (value || value === 0) && value > item.max) {
  //     callback(item.label + '最大值为' + item.max + '!')
  //   }
  // }
  getFields() {
    const { getFieldDecorator } = this.props.form