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