Commit aad456bb authored by wanghao's avatar wanghao

1 料架号和物料维护界面可以出库调整

parent 1d8a7925
......@@ -203,8 +203,7 @@
materialCode: null,
materialName: null,
materialSpecifications: null,
materialId: null,
shelf: this.$route.query.shelf
materialId: null
},
open: false,
// 表单校验
......@@ -459,6 +458,7 @@
},
//提交入库
submitForm(){
this.form.shelf = this.fShelf;
const param = {
inStoreParam: JSON.stringify(
{
......
......@@ -203,8 +203,7 @@
materialCode: null,
materialName: null,
materialSpecifications: null,
materialId: null,
shelf: this.$route.query.shelf
materialId: null
},
open: false,
// 表单校验
......@@ -457,6 +456,7 @@
},
//提交入库
submitForm(){
this.form.shelf = this.fShelf;
const param = {
inStoreParam: JSON.stringify(
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment