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 }} -
-
- -
-
-
- 工资单编辑 -
- -
-
-
- 时间 - - - - - - -
-
- 岗位 - -
-
- 姓名 - -
-
- 基本工资 - -
-
- 绩效工资 - -
-
- 全勤奖金 - -
-
- 其它奖金 - -
-
- 社保缴纳 - -
-
- 个税缴纳 - -
-
- 考勤扣款 - -
-
- 其他扣款 - -
-
-
- - -
-
+ + +