dev01 3 meses atrás
pai
commit
9d29f66342

+ 2 - 2
js/component/login/loginFooter.jsx

@@ -5,8 +5,8 @@ const LoginFooter = React.createClass({
     render() {
         return (
             <div className="footer">
-                <p>Copyright © 2016-2017 阿凡提 版权所有</p>
-                <p>技术支持:湖南阿凡提科技有限公司</p>
+                <p>Copyright © 2016-2024 科德集团 版权所有</p>
+                <p>技术支持:湖南科德信息咨询集团有限公司</p>
             </div>
         )
     }

+ 4 - 1
js/component/login/loginTop.jsx

@@ -16,7 +16,10 @@ const LoginTop = React.createClass({
           </div>
 
           <div className="logo-text">
-            <span>科技交易认知计算平台</span>
+            <span>
+              {/* 科技交易认知计算平台 */}
+              科德人力资源服务管理系统V1.0
+            </span>
             <span className="back">
               {/* <a href={jumpUrl + "/portal/index.html"}>返回首页</a> */}
               <a href={globalConfig.context + "/RD/admin/login"}>前往RD库</a>

+ 2 - 2
js/component/manageCenter/bottom.jsx

@@ -8,8 +8,8 @@ const Bottom = React.createClass({
             className="account-bottom"
             style={{ background: "rgb(0,0,0,.5)", color: "white" }}
           >
-            <p>阿凡提科技</p>
-            <p>技术支持@阿凡提</p>
+            <p>科德集团</p>
+            <p>技术支持@科德</p>
           </div>
         );
     }

+ 34 - 26
js/component/manageCenter/customer/NEW/intentionCustomer/intentionCustomer.jsx

@@ -959,19 +959,23 @@ const IntentionCustomer = Form.create()(
               className="test"
             >
               <TabPane tab="搜索" key="1">
-                <Button
-                  type="primary"
-                  style={{
-                    float: "right",
-                    marginTop: 10,
-                    marginLeft: 10,
-                    marginRight: 10,
-                  }}
-                  onClick={this.addClick}
-                >
-                  新增客户
-                  <Icon type="plus" />
-                </Button>
+                {
+                  // 新需求 除湖南和内蒙古外 不让其他省操作
+                  (adminData.province == "21" || adminData.province == "11") &&
+                  <Button
+                    type="primary"
+                    style={{
+                      float: "right",
+                      marginTop: 10,
+                      marginLeft: 10,
+                      marginRight: 10,
+                    }}
+                    onClick={this.addClick}
+                  >
+                    新增客户
+                    <Icon type="plus" />
+                  </Button>
+                }
                 <Input
                   placeholder="客户名称"
                   value={this.state.nameSearch}
@@ -1095,19 +1099,23 @@ const IntentionCustomer = Form.create()(
                 >
                   转交
                 </Button>
-                <Button
-                  type="primary"
-                  style={{
-                    float: "right",
-                    marginTop: 10,
-                    marginLeft: 10,
-                    marginRight: 10,
-                  }}
-                  onClick={this.addClick}
-                >
-                  新增客户
-                  <Icon type="plus" />
-                </Button>
+                {
+                  // 新需求 除湖南和内蒙古外 不让其他省操作
+                  (adminData.province == "21" || adminData.province == "11") &&
+                  <Button
+                    type="primary"
+                    style={{
+                      float: "right",
+                      marginTop: 10,
+                      marginLeft: 10,
+                      marginRight: 10,
+                    }}
+                    onClick={this.addClick}
+                  >
+                    新增客户
+                    <Icon type="plus" />
+                  </Button>
+                }
                 {/*<Button type="default" className="addButton" onClick={this.exportExec}>导出excel<Icon type="plus" /></Button>*/}
                 {/* <div className="clearfix" style={{ marginTop: "5px" }}> */}
                 <Button

+ 2 - 1
js/component/manageCenter/topTab.jsx

@@ -878,7 +878,8 @@ const TopTab = React.createClass({
           </div>
           <span>
             <a href={globalConfig.context + "/admin/index.html"}>
-              管理中心首页
+              {/* 管理中心首页 */}
+              科德人力资源
             </a>
           </span>
         </div>

+ 2 - 2
js/component/portal/footer.jsx

@@ -50,8 +50,8 @@ const Footer = React.createClass({
                     <a href="#">联系我们</a>
                 </div>
                 <div className="container support">
-                    <a href="#">Copyright © 2016-2017 阿凡提 版权所有</a>
-                    <a href="#">技术支持:湖南阿凡提科技有限公司</a>
+                    <a href="#">Copyright © 2016-2024 科德集团 版权所有</a>
+                    <a href="#">技术支持:湖南科德信息咨询集团有限公司</a>
                 </div>
             </footer >
         )

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.3.21",
+  "version": "1.3.22",
   "description": "",
   "main": "index.js",
   "scripts": {