From a745b01447562348750a0c6fb55e7a7de36dcefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Wed, 9 Nov 2022 16:40:41 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E5=B7=A5=E8=B5=84=E6=9D=A1=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/Payslip/Payslip/list.vue | 16 +- .../pages/Payslip/Payslip/single.vue | 26 +- .../pages/Payslip/recruitPayslip/list.vue | 20 +- .../pages/Payslip/recruitPayslip/single.vue | 253 ++++++++++-------- .../pages/Payslip/welfarePayslip/list.vue | 20 +- .../pages/Payslip/welfarePayslip/single.vue | 253 ++++++++++-------- 6 files changed, 320 insertions(+), 268 deletions(-) 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 index 88df452cc..e67185753 100644 --- 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 @@ -10,6 +10,14 @@ + + 姓名: + {{ displayListItem(item, 'EmpName') }} + + + 人员类别: + {{ displayListItem(item, 'PeopleType') }} + 发放年份: {{ displayListItem(item, 'IssueYear') }} @@ -45,8 +53,8 @@ - - + + @@ -74,6 +82,10 @@ export default { scheme: { // F_CustomerId: { type: 'select', dataSource: '1', dataSourceId: 'crmCustomer,f_fullname,f_customerid' }, // F_InvoiceContent: { type: 'texteditor' }, + // 姓名EmpName + EmpName: { type: 'text' }, + // 人员类别PeopleType + PeopleType: { type: 'text' }, // 发放年份IssueYear IssueYear: { type: 'text' }, // 发放月份IssueMonth 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 index 5c578de11..02e7b80f1 100644 --- 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 @@ -201,10 +201,10 @@ :disabled="!edit" title="失业保险" /> - @@ -257,26 +257,6 @@ :disabled="!edit" title="发放月份" /> - + + 姓名: + {{ displayListItem(item, 'EmpName') }} + + + 人员类别: + {{ displayListItem(item, 'PeopleType') }} + 发放年份: {{ displayListItem(item, 'IssueYear') }} @@ -45,8 +53,8 @@ - - + + @@ -74,6 +82,10 @@ export default { scheme: { // F_CustomerId: { type: 'select', dataSource: '1', dataSourceId: 'crmCustomer,f_fullname,f_customerid' }, // F_InvoiceContent: { type: 'texteditor' }, + // 姓名EmpName + EmpName: { type: 'text' }, + // 人员类别PeopleType + PeopleType: { type: 'text' }, // 发放年份IssueYear IssueYear: { type: 'text' }, // 发放月份IssueMonth @@ -143,7 +155,7 @@ export default { } const result = await this.HTTP_GET( - 'learun/adms/WageSchedule/getlist', + 'learun/adms/Ououtsourcing/getlist', { pagination: { rows: 10, page: this.page, sidx: 'CreateTime', sord: 'DESC' }, queryJson: JSON.stringify(this.searchData) @@ -188,7 +200,7 @@ export default { return case 'view': - this.NAV_TO('./single?type=view&&id='+item.Id, item, true) + this.NAV_TO('./single?type=view&&id='+item.WPID, item, true) return case 'edit': diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue index 5c578de11..684931955 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/recruitPayslip/single.vue @@ -3,260 +3,273 @@ 基本信息 + 基本工资 - + /> --> 津贴补贴 - + /> --> 改革性补贴 - + /> --> + 扣款 - + /> --> - - + /> --> - - + /> --> + + + 姓名: + {{ displayListItem(item, 'EmpName') }} + + + 人员类别: + {{ displayListItem(item, 'PeopleType') }} + 发放年份: {{ displayListItem(item, 'IssueYear') }} @@ -45,8 +53,8 @@ - - + + @@ -74,6 +82,10 @@ export default { scheme: { // F_CustomerId: { type: 'select', dataSource: '1', dataSourceId: 'crmCustomer,f_fullname,f_customerid' }, // F_InvoiceContent: { type: 'texteditor' }, + // 姓名EmpName + EmpName: { type: 'text' }, + // 人员类别PeopleType + PeopleType: { type: 'text' }, // 发放年份IssueYear IssueYear: { type: 'text' }, // 发放月份IssueMonth @@ -143,7 +155,7 @@ export default { } const result = await this.HTTP_GET( - 'learun/adms/WageSchedule/getlist', + 'learun/adms/WelfarePosition/getlist', { pagination: { rows: 10, page: this.page, sidx: 'CreateTime', sord: 'DESC' }, queryJson: JSON.stringify(this.searchData) @@ -188,7 +200,7 @@ export default { return case 'view': - this.NAV_TO('./single?type=view&&id='+item.Id, item, true) + this.NAV_TO('./single?type=view&&id='+item.GYID, item, true) return case 'edit': diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue index 5c578de11..7b831a783 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/Payslip/welfarePayslip/single.vue @@ -3,260 +3,273 @@ 基本信息 + 基本工资 - + /> --> 津贴补贴 - + /> --> 改革性补贴 - + /> --> + 扣款 - + /> --> - - + /> --> - - + /> --> +