From a2350abae45e135a181e20644318442a47791eaa Mon Sep 17 00:00:00 2001 From: hdm Date: Fri, 11 Feb 2022 15:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/finance/common.php | 1 + app/finance/view/invoice/add.html | 4 ++-- app/user/view/user/view.html | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/finance/common.php b/app/finance/common.php index 22b1c80..616e7c8 100644 --- a/app/finance/common.php +++ b/app/finance/common.php @@ -9,6 +9,7 @@ *模块数据获取公共文件 ====================== */ +use think\facade\Db; //读取开票主体 function finance_invoice_subject() { diff --git a/app/finance/view/invoice/add.html b/app/finance/view/invoice/add.html index b573c10..87a489d 100644 --- a/app/finance/view/invoice/add.html +++ b/app/finance/view/invoice/add.html @@ -32,7 +32,7 @@ @@ -104,7 +104,7 @@ diff --git a/app/user/view/user/view.html b/app/user/view/user/view.html index 8c78bb3..a62bf68 100644 --- a/app/user/view/user/view.html +++ b/app/user/view/user/view.html @@ -68,9 +68,9 @@ 员工类型 - {eq name="$detail.type" value="0"}实 习 生{/eq} - {eq name="$detail.type" value="1"}试用员工{/eq} - {eq name="$detail.type" value="2"}正式员工{/eq} + {eq name="$detail.type" value="3"}实 习 生{/eq} + {eq name="$detail.type" value="2"}试用员工{/eq} + {eq name="$detail.type" value="1"}正式员工{/eq} 最后登录时间