增加仓库和角色类型的数据权限控制
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||
import { BillListMixin } from './mixins/BillListMixin'
|
||||
import JDate from '@/components/jeecg/JDate'
|
||||
import Vue from 'vue'
|
||||
export default {
|
||||
name: "SaleOutList",
|
||||
mixins:[JeecgListMixin,BillListMixin],
|
||||
@@ -99,7 +100,8 @@
|
||||
number: "",
|
||||
searchMaterial: "",
|
||||
type: "出库",
|
||||
subType: "销售"
|
||||
subType: "销售",
|
||||
roleType: Vue.ls.get('roleType')
|
||||
},
|
||||
labelCol: {
|
||||
xs: { span: 24 },
|
||||
|
||||
Reference in New Issue
Block a user