Commit c97a2e9890efa92079f9a4d1c442d4b6819cd744
1 parent
a74eaabe
优化快速报价盒型选择;
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonViewTable/index.js
| ... | ... | @@ -389,7 +389,7 @@ export default class CommonViewTable extends Component { |
| 389 | 389 | onViewClick: this.handleViewClick, |
| 390 | 390 | onFieldDoubleClick: this.props.handleFieldDoubleClick, |
| 391 | 391 | getDateFormat: this.props.getDateFormat, |
| 392 | - onFieldPopupModal: this.handleFieldPopupModal, | |
| 392 | + onFieldPopupModal: this.props.onFieldPopupModal || this.handleFieldPopupModal, | |
| 393 | 393 | onCostomChange: this.props.onCostomChange, // 控件后自定义按钮事件 |
| 394 | 394 | sBtnSendDialogConfigList: this.props.sBtnSendDialogConfigList, // 校验并获取物料主数据按钮配置 |
| 395 | 395 | onToolBarBtnClick: this.props.onToolBarBtnClick, // 工具栏按钮事件 | ... | ... |