@@ -733,6 +733,7 @@ const inSpecial = React.createClass({
<div className="clearfix" style={{ marginTop: "20px" }}>
<Button
type="primary"
+ loading={this.state.loading}
onClick={(e) => {
e.stopPropagation(), this.commit();
}}
@@ -701,6 +701,7 @@ const invoiceApplyList = React.createClass({
e.stopPropagation(),
this.commit();
@@ -660,6 +660,7 @@ const invoiceApplyListQuery = React.createClass({
onClick={e => {
@@ -663,6 +663,7 @@ const outInvoiceQuery = React.createClass({
@@ -703,6 +703,7 @@ const outSpecial = React.createClass({