xuzhiheng 6 vuotta sitten
vanhempi
commit
014e12d144

+ 72 - 3
src/jfw/modules/app/src/web/templates/dataExport/dataExport_subType.html

@@ -53,6 +53,60 @@
             top: 18px;
             color: #444444;
         }
+        #nijianTip .easypopup-content {
+            text-align: left;
+        }
+        .easypopup .easypopup-footer>span {
+            height: 50px;
+            line-height: 50px;
+            display: table-cell;
+            background-color: #fff;
+        }
+        .easypopup .easypopup-footer>span:last-child {
+            color: #2cb7ca;
+            border-left: 1px solid #E0E0E0;
+        }
+        .easypopup .easypopup-alert .easypopup-footer>span {
+            width: 100%;
+        }
+        .easypopup .easypopup-footer>span:first-child {
+            border-left: none;
+        }
+        .easypopup .easypopup-footer {
+            text-align: center;
+            border-top: 1px solid #E0E0E0;
+            display: table;
+            width: 100%;
+            font-size: 18px;
+        }
+        .easypopup {
+            background-color: rgba(0,0,0,0.7);
+            position: fixed;
+            left: 0px;
+            right: 0px;
+            top: 0px;
+            bottom: 0px;
+            display: none;
+            z-index: 999;
+            letter-spacing: 1px;
+        }
+        .easypopup .easypopup-alert .easypopup-content {
+            padding: 38px 20px 24px 20px;
+        }
+        .easypopup .easypopup-content {
+            text-align: center;
+            font-size: 15px;
+        }
+        .easypopup>div {
+            background-color: #fff;
+            position: fixed;
+            left: 50%;
+            top: 30%;
+            margin-left: -140px;
+            border-radius: 4px;
+            overflow: hidden;
+            width: 280px;
+        }
     </style>
 <body>
     <div class="app-layout-header">
@@ -65,7 +119,7 @@
             <ul>
                 <li>
                 <dl>
-                <dt class="question" data-value="拟建">拟建项目</dt><i class="iconfont icon-wenhao "></i>
+                <dt class="question" data-value="拟建">拟建项目</dt><i class="iconfont icon-wenhao q-mark"></i>
                 </dl>
                 </li>
                 <li>
@@ -113,7 +167,16 @@
             <button class="reset">重置</button>
             <button class="save-btn">确认</button>
         </div>
-
+        <div class="easypopup" id="nijianTip">
+            <div class="easypopup-alert">
+                <div class="easypopup-content">
+                    “拟建项目”是指那些处于前期立项、审批阶段的项目。供应商应在立项阶段掌握项目信息,做到早介入,稳拿单。
+                </div>
+                <div class="easypopup-footer">
+                    <span class="know">我知道了</span>
+                </div>
+            </div>
+        </div>
     </div>
     <script src="{{Msg "seo" "cdn"}}/jyapp/wx_dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script>
@@ -255,7 +318,13 @@
             $(".app-back").on("click", function () {
                 history.back();
             });
-
+            //
+            $("i.q-mark").on('click', function () {
+                $("#nijianTip").show();
+            });
+            $(".know").on('click', function () {
+                $("#nijianTip").hide();
+            });
     </script>
 </body>
 </html>

+ 8 - 0
src/web/templates/weixin/dataExport/dataExport_appended.html

@@ -14,6 +14,14 @@
     {{include "/common/weixin.html"}}
     <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 </head>
+<style>
+    .keyWord .enter .btn .save {
+        float: right;
+    }
+    body{
+        background: rgba(245,244,249,1);
+    }
+</style>
 <body>
 
 <div class="keyWord">

+ 8 - 0
src/web/templates/weixin/dataExport/dataExport_appendedInput.html

@@ -12,6 +12,14 @@
     <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/keyWord.css?v={{Msg "seo" "version"}}"2>
     <script src="{{Msg "seo" "cdn"}}/wx_dataExport/js/rem.js?v={{Msg "seo" "version"}}"></script>
     </head>
+    <style>
+        .keyWord .enter .btn .save {
+            float: right;
+        }
+        body{
+            background: rgba(245,244,249,1);
+        }
+    </style>
     <body>
 
     <div class="keyWord">

+ 6 - 0
src/web/templates/weixin/dataExport/dataExport_buyerEdit.html

@@ -21,6 +21,12 @@
 		top: 100%;
 		text-align: center;
 	}
+	.keyWord .enter .btn .save-btn {
+		float: right;
+	}
+	body{
+		background: rgba(245,244,249,1);
+	}
 </style>
 
 <body>

+ 6 - 0
src/web/templates/weixin/dataExport/dataExport_buyerInput.html

@@ -21,6 +21,12 @@
             top: 100%;
             text-align: center;
         }
+        .keyWord .enter .btn .save-btn {
+            float: right;
+        }
+        body{
+            background: rgba(245,244,249,1);
+        }
     </style>
 
     <body>

+ 8 - 0
src/web/templates/weixin/dataExport/dataExport_exclude.html

@@ -14,6 +14,14 @@
     {{include "/common/weixin.html"}}
     <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 </head>
+<style>
+    .keyWord .enter .btn .save {
+        float: right;
+    }
+    body{
+        background: rgba(245,244,249,1);
+    }
+</style>
 <body>
 
 <div class="keyWord">

+ 8 - 0
src/web/templates/weixin/dataExport/dataExport_excludeInput.html

@@ -14,6 +14,14 @@
     {{include "/common/weixin.html"}}
     <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
     </head>
+    <style>
+        .keyWord .enter .btn .save {
+            float: right;
+        }
+        body{
+            background: rgba(245,244,249,1);
+        }
+    </style>
     <body>
 
     <div class="keyWord">

+ 6 - 0
src/web/templates/weixin/dataExport/dataExport_keyWord.html

@@ -23,6 +23,12 @@
         bottom: 0.4rem;
         text-align: center;
     }
+    .keyWord .enter .btn .save {
+        float: right;
+    }
+    body{
+        background: rgba(245,244,249,1);
+    }
 </style>
 <body>
 

+ 6 - 1
src/web/templates/weixin/dataExport/dataExport_keyWordInput.html

@@ -16,7 +16,12 @@
     <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 </head>
 <style>
-
+    .keyWord .enter .btn .save {
+        float: right;
+    }
+    body{
+        background: rgba(245,244,249,1);
+    }
 </style>
 <body>
 

+ 73 - 3
src/web/templates/weixin/dataExport/dataExport_subType.html

@@ -28,6 +28,60 @@
             font-weight: bold;
             margin-bottom: 0.2rem;
         }
+        #nijianTip .easypopup-content {
+            text-align: left;
+        }
+        .easypopup .easypopup-footer>span {
+            height: 50px;
+            line-height: 50px;
+            display: table-cell;
+            background-color: #fff;
+        }
+        .easypopup .easypopup-footer>span:last-child {
+            color: #2cb7ca;
+            border-left: 1px solid #E0E0E0;
+        }
+        .easypopup .easypopup-alert .easypopup-footer>span {
+            width: 100%;
+        }
+        .easypopup .easypopup-footer>span:first-child {
+            border-left: none;
+        }
+        .easypopup .easypopup-footer {
+            text-align: center;
+            border-top: 1px solid #E0E0E0;
+            display: table;
+            width: 100%;
+            font-size: 18px;
+        }
+        .easypopup {
+            background-color: rgba(0,0,0,0.7);
+            position: fixed;
+            left: 0px;
+            right: 0px;
+            top: 0px;
+            bottom: 0px;
+            display: none;
+            z-index: 999;
+            letter-spacing: 1px;
+        }
+        .easypopup .easypopup-alert .easypopup-content {
+            padding: 38px 20px 24px 20px;
+        }
+        .easypopup .easypopup-content {
+            text-align: center;
+            font-size: 15px;
+        }
+        .easypopup>div {
+            background-color: #fff;
+            position: fixed;
+            left: 50%;
+            top: 30%;
+            margin-left: -140px;
+            border-radius: 4px;
+            overflow: hidden;
+            width: 280px;
+        }
     </style>
 <body>
 
@@ -37,7 +91,7 @@
             <ul>
                     <li>
                         <dl>
-                            <dt class="question" data-value="拟建">拟建项目</dt><i class="iconfont icon-wenhao "></i>
+                            <dt class="question" data-value="拟建">拟建项目</dt><i class="iconfont icon-wenhao q-mark"></i>
                         </dl>
                     </li>
                 <li>
@@ -85,7 +139,16 @@
             <button class="reset">重置</button>
             <button class="save-btn">确认</button>
         </div>
-
+        <div class="easypopup" id="nijianTip">
+        <div class="easypopup-alert">
+        <div class="easypopup-content">
+                    “拟建项目”是指那些处于前期立项、审批阶段的项目。供应商应在立项阶段掌握项目信息,做到早介入,稳拿单。
+        </div>
+        <div class="easypopup-footer">
+        <span class="know">我知道了</span>
+        </div>
+        </div>
+        </div>
     </div>
     <script src="{{Msg "seo" "cdn"}}/wx_dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script>
@@ -188,6 +251,7 @@
                     if($(this).text() === subType[i]){
                         $(this).addClass("active");
                     }
+                    isDtSelected(this);
                 })
                 $(".list ul li").find("dt.question").each(function(){
                     if($(this).attr("data-value") === subType[i]){
@@ -222,7 +286,13 @@
                 $(_this).parent().find('dt').addClass('active');
             }
         }
-
+        //
+        $("i.q-mark").on('click', function () {
+            $("#nijianTip").show(100);
+        });
+        $(".know").on('click', function () {
+            $("#nijianTip").hide();
+        });
     </script>
 </body>
 </html>

+ 6 - 0
src/web/templates/weixin/dataExport/dataExport_winnerEdit.html

@@ -21,6 +21,12 @@
 			top: 100%;
 			text-align: center;
 		}
+		.keyWord .enter .btn .save-btn {
+			float: right;
+		}
+		body{
+			background: rgba(245,244,249,1);
+		}
 	</style>
 	<body>
 

+ 6 - 0
src/web/templates/weixin/dataExport/dataExport_winnerInput.html

@@ -21,6 +21,12 @@
             top: 100%;
             text-align: center;
         }
+        .keyWord .enter .btn .save-btn {
+            float: right;
+        }
+        body{
+            background: rgba(245,244,249,1);
+        }
     </style>
     <body>