fix:工艺路线新增时产品可以选择半成品
This commit is contained in:
parent
2a36b210b2
commit
f0eb0708e7
|
@ -231,10 +231,10 @@ export default {
|
||||||
},
|
},
|
||||||
getMaterials() {
|
getMaterials() {
|
||||||
let that = this;
|
let that = this;
|
||||||
this.$API.mtm.material.list
|
that.$API.mtm.material.list
|
||||||
.req({ page: 0, type__in: "10,20", is_hidden: false })
|
.req({ page: 0, type__in: "10,20"})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.materials = res;
|
that.materials = res;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleStep(val) {
|
handleStep(val) {
|
||||||
|
|
Loading…
Reference in New Issue