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

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

@@ -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,