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