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