Commit fd5847b553381798f40391b111460ea75106c64e

Authored by zhangzzzz
1 parent 703917a6

核价后价格明细按钮才可以点击;

src/components/QuickQuote/index.jsx
... ... @@ -2652,6 +2652,8 @@ const ManyComponent = props => {
2652 2652 <Button
2653 2653 type="primary"
2654 2654 size="large"
  2655 + loading={loading}
  2656 + disabled={!calcPriceFinished}
2655 2657 onClick={() => {
2656 2658 const { report = [] } = props;
2657 2659 const reportDataOne = report[0];
... ...