Commit 27046c9a0d36da521ab64ae61103c25266263a05
1 parent
f2de89f1
1.处理subbill 从表无法为合计问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonSubBill.js
| @@ -1966,7 +1966,7 @@ const CommonSubBillComponent = Form.create({ | @@ -1966,7 +1966,7 @@ const CommonSubBillComponent = Form.create({ | ||
| 1966 | const tabTitle = slaveInfoArr[index]; | 1966 | const tabTitle = slaveInfoArr[index]; |
| 1967 | return ( | 1967 | return ( |
| 1968 | <TabPane tab={tabTitle} className="xly-bill-list" key={`slave${index}`}> | 1968 | <TabPane tab={tabTitle} className="xly-bill-list" key={`slave${index}`}> |
| 1969 | - <StaticEditTable {...slaveTableProps} footer="hidden" setOpterationColumn="Y" /> | 1969 | + <StaticEditTable {...slaveTableProps} setOpterationColumn="Y" /> |
| 1970 | <SlaveChildTabComponent {...props} slaveName={`slave${index}`} /> | 1970 | <SlaveChildTabComponent {...props} slaveName={`slave${index}`} /> |
| 1971 | </TabPane>); | 1971 | </TabPane>); |
| 1972 | }) } | 1972 | }) } |