Bladeren bron

6-4提交

mentoswzq 4 jaren geleden
bovenliggende
commit
5b7b9ba4d1

+ 5 - 0
js/component/manageCenter/customer/NEW/intentionCustomer/intentionCustomer.jsx

@@ -208,6 +208,11 @@ const IntentionCustomer = Form.create()(
             key: "surplusFollowTime",
           },
           {
+            title: "剩余签单天数",
+            dataIndex: "surplusSignTime",
+            key: "surplusSignTime",
+          },
+          {
             title: "最新跟进时间",
             dataIndex: "lastFollowTime",
             key: "lastFollowTime",

+ 1 - 2
js/component/manageCenter/financialManage/flowWater/departWater.jsx

@@ -137,8 +137,7 @@ const MyWater = React.createClass({
                 {
                     title: '平台流水编号',
                     dataIndex: 'billNo',
-                    key: 'billNo',
-					fixed: 'left'
+                    key: 'billNo'
                 },
                 {
                     title: '金额(万元)',

+ 2 - 1
js/component/manageCenter/set/userManagementS/user.jsx

@@ -103,6 +103,7 @@ const User = Form.create()(React.createClass({
 				pageNo: pageNo || 1,
 				pageSize: this.state.paginations.pageSize,
 				name: this.state.userNameSearchs,
+				status: "正常"
 				// departmentId: admin?this.state.organizationSearch:departmentId,
 				// rid: this.state.rolesSearch,
 				// duty: this.state.postSearch,
@@ -281,7 +282,7 @@ const User = Form.create()(React.createClass({
 		let rowItem;
 		for(let idx = 0; idx < this.state.selectedRows.length; idx++) {
 			rowItem = this.state.selectedRows[idx];
-			console.log(rowItem.id);
+			// console.log(rowItem.id);
 			if(rowItem.id) {
 				deletedIds = rowItem.id;
 			};