|
@@ -540,10 +540,17 @@
|
|
|
}
|
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
|
if (this.outContractNo[i].contractNo == this.deptBudgetList.contractNo) {
|
|
|
+ this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
|
+ this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
|
+ this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
|
+ this.deptBudgetList.inOutType = this.outContractNo[i].inOutType
|
|
|
if (this.outContractNo[i].inOutType == '销售出库') {
|
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
|
+ this.deptBudgetList.goodsName = data.goodsName
|
|
|
+ this.deptBudgetList.goodsNameKey = data.goodsNameKey
|
|
|
+ this.deptBudgetList.grade = data.grade
|
|
|
this.deptBudgetList.tips='入货库'+data.receiveWarehouse
|
|
|
this.deptBudgetList.inOutTypeKey = 3
|
|
|
} else if (this.outContractNo[i].inOutType == '暂存入库') {
|
|
@@ -553,10 +560,6 @@
|
|
|
} else if (this.outContractNo[i].inOutType == '采购出库') {
|
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
|
}
|
|
|
- this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
|
- this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
|
- this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
|
- this.deptBudgetList.inOutType = this.outContractNo[i].inOutType
|
|
|
if (this.outContractNo[i].deliverType == '1') {
|
|
|
this.carstatus = true
|
|
|
} else {
|