|
@@ -1792,10 +1792,15 @@
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
if (this.outContractNo[i].contractNo == this.deptBudgetList.contractNo) {
|
|
if (this.outContractNo[i].contractNo == this.deptBudgetList.contractNo) {
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
- this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller
|
|
|
|
|
|
+ this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller+ ' '+this.outContractNo[i].unitContractPrice+'(元/吨)'
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
- this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
|
|
|
|
+ if(this.outContractNo[i].unitContractPrice){
|
|
|
|
+ this.deptBudgetList.tips='出货库'+data.sendWarehouse+ ' '+this.outContractNo[i].unitContractPrice+'(元/吨)'
|
|
|
|
+ }else{
|
|
|
|
+ this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
|
|
+ }
|
|
|
|
+
|
|
this.deptBudgetList.inOutTypeKey = 3
|
|
this.deptBudgetList.inOutTypeKey = 3
|
|
}else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
}else if (this.outContractNo[i].inOutType == '移库出库') {
|
|
this.deptBudgetList.tips='入货库'+data.receiveWarehouse
|
|
this.deptBudgetList.tips='入货库'+data.receiveWarehouse
|