给财务单据增加数据权限

This commit is contained in:
季圣华
2022-02-22 23:39:57 +08:00
parent 9d0d61d741
commit afda050e41
6 changed files with 18 additions and 6 deletions

View File

@@ -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: [