king
2024-09-12 d1af439bb8702cf5099324d6fba8cac952fa5d64
Merge branch 'master' into positec
14个文件已修改
55 ■■■■ 已修改文件
src/api/index.js 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/edit-table/normalTable/mkPopSelect/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/excelInbutton/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/funcbutton/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/newpagebutton/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/mutilform/index.jsx 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/mutilform/mkPopSelect/index.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/topSearch/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/utils-datamanage.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/billprint/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mobdesign/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/pcdesign/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/index.js
@@ -733,6 +733,12 @@
        }
      }
      if (param.$type) {
        url += '/' + param.$type
      }
      delete param.$type
      param = this.encryptParam(param)
      return new Promise((resolve) => {
@@ -751,7 +757,7 @@
            res.ErrCode = '-2'
            MKEmitter.emit('reloadTabs')
          }
          if (res.status) {
          if (res.status && id) {
            window.GLOB.CacheMap.set(id, res)
          }
          resolve(res)
@@ -1038,6 +1044,12 @@
        }
      }
      if (param.$type) {
        url += '/' + param.$type
      }
      delete param.$type
      param.username = sessionStorage.getItem('User_Name') || ''
      param.fullname = sessionStorage.getItem('Full_Name') || ''
      param.s_debug = window.GLOB.debugger ? 'Y' : ''
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -2062,8 +2062,8 @@
      let cell = {
        id: ex.id,
        exps: exps,
        menuname: item.label + '(表单)',
        exps: exps,
        md5_id: ''
      }
@@ -2077,6 +2077,7 @@
    if (localItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: localItems
      })
    }
@@ -2084,6 +2085,7 @@
    if (mainItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: mainItems,
        rduri: window.GLOB.mainSystemApi
      })
@@ -2632,10 +2634,11 @@
    return {
      $backend: true,
      $type: 's_TableData_InUpDe',
      data: [{
        id: ex.id,
        exps: exps,
        menuname: btn.logLabel || '',
        exps: exps,
        md5_id: md5_id
      }]
    }
src/tabviews/custom/components/table/edit-table/normalTable/mkPopSelect/index.jsx
@@ -98,10 +98,11 @@
    
      param = {
        $backend: true,
        $type: 's_Get_TableData',
        data: [{
          id: ex.id,
          menuname: config.label || '',
          exps: exps,
          menuname: '',
          md5_id: ''
        }]
      }
src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -860,10 +860,11 @@
    return {
      $backend: true,
      $type: 's_TableData_InUpDe',
      data: [{
        id: ex.id,
        exps: exps,
        menuname: btn.logLabel || '',
        exps: exps,
        md5_id: md5_id
      }]
    }
src/tabviews/zshare/actionList/funcbutton/index.jsx
@@ -317,10 +317,11 @@
    return {
      $backend: true,
      $type: 's_TableData_InUpDe',
      data: [{
        id: ex.id,
        exps: exps,
        menuname: btn.logLabel || '',
        exps: exps,
        md5_id: md5_id
      }]
    }
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -519,10 +519,11 @@
    return {
      $backend: true,
      $type: 's_TableData_InUpDe',
      data: [{
        id: ex.id,
        exps: exps,
        menuname: btn.logLabel || '',
        exps: exps,
        md5_id: md5_id
      }]
    }
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1156,10 +1156,11 @@
    return {
      $backend: true,
      $type: 's_TableData_InUpDe',
      data: [{
        id: ex.id,
        exps: exps,
        menuname: btn.logLabel || '',
        exps: exps,
        md5_id: md5_id
      }]
    }
@@ -1585,6 +1586,7 @@
        if (window.backend && params[0].$backend && (!btn.verify || (btn.verify.printEnable !== 'true' && !btn.output))) {
          params = [{
            $backend: true,
            $type: 's_TableData_InUpDe',
            data: params.map(item => item.data[0])
          }]
        }
src/tabviews/zshare/mutilform/index.jsx
@@ -906,8 +906,8 @@
      let cell = {
        id: ex.id,
        exps: exps,
        menuname: item.label + '(表单)',
        exps: exps,
        md5_id: ''
      }
@@ -921,6 +921,7 @@
    if (localItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: localItems
      })
    }
@@ -928,6 +929,7 @@
    if (mainItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: mainItems,
        rduri: window.GLOB.mainSystemApi
      })
src/tabviews/zshare/mutilform/mkPopSelect/index.jsx
@@ -178,10 +178,11 @@
    
      param = {
        $backend: true,
        $type: 's_Get_TableData',
        data: [{
          id: ex.id,
          menuname: config.label || '',
          exps: exps,
          menuname: '',
          md5_id: ''
        }]
      }
src/tabviews/zshare/topSearch/index.jsx
@@ -620,6 +620,7 @@
    if (localItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: localItems
      })
    }
@@ -627,6 +628,7 @@
    if (mainItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: mainItems,
        rduri: window.GLOB.mainSystemApi
      })
src/utils/utils-datamanage.js
@@ -109,8 +109,8 @@
  let cell = {
    id: item.id,
    exps: exps,
    menuname: setting.$name || '',
    exps: exps,
    md5_id: md5_id
  }
@@ -122,6 +122,7 @@
  let param = {
    $backend: true,
    $type: 's_Get_TableData',
    data: [cell]
  }
@@ -712,6 +713,7 @@
  if (window.backend && params[0].exps) {
    let param = {
      $backend: true,
      $type: 's_Get_TableData',
      data: params.map(item => {
        let cell = {...item}
src/views/billprint/index.jsx
@@ -598,6 +598,7 @@
          if (data.length > 0) {
            params.push({
              $backend: true,
              $type: 's_Get_TableData',
              componentId: '',
              data
            })
src/views/mobdesign/index.jsx
@@ -1455,6 +1455,8 @@
    } else if (this.checklog()) {
      if ((sessionStorage.getItem('applangList') && !config.trans) || (adapters.includes('wxmini') && !config.hasOwnProperty('miniStyle'))) {
      } else if (window.backend && config.enabled && !config.allSqls) {
      } else {
        notification.success({
          top: 92,
src/views/pcdesign/index.jsx
@@ -1181,6 +1181,8 @@
    } else if (this.checklog()) {
      if (sessionStorage.getItem('applangList') && !config.trans) {
      } else if (window.backend && config.enabled && !config.allSqls) {
      } else {
        notification.success({
          top: 92,