dev01 2 years ago
parent
commit
2aa19344db

+ 5 - 5
js/component/manageCenter/customer/publicSummary/index.jsx

@@ -84,7 +84,7 @@ class PublicSummary extends Component {
           },
         },
         {
-          title: "公出申请人",
+          title: "公出打卡人",
           dataIndex: "aname",
           key: "aname",
           width: 90,
@@ -796,7 +796,7 @@ class PublicSummary extends Component {
                 <span style={{ marginRight: "10px" }}>
                   <Select
                     placeholder="请选择审核状态"
-                    style={{ width: 200, marginLeft: 10 }}
+                    style={{ width: 120 }}
                     value={this.state.status}
                     onChange={(e) => {
                       this.setState({ status: e });
@@ -812,7 +812,7 @@ class PublicSummary extends Component {
                 <span style={{ marginRight: "10px" }}>
                   <Select
                     placeholder="请选择打卡状态"
-                    style={{ width: 200, marginLeft: 10 }}
+                    style={{ width: 120 }}
                     value={this.state.clockIn}
                     onChange={(e) => {
                       this.setState({ clockIn: e });
@@ -825,7 +825,7 @@ class PublicSummary extends Component {
                 <span style={{ marginRight: "10px" }}>
                   <Select
                     placeholder="请选择公出类型"
-                    style={{ width: 200, marginLeft: 10 }}
+                    style={{ width: 120 }}
                     value={this.state.type}
                     onChange={(e) => {
                       this.setState({ type: e });
@@ -874,7 +874,7 @@ class PublicSummary extends Component {
                 <span style={{ marginRight: "10px" }}>
                   <Select
                     placeholder="请选择公出部门"
-                    style={{ width: 200, marginLeft: 10 }}
+                    style={{ width: 200 }}
                     value={this.state.depId}
                     onChange={(e) => {
                       this.setState({ depId: e });

File diff suppressed because it is too large
+ 778 - 102
js/component/manageCenter/financialManage/distribute/shouKuang.jsx