king
2024-09-12 ffa0d7a5e06556c358bf8bbb1af30082214d4376
2024-09-12
12个文件已修改
49 ■■■■ 已修改文件
src/api/index.js 12 ●●●●● 补丁 | 查看 | 原始文档 | 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/api/index.js
@@ -698,6 +698,12 @@
        }
      }
      if (param.$type) {
        url += '/' + param.$type
      }
      delete param.$type
      param = this.encryptParam(param)
      return new Promise((resolve) => {
@@ -1003,6 +1009,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
@@ -895,8 +895,8 @@
      let cell = {
        id: ex.id,
        exps: exps,
        menuname: item.label + '(表单)',
        exps: exps,
        md5_id: ''
      }
@@ -910,6 +910,7 @@
    if (localItems.length) {
      deffers.push({
        $backend: true,
        $type: 's_Get_SelectedList',
        data: localItems
      })
    }
@@ -917,6 +918,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
            })