|
@@ -1014,7 +1014,7 @@ export default {
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
} else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
|
|
|
|
this.weightbills.buyer=this.outContractNo[i].receiveWarehouse
|
|
this.weightbills.buyer=this.outContractNo[i].receiveWarehouse
|
|
- this.weightbills.seller=localStorage.getItem('ws-pf_compName')
|
|
|
|
|
|
+ this.weightbills.seller=this.outContractNo[i].sendWarehouse
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
this.deptBudgetList.goodsNameKey = data.goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = data.goodsNameKey
|
|
this.deptBudgetList.grade = data.grade
|
|
this.deptBudgetList.grade = data.grade
|