给采购销售统计和出入库汇总报表增加数据角色类型传参
This commit is contained in:
parent
f89a9c006a
commit
b9b647e0cf
@ -96,7 +96,8 @@
|
||||
materialParam:'',
|
||||
beginTime: getNowFormatYear() + '-01-01',
|
||||
endTime: moment().format('YYYY-MM-DD'),
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')),
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -107,6 +107,7 @@
|
||||
import {findBySelectCus} from '@/api/api'
|
||||
import JEllipsis from '@/components/jeecg/JEllipsis'
|
||||
import moment from 'moment'
|
||||
import Vue from 'vue'
|
||||
export default {
|
||||
name: "OutMaterialCount",
|
||||
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,
|
||||
|
||||
@ -101,7 +101,8 @@
|
||||
materialParam:'',
|
||||
beginTime: getNowFormatYear() + '-01-01',
|
||||
endTime: moment().format('YYYY-MM-DD'),
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
|
||||
mpList: getMpListShort(Vue.ls.get('materialPropertyList')),
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user