king
2020-01-19 68f28efd7c0c09b3ea8a2a1876c956c17d1a8d37
src/tabviews/tableshare/mutilform/index.jsx
@@ -117,7 +117,7 @@
        duration: 10
      })
    }
    this.setState({
      readtype: readtype,
      datatype: datatype,
@@ -278,8 +278,8 @@
                ]
              })(
                precision === null ?
                <InputNumber initialValue={_initval} min={min} max={max} disabled={item.readonly === 'true'} onPressEnter={this.handleSubmit} /> :
                <InputNumber initialValue={_initval} min={min} max={max} precision={precision} disabled={item.readonly === 'true'} onPressEnter={this.handleSubmit} />
                <InputNumber min={min} max={max} disabled={item.readonly === 'true'} onPressEnter={this.handleSubmit} /> :
                <InputNumber min={min} max={max} precision={precision} disabled={item.readonly === 'true'} onPressEnter={this.handleSubmit} />
                )}
            </Form.Item>
          </Col>