king
2020-02-02 35b44bed4aa7b3f645c20fca025813cf4f3786ea
src/templates/tableshare/verifycard/index.jsx
@@ -14,6 +14,7 @@
class VerifyCard extends Component {
  static propTpyes = {
    floor: PropTypes.any,     // 是否为子表
    dict: PropTypes.object,   // 字典项
    card: PropTypes.object,
    columns: PropTypes.array
@@ -611,6 +612,7 @@
        </TabPane>
        <TabPane tab="单号生成" key="4">
          <BillcodeForm
            floor={this.props.floor}
            fields={fields}
            columns={this.props.columns}
            dict={this.props.dict}