From c2c4485d747580eb106cbf32f9820818c72d89a3 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Thu, 30 Jul 2026 15:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=94=B5=E5=AD=90=E7=89=88?= =?UTF-8?q?=E5=B7=A5=E8=B5=84=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoginDialog.vue | 2 +- src/components/common/CommonEdit.vue | 205 ++++++++ .../gongzidan/ElectronicPreview.vue | 324 ++++++++++++ .../components/gongzidan/PaperPreview.vue | 85 ++++ src/views/other/gongzidan.vue | 475 +++++++----------- src/views/wxPage/BalanceEdit.vue | 2 +- src/views/wxPage/ChatEdit.vue | 2 +- 7 files changed, 794 insertions(+), 301 deletions(-) create mode 100644 src/components/common/CommonEdit.vue create mode 100644 src/views/other/components/gongzidan/ElectronicPreview.vue create mode 100644 src/views/other/components/gongzidan/PaperPreview.vue diff --git a/src/components/LoginDialog.vue b/src/components/LoginDialog.vue index 587f9ea..a90a924 100644 --- a/src/components/LoginDialog.vue +++ b/src/components/LoginDialog.vue @@ -98,7 +98,7 @@ function open() { form.code = '' form.agreed = false showError.value = false - fetchQrCode() + // fetchQrCode() } async function fetchQrCode() { diff --git a/src/components/common/CommonEdit.vue b/src/components/common/CommonEdit.vue new file mode 100644 index 0000000..6672129 --- /dev/null +++ b/src/components/common/CommonEdit.vue @@ -0,0 +1,205 @@ + + + + + diff --git a/src/views/other/components/gongzidan/ElectronicPreview.vue b/src/views/other/components/gongzidan/ElectronicPreview.vue new file mode 100644 index 0000000..6f037a5 --- /dev/null +++ b/src/views/other/components/gongzidan/ElectronicPreview.vue @@ -0,0 +1,324 @@ + + + + + diff --git a/src/views/other/components/gongzidan/PaperPreview.vue b/src/views/other/components/gongzidan/PaperPreview.vue new file mode 100644 index 0000000..24cadcb --- /dev/null +++ b/src/views/other/components/gongzidan/PaperPreview.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/src/views/other/gongzidan.vue b/src/views/other/gongzidan.vue index 41f07a4..9af6e47 100644 --- a/src/views/other/gongzidan.vue +++ b/src/views/other/gongzidan.vue @@ -6,110 +6,33 @@ 工资单 - - + + -
- - {{ formData.job }} - {{ formData.name }} - {{ formData.basicSalary }} - {{ formData.performanceSalary }} - {{ formData.fullAttendanceBonus }} - {{ formData.otherBonus }} - {{ formData.totalSalary }} - {{ formData.socialInsurance }} - {{ formData.taxDeduction }} - {{ formData.attendanceDeduction }} - {{ formData.otherDeduction }} - {{ formData.totalDeduction }} - {{ formData.netSalary }} - {{ formData.year }} - {{ formData.month }} -
-
- -
-
-
- 工资单编辑 -
- -
-
-
- 时间 - - - - - - -
-
- 岗位 - -
-
- 姓名 - -
-
- 基本工资 - -
-
- 绩效工资 - -
-
- 全勤奖金 - -
-
- 其它奖金 - -
-
- 社保缴纳 - -
-
- 个税缴纳 - -
-
- 考勤扣款 - -
-
- 其他扣款 - -
-
-
- - -
-
+ + +