原料废品库展示
This commit is contained in:
parent
8142fbf43a
commit
c59c15167d
|
|
@ -110,7 +110,7 @@ export default {
|
|||
wmState,
|
||||
apiObj: null,
|
||||
params: {
|
||||
state : 50,
|
||||
state : 10,
|
||||
state_all: 1
|
||||
},
|
||||
dialog: {
|
||||
|
|
@ -128,7 +128,7 @@ export default {
|
|||
let that = this;
|
||||
that.route_code = that.$route.path.split("/")[2];
|
||||
if(that.route_code=='scrap'){
|
||||
that.params.material__type__in = 30;
|
||||
that.params.material__type = 30;
|
||||
}
|
||||
that.apiObj = that.$API.wpm.wmaterial.list;
|
||||
that.$API.mtm.mgroup.list.req({ page: 0}).then((res) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue