dev01 2 anos atrás
pai
commit
49803b1ac9

+ 1 - 0
js/component/manageCenter/financialManage/distribute/inSpecial.jsx

@@ -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();
               }}

+ 1 - 0
js/component/manageCenter/financialManage/distribute/invoiceApplyList.jsx

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

+ 1 - 0
js/component/manageCenter/financialManage/distribute/invoiceApplyListQuery.jsx

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

+ 1 - 0
js/component/manageCenter/financialManage/distribute/outInvoiceQuery.jsx

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

+ 1 - 0
js/component/manageCenter/financialManage/distribute/outSpecial.jsx

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

Diferenças do arquivo suprimidas por serem muito extensas
+ 529 - 529
js/component/manageCenter/set/userManagementS/user.jsx