Browse Source

refactor(credit-information):调整信用信息采集时间显示逻辑

- 修改了各个节点的显示宽度,从 15%调整为 25%-
更新了部分节点的显示内容: - 共享平台质检节点变更为入大数据中心时间  - 注释掉了入市信用时间节点的显示代码
胡荣基 2 months ago
parent
commit
a4430328e5

+ 40 - 32
src/views/main/c-views/credit-information/commission-credit-information-manage/CommissionCreditInformationManageEdit.vue

@@ -64,7 +64,7 @@
             <button  :style="{background:ywsc}"  type="button" class="btn btn-default btn-circle"></button>
           </template>
         </el-popover>
-        <div class="grad"  :style="{backgroundImage:ywsc_grad}" style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1"> </div>
+        <div class="grad"  :style="{backgroundImage:ywsc_grad}" style="display:inline-block;width:25%;padding:0px;margin:0px;z-index:1"> </div>
         <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"
                     :visible="true"
                     placement="bottom"
@@ -76,7 +76,7 @@
             <button  :style="{background:rqzj}"  type="button" class="btn btn-default btn-circle"></button>
           </template>
         </el-popover>
-        <div class="grad" :style="{backgroundImage:rqzj_grad}"  style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1;"></div>
+        <div class="grad" :style="{backgroundImage:rqzj_grad}"  style="display:inline-block;width:25%;padding:0px;margin:0px;z-index:1;"></div>
         <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"
                     :visible="true"
                      placement="top"
@@ -88,7 +88,7 @@
             <button  :style="{background:rgxjh}" type="button" class="btn btn-default btn-circle"></button>
           </template>
         </el-popover>
-        <div class="grad"  :style="{backgroundImage:rgxjh_grad}"  style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1;"></div>
+        <div class="grad"  :style="{backgroundImage:rgxjh_grad}"  style="display:inline-block;width:25%;padding:0px;margin:0px;z-index:1;"></div>
         <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"
                     :visible="true"
                     placement="bottom"
@@ -100,20 +100,20 @@
             <button :style="{background:ptzj}" type="button" class="btn btn-default btn-circle"></button>
           </template>
         </el-popover>
-        <div class="grad" :style="{backgroundImage:ptzj_grad}"  style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1;"></div>
-        <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"
-                    :visible="true"
-                     placement="top"
-                    :title="rsxyContent.title"
-                    :width="240"
-        >
-          <div v-html="rsxyContent.content"></div>
-          <template #reference>
-            <button  :style="{background:rsxy}" type="button" class="btn btn-default btn-circle"></button>
-          </template>
-        </el-popover>
+<!--        <div class="grad" :style="{backgroundImage:ptzj_grad}"  style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1;"></div>-->
+<!--        <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"-->
+<!--                    :visible="true"-->
+<!--                     placement="top"-->
+<!--                    :title="rsxyContent.title"-->
+<!--                    :width="240"-->
+<!--        >-->
+<!--          <div v-html="rsxyContent.content"></div>-->
+<!--          <template #reference>-->
+<!--            <button  :style="{background:rsxy}" type="button" class="btn btn-default btn-circle"></button>-->
+<!--          </template>-->
+<!--        </el-popover>-->
         <template v-show="shqsj_grad_display" >
-          <div class="grad" :style="{backgroundImage:shqsj_grad}"  style="display:inline-block;width:15%;padding:0px;margin:0px;z-index:1;"></div>
+          <div class="grad" :style="{backgroundImage:shqsj_grad}"  style="display:inline-block;width:25%;padding:0px;margin:0px;z-index:1;"></div>
         </template>
         <template v-show="dsjzx_show">
           <el-popover  style="display:inline-block;height:50px;padding:0px;margin:0px;"
@@ -298,6 +298,7 @@ export default {
           one_select.value = 2;
           let tempData = msg.Rows;
           tableData.value = tempData;
+          console.log(tempData,'temdata')
           setCharts(tempData[0]); //初始化显示第一条
           totalCount.value = res.msg[0].TotalRowCount;
         }else{
@@ -375,20 +376,23 @@ export default {
       if (json_rows["MARK_ZJBS"] != null) {
         zjjg = json_rows["MARK_ZJBS"].toString().substr(0, 1);
       }
-
-      ptzjContent.value.title = "节点:共享平台质检";
+      /*
+        此处由共享平台质检变更为入大数据中心时间
+       */
+      // ptzjContent.value.title = "节点:共享平台质检";
+      ptzjContent.value.title = "节点:入大数据中心时间";
       if(zjjg > 0){
         var curTime = new Date(json_rows["MARK_UPDATE_TIME"]);
         var addHour = curTime.setHours(curTime.getHours() + 1);
         ptzjContent.value.content = "归集时间:" + getDateToString_zhh(new Date(addHour));
-        if(zjjg == 1){
-          ptzjContent.value.content =  ptzjContent.value.content + "</br>质检结果:质检通过"
-        }else{
-          ptzjContent.value.content =  ptzjContent.value.content + "</br>质检结果:质检未通过"
-        }
+        // if(zjjg == 1){
+        //   ptzjContent.value.content =  ptzjContent.value.content + "</br>质检结果:质检通过"
+        // }else{
+        //   ptzjContent.value.content =  ptzjContent.value.content + "</br>质检结果:质检未通过"
+        // }
       }else{
         ptzjContent.value.content = "质检时间:";
-        ptzjContent.value.content = ptzjContent.value.content + "</br>质检结果:"
+        // ptzjContent.value.content = ptzjContent.value.content + "</br>质检结果:"
       }
 
 
@@ -396,13 +400,17 @@ export default {
         ptzjContent.value.content = "归集时间:"
       }
 
-      //入市信用时间
-      rsxyContent.value.title = "节点:入大数据中心时间";
-      if (isEmptyCheck(json_rows["MARK_EXCHANGE_TIME_DM"])) {
-        rsxyContent.value.content = "归集时间:"
-      } else {
-        rsxyContent.value.content = "归集时间:" + getDateToString_zhh(new Date(json_rows["MARK_EXCHANGE_TIME_DM"]));
-      }
+
+      /*
+        此处由共享平台质检变更为入大数据中心时间暂时注释
+       */
+      // //入市信用时间
+      // rsxyContent.value.title = "节点:入大数据中心时间";
+      // if (isEmptyCheck(json_rows["MARK_EXCHANGE_TIME_DM"])) {
+      //   rsxyContent.value.content = "归集时间:"
+      // } else {
+      //   rsxyContent.value.content = "归集时间:" + getDateToString_zhh(new Date(json_rows["MARK_EXCHANGE_TIME_DM"]));
+      // }
 
 
       zjjg = 0;
@@ -812,4 +820,4 @@ export default {
   line-height: 1;
   padding-bottom: 30px;
 }
-</style>
+</style>