给入库和出库明细报表增加角色类型参数
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
import {findBySelectCus, findBillDetailByNumber} from '@/api/api'
|
||||
import JEllipsis from '@/components/jeecg/JEllipsis'
|
||||
import moment from 'moment'
|
||||
import Vue from 'vue'
|
||||
export default {
|
||||
name: "OutDetail",
|
||||
mixins:[JeecgListMixin],
|
||||
@@ -148,6 +149,7 @@
|
||||
depotId: '',
|
||||
beginTime: getNowFormatYear() + '-01-01',
|
||||
endTime: moment().format('YYYY-MM-DD'),
|
||||
roleType: Vue.ls.get('roleType'),
|
||||
type: "出库",
|
||||
remark: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user