给入库和出库明细报表增加角色类型参数
This commit is contained in:
@@ -132,6 +132,7 @@
|
|||||||
import {findBySelectSup, findBillDetailByNumber} from '@/api/api'
|
import {findBySelectSup, findBillDetailByNumber} 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: "AllocationDetail",
|
name: "AllocationDetail",
|
||||||
mixins:[JeecgListMixin],
|
mixins:[JeecgListMixin],
|
||||||
@@ -158,6 +159,7 @@
|
|||||||
beginTime: getNowFormatYear() + '-01-01',
|
beginTime: getNowFormatYear() + '-01-01',
|
||||||
endTime: moment().format('YYYY-MM-DD'),
|
endTime: moment().format('YYYY-MM-DD'),
|
||||||
subType: "调拨",
|
subType: "调拨",
|
||||||
|
roleType: Vue.ls.get('roleType'),
|
||||||
remark: ''
|
remark: ''
|
||||||
},
|
},
|
||||||
ipagination:{
|
ipagination:{
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
import {findBySelectSup, findBillDetailByNumber} from '@/api/api'
|
import {findBySelectSup, findBillDetailByNumber} 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: "InDetail",
|
name: "InDetail",
|
||||||
mixins:[JeecgListMixin],
|
mixins:[JeecgListMixin],
|
||||||
@@ -148,8 +149,9 @@
|
|||||||
depotId: '',
|
depotId: '',
|
||||||
beginTime: getNowFormatYear() + '-01-01',
|
beginTime: getNowFormatYear() + '-01-01',
|
||||||
endTime: moment().format('YYYY-MM-DD'),
|
endTime: moment().format('YYYY-MM-DD'),
|
||||||
|
roleType: Vue.ls.get('roleType'),
|
||||||
type: "入库",
|
type: "入库",
|
||||||
remark: ''
|
remark: '',
|
||||||
},
|
},
|
||||||
ipagination:{
|
ipagination:{
|
||||||
pageSize: 11,
|
pageSize: 11,
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
import {findBySelectCus, findBillDetailByNumber} from '@/api/api'
|
import {findBySelectCus, findBillDetailByNumber} 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: "OutDetail",
|
name: "OutDetail",
|
||||||
mixins:[JeecgListMixin],
|
mixins:[JeecgListMixin],
|
||||||
@@ -148,6 +149,7 @@
|
|||||||
depotId: '',
|
depotId: '',
|
||||||
beginTime: getNowFormatYear() + '-01-01',
|
beginTime: getNowFormatYear() + '-01-01',
|
||||||
endTime: moment().format('YYYY-MM-DD'),
|
endTime: moment().format('YYYY-MM-DD'),
|
||||||
|
roleType: Vue.ls.get('roleType'),
|
||||||
type: "出库",
|
type: "出库",
|
||||||
remark: ''
|
remark: ''
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user