|
@@ -474,7 +474,7 @@
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
if (this.detailData.inOutType == '销售出库') {
|
|
this.detailData.tips = '买方' + res.data.data[i].buyer
|
|
this.detailData.tips = '买方' + res.data.data[i].buyer
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
- this.detailData.tips = '入货库' + this.inOutNoList[0].warehouseName
|
|
|
|
|
|
+ this.detailData.tips = '入货库' + this.inOutNoList[0].receiveWarehouse
|
|
}
|
|
}
|
|
//如果查到该合同
|
|
//如果查到该合同
|
|
res.data.data[i].deliverType = !res.data.data[i].deliverType?'1':res.data.data[i].deliverType
|
|
res.data.data[i].deliverType = !res.data.data[i].deliverType?'1':res.data.data[i].deliverType
|
|
@@ -533,7 +533,7 @@
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
} else if (this.detailData.inOutType == '移库出库') {
|
|
this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
|
|
this.weightbills.buyer = this.inOutNoList[e[0]].receiveWarehouse
|
|
this.weightbills.seller = uni.getStorageSync('compName')
|
|
this.weightbills.seller = uni.getStorageSync('compName')
|
|
- this.detailData.tips = '入货库' + this.inOutNoList[e[0]].warehouseName
|
|
|
|
|
|
+ this.detailData.tips = '入货库' + this.inOutNoList[e[0]].receiveWarehouse
|
|
}
|
|
}
|
|
},
|
|
},
|
|
toUpperCase(val) {
|
|
toUpperCase(val) {
|