Commit afda050e authored by 季圣华's avatar 季圣华
Browse files

给财务单据增加数据权限

parent 9d0d61d7
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "AdvanceInList", name: "AdvanceInList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -151,7 +152,8 @@ ...@@ -151,7 +152,8 @@
type: "收预付款", type: "收预付款",
organId: "", organId: "",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "GiroList", name: "GiroList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -141,7 +142,8 @@ ...@@ -141,7 +142,8 @@
searchMaterial: "", searchMaterial: "",
type: "转账", type: "转账",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "ItemInList", name: "ItemInList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -151,7 +152,8 @@ ...@@ -151,7 +152,8 @@
type: "收入", type: "收入",
organId: "", organId: "",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "ItemOutList", name: "ItemOutList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -151,7 +152,8 @@ ...@@ -151,7 +152,8 @@
type: "支出", type: "支出",
organId: "", organId: "",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "MoneyInList", name: "MoneyInList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -152,7 +153,8 @@ ...@@ -152,7 +153,8 @@
type: "收款", type: "收款",
organId: "", organId: "",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { FinancialListMixin } from './mixins/FinancialListMixin' import { FinancialListMixin } from './mixins/FinancialListMixin'
import JDate from '@/components/jeecg/JDate' import JDate from '@/components/jeecg/JDate'
import Vue from 'vue'
export default { export default {
name: "MoneyOutList", name: "MoneyOutList",
mixins:[JeecgListMixin, FinancialListMixin], mixins:[JeecgListMixin, FinancialListMixin],
...@@ -152,7 +153,8 @@ ...@@ -152,7 +153,8 @@
type: "付款", type: "付款",
organId: "", organId: "",
creator: "", creator: "",
handsPersonId: "" handsPersonId: "",
roleType: Vue.ls.get('roleType')
}, },
// 表头 // 表头
columns: [ columns: [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment