|
@@ -405,7 +405,7 @@
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
this.detailData.tips='卖方'+this.contractNoList[i].seller
|
|
this.detailData.tips='卖方'+this.contractNoList[i].seller
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
- this.detailData.tips='入货库'+this.inOutNoList[0].warehouseName
|
|
|
|
|
|
+ this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
|
|
this.detailData.tips='出货库'+this.inOutNoList[0].warehouseName
|
|
}
|
|
}
|
|
@@ -429,7 +429,7 @@
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
if (this.detailData.inOutType == '采购入库') {
|
|
this.detailData.tips='卖方'+this.contractNoList[i].seller
|
|
this.detailData.tips='卖方'+this.contractNoList[i].seller
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
} else if (this.detailData.inOutType == '移库入库') {
|
|
- this.detailData.tips='入货库'+this.inOutNoList[e[0]].warehouseName
|
|
|
|
|
|
+ this.detailData.tips='出货库'+this.inOutNoList[e[0]].warehouseName
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
} else if (this.detailData.inOutType == '退库') {
|
|
if(this.contractNoList[i].contractNo){
|
|
if(this.contractNoList[i].contractNo){
|
|
this.deptBudgetList.tips='买方'+this.contractNoList[i].buyer
|
|
this.deptBudgetList.tips='买方'+this.contractNoList[i].buyer
|