From afda050e4130132a9c8749a6c5f57e2debb23142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 22 Feb 2022 23:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=B4=A2=E5=8A=A1=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/AdvanceInList.vue | 4 +++- jshERP-web/src/views/financial/GiroList.vue | 4 +++- jshERP-web/src/views/financial/ItemInList.vue | 4 +++- jshERP-web/src/views/financial/ItemOutList.vue | 4 +++- jshERP-web/src/views/financial/MoneyInList.vue | 4 +++- jshERP-web/src/views/financial/MoneyOutList.vue | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/jshERP-web/src/views/financial/AdvanceInList.vue b/jshERP-web/src/views/financial/AdvanceInList.vue index f6dc4081..c0812f2f 100644 --- a/jshERP-web/src/views/financial/AdvanceInList.vue +++ b/jshERP-web/src/views/financial/AdvanceInList.vue @@ -127,6 +127,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "AdvanceInList", mixins:[JeecgListMixin, FinancialListMixin], @@ -151,7 +152,8 @@ type: "收预付款", organId: "", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [ diff --git a/jshERP-web/src/views/financial/GiroList.vue b/jshERP-web/src/views/financial/GiroList.vue index fa406d25..cbad6f39 100644 --- a/jshERP-web/src/views/financial/GiroList.vue +++ b/jshERP-web/src/views/financial/GiroList.vue @@ -118,6 +118,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "GiroList", mixins:[JeecgListMixin, FinancialListMixin], @@ -141,7 +142,8 @@ searchMaterial: "", type: "转账", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [ diff --git a/jshERP-web/src/views/financial/ItemInList.vue b/jshERP-web/src/views/financial/ItemInList.vue index 782df924..6dc7c334 100644 --- a/jshERP-web/src/views/financial/ItemInList.vue +++ b/jshERP-web/src/views/financial/ItemInList.vue @@ -127,6 +127,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "ItemInList", mixins:[JeecgListMixin, FinancialListMixin], @@ -151,7 +152,8 @@ type: "收入", organId: "", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [ diff --git a/jshERP-web/src/views/financial/ItemOutList.vue b/jshERP-web/src/views/financial/ItemOutList.vue index 42d47897..15cfd5c5 100644 --- a/jshERP-web/src/views/financial/ItemOutList.vue +++ b/jshERP-web/src/views/financial/ItemOutList.vue @@ -127,6 +127,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "ItemOutList", mixins:[JeecgListMixin, FinancialListMixin], @@ -151,7 +152,8 @@ type: "支出", organId: "", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [ diff --git a/jshERP-web/src/views/financial/MoneyInList.vue b/jshERP-web/src/views/financial/MoneyInList.vue index 954d6313..a4d1302c 100644 --- a/jshERP-web/src/views/financial/MoneyInList.vue +++ b/jshERP-web/src/views/financial/MoneyInList.vue @@ -128,6 +128,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "MoneyInList", mixins:[JeecgListMixin, FinancialListMixin], @@ -152,7 +153,8 @@ type: "收款", organId: "", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [ diff --git a/jshERP-web/src/views/financial/MoneyOutList.vue b/jshERP-web/src/views/financial/MoneyOutList.vue index e2e0325a..451d4e25 100644 --- a/jshERP-web/src/views/financial/MoneyOutList.vue +++ b/jshERP-web/src/views/financial/MoneyOutList.vue @@ -128,6 +128,7 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin' import JDate from '@/components/jeecg/JDate' + import Vue from 'vue' export default { name: "MoneyOutList", mixins:[JeecgListMixin, FinancialListMixin], @@ -152,7 +153,8 @@ type: "付款", organId: "", creator: "", - handsPersonId: "" + handsPersonId: "", + roleType: Vue.ls.get('roleType') }, // 表头 columns: [