领料出库添加leaseType
This commit is contained in:
parent
145d6feaf6
commit
b998cf5b55
|
|
@ -956,6 +956,7 @@ export default {
|
||||||
this.maCodeList.push({
|
this.maCodeList.push({
|
||||||
typeId: item.typeId,
|
typeId: item.typeId,
|
||||||
manageType: 0,
|
manageType: 0,
|
||||||
|
leaseType: 0,
|
||||||
maId: item.maId,
|
maId: item.maId,
|
||||||
parentId: this.parentIdTemp,
|
parentId: this.parentIdTemp,
|
||||||
outNum: 1,
|
outNum: 1,
|
||||||
|
|
@ -1169,7 +1170,7 @@ export default {
|
||||||
saveNumOut() {
|
saveNumOut() {
|
||||||
this.outNumList[0].carCode = this.numOutForm.carCode
|
this.outNumList[0].carCode = this.numOutForm.carCode
|
||||||
this.outNumList[0].remark = this.numOutForm.remark
|
this.outNumList[0].remark = this.numOutForm.remark
|
||||||
this.outNumList[0].leaseType = this.leaseType
|
this.outNumList[0].leaseType = 0
|
||||||
let param = {leaseOutDetailsList:this.outNumList}
|
let param = {leaseOutDetailsList:this.outNumList}
|
||||||
console.log(param, '数量出库时参数')
|
console.log(param, '数量出库时参数')
|
||||||
submitNumOut(param).then((response) => {
|
submitNumOut(param).then((response) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue