From 57ba86de75d6faea803deeea348ce97068f41149 Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Fri, 24 May 2024 17:06:30 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91=E5=B7=A5?=
=?UTF-8?q?=E8=B5=84=E6=9D=A1=E7=AE=A1=E7=90=86=E7=A7=BB=E5=8A=A8=E7=AB=AF?=
=?UTF-8?q?=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LearunApp-2.2.0/pages.json | 13 +
.../pages/Payslip/Payslip/list.vue | 710 ++++++++++++++++++
.../pages/Payslip/Payslip/single.vue | 634 ++++++++++++++++
3 files changed, 1357 insertions(+)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index 803eb475c..cbef4fe23 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -851,6 +851,19 @@
"navigationBarTitleText": "异常严重"
}
},
+ // 财政工资条
+ {
+ "path": "pages/Payslip/Payslip/list",
+ "style": {
+ "navigationBarTitleText": "我的工资"
+ }
+ },
+ {
+ "path": "pages/Payslip/Payslip/single",
+ "style": {
+ "navigationBarTitleText": "我的工资"
+ }
+ },
//工资条
{
"path": "pages/wages/list",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
new file mode 100644
index 000000000..94e38c436
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/list.vue
@@ -0,0 +1,710 @@
+
+
+
+
+
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月
+
+
+
+
+ ¥{{list.length > 0 ? list[0].NetCombined || 0 : 0}}
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月实发工资
+
+
+
+
+
+
+ 应发合计
+ ¥{{list.length > 0 ? list[0].TotalGrossPay || 0 : 0}}
+
+
+
+ 代扣合计
+ ¥{{list.length > 0 ? list[0].DeductionsSubtotal || 0 : 0}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置筛选条件
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue
new file mode 100644
index 000000000..2adcdde4e
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/Payslip/single.vue
@@ -0,0 +1,634 @@
+
+
+
+
+
+
+
+
+
+
+
+ 基本工资
+
+
+
+ 绩效工资
+
+
+ 单列绩效
+
+
+ 津贴补贴
+
+
+
+
+ 改革性补贴
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 代扣代缴
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file