m0_70156489 2 dagen geleden
bovenliggende
commit
c9313a49ef

+ 1 - 1
application/admin/controller/Index.php

@@ -96,7 +96,7 @@ class Index extends Backend
         $url = $url ?: 'index/index';
         $sysName = (string)SystemLogin::option($systemKey, 'name', '');
         if ($sysName === '') {
-            $sysName = $systemKey === 'cockpit' ? '生产经营驾驶舱系统' : '生产协同系统';
+            $sysName = $systemKey === 'cockpit' ? '生产经营驾驶舱系统' : '供应链协同系统';
         }
 
         if ($this->auth->isLogin()) {

+ 3 - 3
application/admin/library/SystemLogin.php

@@ -77,10 +77,10 @@ class SystemLogin
                         $brand = Config::get('mproc.system_brand.collab');
                     }
 
-                    return $brand ?: '生产协同系统';
+                    return $brand ?: '供应链协同系统';
                 }
 
-                return '生产协同系统';
+                return '供应链协同系统';
             }
             if ($key === 'allow_rule_super') {
                 $v = Config::get('mproc.collab_allow_rule_super');
@@ -297,7 +297,7 @@ class SystemLogin
 
         $brand = (string)self::option($system, 'brand', '');
         if ($brand === '') {
-            $brand = (string)self::option($system, 'name', '生产协同系统');
+            $brand = (string)self::option($system, 'name', '供应链协同系统');
         }
         $flatBrand = Config::get($system === 'cockpit' ? 'mproc.cockpit_system_brand' : 'mproc.collab_system_brand');
         if (is_string($flatBrand) && $flatBrand !== '') {

+ 2 - 2
application/admin/view/common/header.html

@@ -1,9 +1,9 @@
 <!-- Logo -->
 <a href="javascript:;" class="logo">
     <!-- 迷你模式下Logo的大小为50X50 -->
-    <span class="logo-mini">{$system_brand|default='生产协同'|mb_substr=0,4,'utf-8'|htmlentities}</span>
+    <span class="logo-mini">{$system_brand|default='供应链协同'|mb_substr=0,4,'utf-8'|htmlentities}</span>
     <!-- 普通模式下Logo:按登录系统品牌显示 -->
-    <span class="logo-lg" style=" font-size: 16px;">{$system_brand|default='生产协同系统'|htmlentities}</span>
+    <span class="logo-lg" style=" font-size: 16px;">{$system_brand|default='供应链协同系统'|htmlentities}</span>
 
 </a>
 

+ 5 - 5
application/admin/view/index/login.html

@@ -607,11 +607,11 @@
         <div class="login-brand-stage">
             <div class="login-brand-header">
                 <div class="login-brand-logo">
-                    <img src="https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/tb.png?v={$site.version|default='1.0.1'|htmlentities}" alt="大数据协同系统"/>
+                    <img src="https://a-7in6-com.oss-cn-hangzhou.aliyuncs.com/xinhua/img/tb.png?v={$site.version|default='1.0.1'|htmlentities}" alt="供应链协同系统"/>
                 </div>
                 <div class="login-brand-text">
-                    <h2 class="login-brand-title">生产协同系统</h2>
-                    <p class="login-brand-sub">Production Collaboration System</p>
+                    <h2 class="login-brand-title">供应链协同系统</h2>
+                    <p class="login-brand-sub">Supply Chain Collab System</p>
                 </div>
             </div>
 
@@ -630,7 +630,7 @@
                 </li>
                 <li>
                     <span class="feat-icon"><i class="glyphicon glyphicon-cog"></i></span>
-                    <span>生产协同</span>
+                    <span>业务协同</span>
                 </li>
             </ul>
         </div>
@@ -645,7 +645,7 @@
         <div class="login-side-main">
             <div class="login-side-head">
                 <h1>欢迎回来</h1>
-                <p>请输入账户登录生产协同平台</p>
+                <p>请输入账户登录供应链协同平台</p>
             </div>
 
             <form action="" method="post" id="login-form">

+ 1 - 1
application/common/controller/Backend.php

@@ -255,7 +255,7 @@ class Backend extends Controller
                 'system_style'      => 1,
                 'adminskin'         => Config::get('fastadmin.adminskin') ?: 'skin-blue-light',
                 'load_xinhua_theme' => true,
-                'system_brand'      => '生产协同系统',
+                'system_brand'      => '供应链协同系统',
             ]);
         }
     }

+ 3 - 3
application/extra/mproc.php

@@ -26,15 +26,15 @@ return [
     'bid_open_auth_group_root_id' => 10,
 
     // 当前 login.html 对应哪个系统(换登录页同步改这里)
-    // collab = 生产协同;
+    // collab = 供应链协同;
     // cockpit = 生产经营驾驶舱
     'login_page_system' => 'collab',
 
-    //生产协同系统配置
+    //供应链协同系统配置
     // 角色组根 id(及其子组可登录);style:1=白色 2=黑色原版;brand=登录后侧栏名
     'collab_login_group_root_id' => 10,
     'collab_system_style'        => 1,
-    'collab_system_brand'        => '生产协同系统',
+    'collab_system_brand'        => '供应链协同系统',
     'collab_allow_rule_super'    => true, // 超管 admin(rules=*)可登录
 
     //生产经营驾驶舱系统配置

+ 2 - 2
application/extra/systems.php

@@ -8,8 +8,8 @@
  */
 return [
     'collab' => [
-        'name'             => '生产协同系统',
-        'brand'            => '生产协同系统',
+        'name'             => '供应链协同系统',
+        'brand'            => '供应链协同系统',
         'allow_rule_super' => true,
     ],
     'cockpit' => [

+ 1 - 1
application/index/view/index/index.html

@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
-    <title>协助明细</title>
+    <title>报价列表</title>
     <style>
         * { box-sizing: border-box; }
         html {