Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
03984841
Commit
03984841
authored
Aug 05, 2022
by
季圣华
Browse files
给入库和出库明细报表增加角色类型参数
parent
95d6cc34
Changes
3
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/AllocationDetail.vue
View file @
03984841
...
...
@@ -132,6 +132,7 @@
import
{
findBySelectSup
,
findBillDetailByNumber
}
from
'
@/api/api
'
import
JEllipsis
from
'
@/components/jeecg/JEllipsis
'
import
moment
from
'
moment
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
AllocationDetail
"
,
mixins
:[
JeecgListMixin
],
...
...
@@ -158,6 +159,7 @@
beginTime
:
getNowFormatYear
()
+
'
-01-01
'
,
endTime
:
moment
().
format
(
'
YYYY-MM-DD
'
),
subType
:
"
调拨
"
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
),
remark
:
''
},
ipagination
:{
...
...
jshERP-web/src/views/report/InDetail.vue
View file @
03984841
...
...
@@ -124,6 +124,7 @@
import
{
findBySelectSup
,
findBillDetailByNumber
}
from
'
@/api/api
'
import
JEllipsis
from
'
@/components/jeecg/JEllipsis
'
import
moment
from
'
moment
'
import
Vue
from
'
vue
'
export
default
{
name
:
"
InDetail
"
,
mixins
:[
JeecgListMixin
],
...
...
@@ -148,8 +149,9 @@
depotId
:
''
,
beginTime
:
getNowFormatYear
()
+
'
-01-01
'
,
endTime
:
moment
().
format
(
'
YYYY-MM-DD
'
),
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
),
type
:
"
入库
"
,
remark
:
''
remark
:
''
,
},
ipagination
:{
pageSize
:
11
,
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
03984841
...
...
@@ -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
:
''
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment