zhiyuan007 há 1 ano atrás
pai
commit
7989eb128c

+ 1 - 1
src/assets/global.scss

@@ -59,7 +59,7 @@
   cursor: pointer;
   position: absolute;
   right: 150px;
-  top:10px;
+  top:12px;
 }
 .my-b-title{
   margin-bottom: 20px;

+ 18 - 18
src/data/all-form.js

@@ -419,8 +419,8 @@ export const cityCreditInformationPlatformSearchHome = {
 export const cityCreditInformationPlatformSearchDetail = {
     formItemsArr:[
         {
-            type:'input',
-            label:'事项名称',
+            type:'span',
+            label:'事项名称:',
             colClass:'mr12',
             modelValue:'resourcename',
             elInputEleAttrs:{
@@ -428,8 +428,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'事项代码',
+            type:'span',
+            label:'事项代码:',
             colClass:'mr12',
             modelValue:'resources',
             elInputEleAttrs:{
@@ -437,8 +437,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'事项所属信息类别',
+            type:'span',
+            label:'事项所属信息类别:',
             colClass:'mr12',
             modelValue:'xxlb',
             elInputEleAttrs:{
@@ -446,8 +446,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'来源单位',
+            type:'span',
+            label:'来源单位:',
             colClass:'mr12',
             modelValue:'xxssdw',
             elInputEleAttrs:{
@@ -455,8 +455,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'来源单位代码',
+            type:'span',
+            label:'来源单位代码:',
             colClass:'mr12',
             modelValue:'xxssdwdm',
             elInputEleAttrs:{
@@ -464,8 +464,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'信息事项类别',
+            type:'span',
+            label:'信息事项类别:',
             colClass:'mr12',
             modelValue:'xybgxxlb',
             elInputEleAttrs:{
@@ -473,8 +473,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'信用报告类别ID',
+            type:'span',
+            label:'信用报告类别ID:',
             colClass:'mr12',
             modelValue:'xybglbid',
             elInputEleAttrs:{
@@ -482,8 +482,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'事项是否准予修复',
+            type:'span',
+            label:'事项是否准予修复:',
             colClass:'mr12',
             modelValue:'sfzyxf',
             elInputEleAttrs:{
@@ -491,8 +491,8 @@ export const cityCreditInformationPlatformSearchDetail = {
             },
         },
         {
-            type:'input',
-            label:'事项是否准予预警',
+            type:'span',
+            label:'事项是否准予预警:',
             colClass:'mr12',
             modelValue:'sfzyyj',
             elInputEleAttrs:{

+ 2 - 2
src/service/config.js

@@ -1,6 +1,6 @@
 //  export const baseUrl = process.env.NODE_ENV ==='production'?proBaseUrl:devBaseUrl
-//export const baseUrl = 'http://10.90.7.241:9443/data-business-prod/'
-export const baseUrl = 'http://localhost:9250'
+export const baseUrl = 'http://10.90.7.241:9443/data-business-prod/'
+//export const baseUrl = 'http://localhost:9250'
 // export const baseUrl = 'http://10.81.66.9:9250'
 export const baseUrl_Address = 'http://10.81.66.9:9250'
 // export const baseUrl_Address = 'http://10.81.66.9:9252'

+ 3 - 0
src/views/main/c-views/credit-information/city-credit-information-plaform-search/CityCreditInformationPlatformSearchHome.vue

@@ -96,6 +96,8 @@ export default {
     }
     function splitXSLX(val){  //获取事项类型
       debugger
+      layoutRef.value.form.YYSX = '';
+      layoutRef.value.form.SXLX = '';
       let returnOption = [];
       let tempSXLX = [];
       for(let i=0;i<YYSXList.value.length;i++){
@@ -127,6 +129,7 @@ export default {
     }
     function splitYYSX(val){   //获取当前类型的应用事项
       debugger
+      layoutRef.value.form.YYSX = '';
       let tempYYSY = [];
       let returnOption = [];
       let type ='';