hailu
2023-02-06 5d4e4f1d8fd8090368945c56d8634800c9ff296f
字段修改
4个文件已修改
30 ■■■■ 已修改文件
src/components/SeniorTranfer.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/SeniorView.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/SmartView.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/SeniorTranfer.vue
@@ -22,14 +22,14 @@
        </a-button>
      </a-tab-pane>
      <a-tab-pane key="industrycn" tab="国民经济行业分类">
      <a-tab-pane key="industrycode" tab="国民经济行业分类">
        <a-input-search placeholder="请输入您想要查询的国民经济行业分类" v-model="parentCodeSearch"
          style="width: 300px;margin-right:  10px;margin-bottom: 20px;" enter-button @search="onSearch" />
        <a-button type="primary" @click="reset">
          重置
        </a-button>
      </a-tab-pane>
      <a-tab-pane key="stratregicIndustry" tab="新兴产业分类">
      <a-tab-pane key="strategicIndustryCode" tab="新兴产业分类">
        <a-input-search placeholder="请输入您想要查询的新兴产业分类" v-model="parentCodeSearch"
          style="width: 300px;margin-right:  10px;margin-bottom: 20px;" enter-button @search="onSearch" />
        <a-button type="primary" @click="reset">
@@ -185,13 +185,13 @@
            this.treeDimensions = { children: 'children', title: 'lable', key: 'value',valueshow:'valueshow' }
        
          break;
        case 'industrycn':
        case 'industrycode':
          url = GetEcoindustryTree
          params = { "json": JSON.stringify([{ FieldName: 'Name', ConditionalType: '1', FieldValue: this.parentCodeSearch }]) },
            this.treeDimensions = { children: 'children', title: 'lable', key: 'value',valueshow:'valueshow' }
          // console.log(this.treeDimensions);
          break;
        case 'stratregicIndustry':
        case 'strategicIndustryCode':
          url = GetStraindustryTree
          params = { "json": JSON.stringify([{ FieldName: 'Name', ConditionalType: '1', FieldValue: this.parentCodeSearch }]) },
@@ -291,12 +291,12 @@
          }
          this.treeDimensions = { children: 'children', title: 'Desc', key: 'Code' }
          break;
        case 'industrycn':
        case 'industrycode':
          url = GetEcoindustryTree
          this.treeDimensions = { children: 'children', title: 'lable', key: 'value' }
          // console.log(this.treeDimensions);
          break;
        case 'stratregicIndustry':
        case 'strategicIndustryCode':
          url = GetStraindustryTree
          this.treeDimensions = { children: 'children', title: 'lable', key: 'value' }
          break;
src/views/SeniorView.vue
@@ -225,8 +225,8 @@
const options = {
  keyWords: [{ code: 'title0|abstract0', name: '标题/摘要' }, { code: 'title0|abstract0|claim0', name: '标题/摘要/权利要求' }, { code: 'title0|abstract0|claim0|description0', name: '标题/摘要/权利要求/说明书' }, { code: 'title0', name: '标题' }, { code: 'abstract0', name: '摘要' }, { code: 'claim0', name: '权利要求' }, { code: 'description0', name: '说明书' }],
  name: [{ code: 'assigneeHarmonizedName', name: '申请人' }, { code: 'inventorHarmonizedName', name: "发明人" }],
  address: [{ code: 'address', name: '申请人地址' }, { code: 'province', name: '中国申请人省' }, { code: 'city', name: '中国申请人地市' }, { code: 'county', name: '中国申请人区县' }, { code: 'assigneeCrossCountryCount', name: '申请人国别' }, { code: 'country', name: '公开国别' }],
  fenlei: [{ code: 'ipcCodeSort', name: 'IPC(国际分类)' }, { code: 'cpcCodeSort', name: 'CPC(合作专利分类)' }, { code: 'industrycn', name: '国民经济行业分类' }, { code: 'strategicIndustryCode', name: '战略性新兴产业分类' },{ code: 'locarnoCodeSort', name: '洛迦诺分类' }],
  address: [{ code: 'cnaddress', name: '申请人地址' }, { code: 'cnprovince', name: '中国申请人省份' }, { code: 'cncity', name: '中国申请人地市' }, { code: 'cncounty', name: '中国申请人区县' }, { code: 'assigneeCrossCountryCount', name: '申请人国别' }, { code: 'cncountry', name: '公开国别' }],
  fenlei: [{ code: 'ipcCodeSort', name: 'IPC(国际分类)' }, { code: 'cpcCodeSort', name: 'CPC(合作专利分类)' }, { code: 'industrycode', name: '国民经济行业分类' }, { code: 'strategicIndustryCode', name: '战略性新兴产业分类' },{ code: 'locarnoCodeSort', name: '洛迦诺分类' }],
  haoma: [{ code: 'publicationNumber', name: '公开号' }, { code: 'applicationNumber', name: '申请号' }, { code: 'pctNumber', name: 'PCT号' },],
  // {code:'',name:'优先权号'}
  date: [{ code: 'publicationDate', name: '公开日' }, { code: 'filingDate', name: '申请日' }, { code: 'grantDate', name: '授权日' }, { code: 'priorityDate', name: '优先权日' }],
@@ -267,7 +267,7 @@
        ],
        address: [
          {
            select: 'address',
            select: 'cnaddress',
            text: '',
            logic: 'AND',
            value: ''
src/views/SmartView.vue
@@ -52,9 +52,9 @@
              <!-- </div> -->
            </a-collapse-panel>
            <!-- <a-collapse-panel key="2" header="公开类型">
            <a-collapse-panel key="2" header="公开类型">
             未知
            </a-collapse-panel> -->
            </a-collapse-panel>
            <a-collapse-panel key="3" header="法律状态">
              <a-checkbox-group v-model="checkedOption.lawStatusCount" style="width:100%">
                <ul class="option-list" v-if="leftOptions.lawStatusCount">
@@ -148,9 +148,9 @@
              </a-checkbox-group>
            </a-collapse-panel>
            <!-- <a-collapse-panel key="9" header="中国申请人地址">
            <a-collapse-panel key="9" header="中国申请人地址">
             未知
            </a-collapse-panel> -->
            </a-collapse-panel>
            <a-collapse-panel key="10" header="战略新兴产业分类">
              <a-checkbox-group v-model="checkedOption.strategyIndustryCount" style="width:100%">
vue.config.js
@@ -23,8 +23,8 @@
            // .php 代理标识符(当请求地址包含.php 字符启用代理)
            "/api": {
                // 本地服务器向 target服务器请求数据
                // target: "http://36.156.46.165:8089/",
                target: "http://101.133.134.71:8089/",
                target: "http://36.156.46.165:8089/",
                // target: "http://101.133.134.71:8089/",
                // 允许跨域
                changeOrigin: true,