给采购销售统计和出入库汇总报表增加数据角色类型传参

This commit is contained in:
季圣华
2022-08-08 23:56:25 +08:00
parent f89a9c006a
commit b9b647e0cf
4 changed files with 10 additions and 4 deletions

View File

@@ -107,6 +107,7 @@
import {findBySelectSup} from '@/api/api'
import JEllipsis from '@/components/jeecg/JEllipsis'
import moment from 'moment'
import Vue from 'vue'
export default {
name: "InMaterialCount",
mixins:[JeecgListMixin],
@@ -129,7 +130,8 @@
depotId: '',
beginTime: getNowFormatYear() + '-01-01',
endTime: moment().format('YYYY-MM-DD'),
type: "入库"
type: "入库",
roleType: Vue.ls.get('roleType'),
},
ipagination:{
pageSize: 11,