liting2017 6 years ago
parent
commit
4499fe4d01

+ 15 - 0
js/component/manageCenter/customer/NEW/intentionCustomer/customer.less

@@ -0,0 +1,15 @@
+.mandatory{
+    margin-left: 5px;
+    color: red;
+    font-size: 14px;
+}
+.setSubmit{
+    margin-left: 210px;
+    margin-right: 40px;
+    margin-bottom: 50px;
+}
+.set-submit{
+    margin-left: 100px;
+    margin-right: 40px;
+    margin-bottom: 50px;
+}

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

@@ -9,6 +9,7 @@ import { socialAttribute, industry, auditStatusL, lvl, currentMember } from '@/d
 import { getSocialAttribute, beforeUploadFile } from '@/tools.js';
 import FollowDetail from './followDetail.jsx'
 import IntentionDetail from './intentionDetail/intentionDetail.jsx'
+import './customer.less';
 
 const IntentionCustomer = Form.create()(React.createClass({
 	loadData(pageNo, apiUrl) {
@@ -45,6 +46,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 						theArr.push({
 							key: i,
 							id: thisdata.uid,
+							aid:thisdata.aid,
 							name: thisdata.name,
 							contacts: thisdata.contacts,
 							contactMobile: thisdata.contactMobile,

+ 0 - 1
js/component/manageCenter/customer/NEW/publicCustomer/publicCustomer.jsx

@@ -135,7 +135,6 @@ const QueryCustomer = React.createClass({
 			url: globalConfig.context + "/api/admin/customer/receiveCustomer",
 			data: {
 				uid: e.id,
-				oldAid:e.aid
 			}
 		}).done(function(data) {
 			if(!data.error.length) {

+ 15 - 0
js/component/manageCenter/customer/NEW/signCustomer/customer.less

@@ -0,0 +1,15 @@
+.mandatory{
+    margin-left: 5px;
+    color: red;
+    font-size: 14px;
+}
+.setSubmit{
+    margin-left: 210px;
+    margin-right: 40px;
+    margin-bottom: 50px;
+}
+.set-submit{
+    margin-left: 100px;
+    margin-right: 40px;
+    margin-bottom: 50px;
+}

+ 1 - 0
js/component/manageCenter/customer/NEW/signCustomer/signCustomer.jsx

@@ -8,6 +8,7 @@ import { socialAttribute, industry, auditStatusL, lvl, currentMember } from '@/d
 import { getSocialAttribute, beforeUploadFile } from '@/tools.js';
 import FollowDetail from './followDetail.jsx'
 import IntentionDetail from './intentionDetail/intentionDetail.jsx'
+import './customer.less';
 
 const IntentionCustomer = Form.create()(React.createClass({
 	loadData(pageNo, apiUrl) {