From b1ee31eabfedcdb6e4382f64ddb8da68e01c50b7 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Thu, 12 Dec 2024 16:32:53 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E5=9B=BD=E7=A8=8E=E5=8F=91=E7=A5=A8=E3=80=81=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E3=80=81=E5=85=AC=E5=8F=B8=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=92=8C=E6=8A=A5=E9=94=80=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=92=8C=E8=A1=A8=E5=A4=B4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B0=83=E6=95=B4=E4=B8=BA=E7=BB=9F=E4=B8=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20=E5=85=AC=E5=8F=B8=E6=88=90=E6=9C=AC=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E6=89=80=E6=9C=89=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=8F=AA=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../compantFixedAssets.html | 8 +-- .../financial/companyCost/companyCost.html | 11 ++-- .../financial/companyCost/detail.html | 50 +++++++++---------- .../templates/financial/expense/expense.html | 11 ++-- .../financial/taxInvoice/taxInvoice.html | 19 +++---- 5 files changed, 51 insertions(+), 48 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html b/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html index 558d0345..0c6735cc 100644 --- a/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html +++ b/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html @@ -132,10 +132,10 @@ {title: '操作',align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('编辑 '); - actions.push('详情 '); - - return actions.join(''); + actions.push('编辑 '); + actions.push('详情 '); + var actionLinks = actions.join(''); + return $.table.dropdownToggle(actionLinks); } } ] diff --git a/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html b/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html index 10240f2a..fec03b0b 100644 --- a/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html +++ b/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html @@ -19,7 +19,7 @@
  • - + + @@ -35,39 +35,39 @@

    经营成本

    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    @@ -75,45 +75,45 @@

    业务成本

    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    - +
    diff --git a/ruoyi-admin/src/main/resources/templates/financial/expense/expense.html b/ruoyi-admin/src/main/resources/templates/financial/expense/expense.html index 701bd533..b481455e 100644 --- a/ruoyi-admin/src/main/resources/templates/financial/expense/expense.html +++ b/ruoyi-admin/src/main/resources/templates/financial/expense/expense.html @@ -202,15 +202,16 @@ var todoUserIdList = row.todoUserId.split(","); if(todoUserIdList.includes(loginName)){ var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批'; - actions.push(' '+nodeName+' '); + actions.push(' '+nodeName+' '); } } - actions.push(' 审批历史 '); - actions.push(' 进度查看 '); + actions.push(' 审批历史 '); + actions.push(' 进度查看 '); } // 详情 - actions.push(' 详情 '); - return actions.join(''); + actions.push(' 详情 '); + var actionLinks = actions.join(''); + return $.table.dropdownToggle(actionLinks); } } ], diff --git a/ruoyi-admin/src/main/resources/templates/financial/taxInvoice/taxInvoice.html b/ruoyi-admin/src/main/resources/templates/financial/taxInvoice/taxInvoice.html index f03faa93..a9356cb9 100644 --- a/ruoyi-admin/src/main/resources/templates/financial/taxInvoice/taxInvoice.html +++ b/ruoyi-admin/src/main/resources/templates/financial/taxInvoice/taxInvoice.html @@ -87,7 +87,7 @@ - + 导出 @@ -265,19 +265,19 @@ //待审核详情 if (row.taxInvoiceStatus=="0"){ - actions.push('详情'); + actions.push('详情'); } if (row.taxInvoiceStatus=="0" && row.commonCurrency=="1"){ - actions.push('审核'); + actions.push('审核'); } if (row.taxInvoiceStatus=="0" && row.commonCurrency=="2"){ - actions.push('审核'); + actions.push('审核'); } //审核详情 if (row.taxInvoiceStatus=="1"){ - actions.push('详情'); + actions.push('详情'); } // if (row.taxInvoiceStatus=="1" ){ @@ -285,17 +285,18 @@ // } if (row.taxInvoiceStatus=="1" && row.commonCurrency=="1"){ - actions.push('上传发票'); + actions.push('上传发票'); } if (row.taxInvoiceStatus=="1" && row.commonCurrency=="2"){ - actions.push('上传发票'); + actions.push('上传发票'); } //上传发票详情 if (row.taxInvoiceStatus=="2" ){ - actions.push('详情'); + actions.push('详情'); } - return actions.join(''); + var actionLinks = actions.join(''); + return $.table.dropdownToggle(actionLinks); } }] };