|
@@ -385,9 +385,16 @@
|
|
|
for (var i = 0; i < this.contractNoList.length; i++) {
|
|
|
if(this.contractNoList[i].contractNo==this.detailData.contractNo){
|
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
|
- this.detailData.tips='买方'+this.contractNoList[i].seller
|
|
|
+ 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
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -405,9 +412,16 @@
|
|
|
this.detailData.grade = this.inOutNoList[e[0]].grade
|
|
|
this.detailData.inOutType = this.inOutNoList[e[0]].inOutType
|
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
|
- this.detailData.tips='买方'+this.contractNoList[i].seller
|
|
|
+ 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
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
toUpperCase(val) {
|