From bade1784346976f7d71ae6f613354173e1ecb066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Thu, 29 Feb 2024 15:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E7=94=B5=E9=85=8D=E7=BD=AE-=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E8=AE=B0=EF=BC=9A=E7=99=BB=E8=AE=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=9E=E7=8E=B0=E5=92=8C=E6=B7=BB=E5=8A=A0=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E3=80=81=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E3=80=81=E6=9F=A5=E8=AF=A2=E3=80=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BAinvoiceallyhdjMenu.sql=E7=9A=84sql?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/domain/InvoiceAllYhdj.java | 11 +- .../mapper/system/InvoiceAllYhdjMapper.xml | 2 +- jianshui-ui/src/api/digital/registered.js | 31 ++ .../src/views/digital/registered/index.vue | 459 +++++++++++++----- sql/invoiceallyhdjMenu.sql | 43 ++ 5 files changed, 409 insertions(+), 137 deletions(-) create mode 100644 sql/invoiceallyhdjMenu.sql diff --git a/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java b/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java index e6a7818..b28c112 100644 --- a/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java +++ b/jianshui-system/src/main/java/com/jianshui/system/domain/InvoiceAllYhdj.java @@ -25,11 +25,11 @@ public class InvoiceAllYhdj implements Serializable private Long id; /** 办税人员姓名(税局实名认证的人员) */ - @Excel(name = "办税人员姓名(税局实名认证的人员)") + @Excel(name = "办税人员姓名") private String bsryxm; /** 登录身份(1:财务负责人,2:法定代表人,3:办税人,4:购票员,5:普通管理员,99:其他) 备注:如果选择99|其他,则办税人员名称、手机号码、身份证件号码.可以不传 */ - @Excel(name = "登录身份(1:财务负责人,2:法定代表人,3:办税人,4:购票员,5:普通管理员,99:其他) 备注:如果选择99|其他,则办税人员名称、手机号码、身份证件号码.可以不传") + @Excel(name = "登录身份") private String dlsf; /** 办税人员登录密码 */ @@ -37,7 +37,7 @@ public class InvoiceAllYhdj implements Serializable private String dlsfmm; /** 登录方式(参考码表) */ - @Excel(name = "登录方式(参考码表)") + @Excel(name = "登录方式") private String dlfs; /** 登录密码 */ @@ -57,11 +57,11 @@ public class InvoiceAllYhdj implements Serializable private String nsrsbh; /** 办税人员身份证件号码(税局实名认证的人员) */ - @Excel(name = "办税人员身份证件号码(税局实名认证的人员)") + @Excel(name = "身份证件号") private String bsrysfzjhm; /** 办税人员手机号码(税局实名认证的人员) */ - @Excel(name = "办税人员手机号码(税局实名认证的人员)") + @Excel(name = "手机号码") private String bsrysjhm; /** 中间号码 */ @@ -83,6 +83,7 @@ public class InvoiceAllYhdj implements Serializable private Date updateTime; /** 备注 */ + @Excel(name = "备注") private String remark; diff --git a/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml b/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml index 62e4875..db4a50c 100644 --- a/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml +++ b/jianshui-system/src/main/resources/mapper/system/InvoiceAllYhdjMapper.xml @@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, bsryxm, dlsf, dlsfmm, dlfs, dlmm, dlzh, nsrmc, nsrsbh, bsrysfzjhm, bsrysjhm, zjh, create_by, create_time, update_by, update_time, remark,identity,dqbm from invoice_all_yhdj + select id, bsryxm, dlsf, dlsfmm, dlfs, dlmm, dlzh, nsrmc, nsrsbh, bsrysfzjhm, bsrysjhm, zjh, create_by, create_time, update_by, update_time, remark,`identity`,dqbm from invoice_all_yhdj