소스 검색

feat:筛选条件样式调整、重置BIIframe链接

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 년 전
부모
커밋
59c6b955e0

+ 1 - 1
src/web/staticres/BI-module/js/crm-action.js

@@ -115,7 +115,7 @@ var crmNode = new Vue({
         case 'employ':
           // 收录
           if(this.property === 'BIProperty') {
-            this.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg`
+            this.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg?t=${new Date().getTime()}`
             const bidamount_class=goTemplateData.params.obj.bidamount
             const budget_class=goTemplateData.params.obj.budget
             const amount = this.getacount(bidamount_class, budget_class)

+ 15 - 0
src/web/staticres/css/selector/select-card.css

@@ -228,8 +228,13 @@
 .selector-card.property-card .el-checkbox-button__inner{
   border-left: none;
   /* margin: 0 10px 4px 0; */
+  border-radius: 4px;
   color: #1d1d1d;
 }
+.selector-card.property-card .el-checkbox-button__inner:hover{
+  background-color: #2CB7CA;
+  color: #fff;
+}
 .selector-card.property-card .el-checkbox-button.is-checked .el-checkbox-button__inner {
   color: #fff;
 }
@@ -237,6 +242,16 @@
   align-items: center;
 }
 
+#searchInner .searchControl .searchTender .release-time.property-card .timer>ul>li {
+  padding: 2px 6px;
+  line-height: 20px;
+  border-radius: 4px;
+}
+#searchInner .searchControl .searchTender .release-time.property-card .timer>ul>li:hover {
+  padding: 2px 6px;
+  line-height: 20px;
+}
+
 .area-card-content{
   height: 44px;
   overflow: hidden;

+ 1 - 1
src/web/staticres/js/superSearch.js

@@ -2004,7 +2004,7 @@ $(document).on('click', '.icon-shoulu', function() {
         } else if (res.code === 1) {
           // 未创建情报信息,需要手动创建
           searchInnerVue.showPropertyDialog = true
-          searchInnerVue.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg`
+          searchInnerVue.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg?t=${new Date().getTime()}`
         } else {
           toastFn(res.msg, 800)
         }

+ 3 - 0
src/web/templates/pc/supsearch.html

@@ -5228,6 +5228,9 @@ function checkTagDisabled () {
         beforeSubmit('filter-file')
       },
       onAttachClick_hsl: function (item) {
+        if(item == '0') {
+          this.filterProperty.changehand = ''
+        }
         this.apiFilterProperty.changehand = item
         doSearch()
       },