liuyifan %!s(int64=5) %!d(string=hace) años
padre
commit
e33376a86a

+ 2 - 2
CallCenterWeb.UI/ReportForm/marketInformationBriefing.html

@@ -242,12 +242,12 @@
242 242
                             '</td>'+
243 243
                             '<td width="15%">'+
244 244
                             '<span>'+
245
-                            content.product[i].number +
245
+                            content.product[i+1].number +
246 246
                             '</span>'+
247 247
                             '</td>'+
248 248
                             '<td width="15%">'+
249 249
                             '<span>'+
250
-                            content.product[i].Proportion +
250
+                            content.product[i+1].Proportion +
251 251
                             '</span>'+
252 252
                             '</td>'+
253 253
                             '</tr>'

+ 11 - 2
CallCenterWeb.UI/index.html

@@ -1316,7 +1316,6 @@
1316 1316
                 </div>
1317 1317
             </div>
1318 1318
         </div>
1319
-
1320 1319
     </div>
1321 1320
 
1322 1321
     <!--修改密码结束-->
@@ -1342,10 +1341,20 @@
1342 1341
 		//访问引导页
1343 1342
 		function guide() {
1344 1343
 		    introJs().setOptions({
1344
+		    	/* 上一步按钮的显示名称  */
1345 1345
 		        prevLabel: "上一步",
1346
+		        /* 下一步按钮的显示名称  */
1346 1347
 		        nextLabel: "下一步",
1348
+		        /* 跳过按钮的显示名称  */
1347 1349
 		        skipLabel: "跳过",
1348
-		        doneLabel: "结束"
1350
+		        /* 结束按钮的显示名称  */
1351
+		        doneLabel: "结束",
1352
+		        /* 是否使用键盘Esc退出  */
1353
+		        exitOnEsc: true,
1354
+		        /* 是否显示说明的数据步骤  */
1355
+		        showStepNumbers: false,
1356
+		        /* 是否允许点击空白处退出 */
1357
+      			exitOnOverlayClick: false,
1349 1358
 		    }).oncomplete(function () {
1350 1359
 		        //点击跳过按钮后执行的事件
1351 1360
 		    }).onexit(function () {

+ 1 - 1
CallCenterWeb.UI/js/intro.js-2.9.3/introjs.css

@@ -55,7 +55,7 @@ tr.introjs-showElement > th {
55 55
   position: absolute;
56 56
   z-index: 9999998;
57 57
   background-color: #FFF;
58
-  background-color: rgba(255,255,255,.9);
58
+  background-color: rgba(255,255,255,.7);
59 59
   border: 1px solid #777;
60 60
   border: 1px solid rgba(0,0,0,.5);
61 61
   border-radius: 4px;