领料出库接口参数
This commit is contained in:
parent
4f88dd2bd8
commit
6fe77a66f9
|
|
@ -513,9 +513,10 @@
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
saveNumOut(){
|
saveNumOut(){
|
||||||
let param = this.outNumList[0]
|
|
||||||
|
this.outNumList[0].carCode = this.numOutForm.carCode
|
||||||
|
let param = this.outNumList
|
||||||
console.log(param)
|
console.log(param)
|
||||||
param.carCode = this.numOutForm.carCode
|
|
||||||
submitNumOut(param).then(response => {
|
submitNumOut(param).then(response => {
|
||||||
this.$modal.msgSuccess("出库成功");
|
this.$modal.msgSuccess("出库成功");
|
||||||
this.openNum = false;
|
this.openNum = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue