Commit 9a0396b2537826d170475d4d9f328629866cb96a
1 parent
ce314d4b
1. EBC账套,订单物资评审明细进入单据,报错
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Common/CommonNewTabBillEvent.js
| ... | ... | @@ -6983,6 +6983,7 @@ export default (ChildComponent) => { |
| 6983 | 6983 | render() { |
| 6984 | 6984 | const { masterData, sModelsType, app } = this.props; |
| 6985 | 6985 | const imgSrc = commonBusiness.handleAddIcon(masterData, sModelsType, app); |
| 6986 | + const imgPersonSrc = commonBusiness.handleCheckIcon(masterData, sModelsType, app); | |
| 6986 | 6987 | return ( |
| 6987 | 6988 | <ChildComponent |
| 6988 | 6989 | {...this.props} | ... | ... |