Commit aad456bb authored by wanghao's avatar wanghao

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

parent 1d8a7925
...@@ -203,8 +203,7 @@ ...@@ -203,8 +203,7 @@
materialCode: null, materialCode: null,
materialName: null, materialName: null,
materialSpecifications: null, materialSpecifications: null,
materialId: null, materialId: null
shelf: this.$route.query.shelf
}, },
open: false, open: false,
// 表单校验 // 表单校验
...@@ -459,6 +458,7 @@ ...@@ -459,6 +458,7 @@
}, },
//提交入库 //提交入库
submitForm(){ submitForm(){
this.form.shelf = this.fShelf;
const param = { const param = {
inStoreParam: JSON.stringify( inStoreParam: JSON.stringify(
{ {
......
...@@ -203,8 +203,7 @@ ...@@ -203,8 +203,7 @@
materialCode: null, materialCode: null,
materialName: null, materialName: null,
materialSpecifications: null, materialSpecifications: null,
materialId: null, materialId: null
shelf: this.$route.query.shelf
}, },
open: false, open: false,
// 表单校验 // 表单校验
...@@ -457,6 +456,7 @@ ...@@ -457,6 +456,7 @@
}, },
//提交入库 //提交入库
submitForm(){ submitForm(){
this.form.shelf = this.fShelf;
const param = { const param = {
inStoreParam: JSON.stringify( 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