Commit c97a2e9890efa92079f9a4d1c442d4b6819cd744

Authored by zhangzzzz
1 parent a74eaabe

优化快速报价盒型选择;

src/components/Common/CommonViewTable/index.js
@@ -389,7 +389,7 @@ export default class CommonViewTable extends Component { @@ -389,7 +389,7 @@ export default class CommonViewTable extends Component {
389 onViewClick: this.handleViewClick, 389 onViewClick: this.handleViewClick,
390 onFieldDoubleClick: this.props.handleFieldDoubleClick, 390 onFieldDoubleClick: this.props.handleFieldDoubleClick,
391 getDateFormat: this.props.getDateFormat, 391 getDateFormat: this.props.getDateFormat,
392 - onFieldPopupModal: this.handleFieldPopupModal, 392 + onFieldPopupModal: this.props.onFieldPopupModal || this.handleFieldPopupModal,
393 onCostomChange: this.props.onCostomChange, // 控件后自定义按钮事件 393 onCostomChange: this.props.onCostomChange, // 控件后自定义按钮事件
394 sBtnSendDialogConfigList: this.props.sBtnSendDialogConfigList, // 校验并获取物料主数据按钮配置 394 sBtnSendDialogConfigList: this.props.sBtnSendDialogConfigList, // 校验并获取物料主数据按钮配置
395 onToolBarBtnClick: this.props.onToolBarBtnClick, // 工具栏按钮事件 395 onToolBarBtnClick: this.props.onToolBarBtnClick, // 工具栏按钮事件