给财务单据增加数据权限
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user