king
2024-08-03 c547c75fce3c2d9badcb496da7d8e5443e22dbfc
src/tabviews/custom/components/module/invoice/invoiceTable/index.jsx
@@ -132,6 +132,7 @@
  static propTpyes = {
    config: PropTypes.object,
    timestamp: PropTypes.string,
    read_only: PropTypes.any,
    data: PropTypes.any,
    onChange: PropTypes.func
  }
@@ -348,7 +349,12 @@
  }
  checkLine = (uuid, key, e) => {
    const { read_only } = this.props
    e && e.stopPropagation()
    if (read_only) return
    this.setState({editKey: uuid, key: key || ''}, () => {
      if (key === 'productname') {
        this.setState({visible: true})