|
@@ -387,14 +387,7 @@
|
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
|
this.detailData.tips='买方'+this.contractNoList[i].buyer
|
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
|
- this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
|
|
|
- }else if (this.detailData.inOutType == '退库') {
|
|
|
- if(this.outContractNo[i].contractNo){
|
|
|
- this.deptBudgetList.tips='卖方'+this.contractNoList[i].seller
|
|
|
- }
|
|
|
- else{
|
|
|
- this.deptBudgetList.tips='入货库'+this.inOutNoList[e[0]].warehouseName
|
|
|
- }
|
|
|
+ this.detailData.tips='入货库'+this.inOutNoList[0].warehouseName
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -414,14 +407,7 @@
|
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
|
this.detailData.tips='买方'+this.contractNoList[i].buyer
|
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
|
- this.detailData.tips='出货库'+this.inOutNoList[e[0]].warehouseName
|
|
|
- }else if (this.detailData.inOutType == '退库') {
|
|
|
- if(this.contractNoList[i].contractNo){
|
|
|
- this.deptBudgetList.tips='卖方'+this.contractNoList[i].seller
|
|
|
- }
|
|
|
- else{
|
|
|
- this.deptBudgetList.tips='入货库'+this.inOutNoList[e[0]].warehouseName
|
|
|
- }
|
|
|
+ this.detailData.tips='入货库'+this.inOutNoList[e[0]].warehouseName
|
|
|
}
|
|
|
},
|
|
|
toUpperCase(val) {
|