|
@@ -2407,7 +2407,6 @@ export default {
|
|
|
}
|
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
|
}
|
|
|
- console.log(this.outContractNo[i])
|
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
|
this.cost = this.outContractNo[i].contractPrice
|
|
|
if (this.cost) {
|
|
@@ -2424,6 +2423,9 @@ export default {
|
|
|
} else {
|
|
|
this.isSelectType = true
|
|
|
}
|
|
|
+ if(this.outContractNo[i].priceType=='随行就市'){
|
|
|
+ this.disabled1 = !this.disabled1
|
|
|
+ }
|
|
|
if (this.outContractNo[i].deliverType == '1') {
|
|
|
this.carstatus = true
|
|
|
} else {
|
|
@@ -2440,7 +2442,6 @@ export default {
|
|
|
contractNoChange1(e) {
|
|
|
for (var i = 0; i < this.outContractNo.length; i++) {
|
|
|
if (this.outContractNo[i].contractNo == e) {
|
|
|
- console.log(this.outContractNo[i])
|
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
@@ -2471,12 +2472,6 @@ export default {
|
|
|
} else {
|
|
|
this.isSelectType = true
|
|
|
}
|
|
|
- if(this.outContractNo[i].priceType=='随行就市'){
|
|
|
- this.isGetCost = false
|
|
|
- this.deptBudgetList.cost = this.deptBudgetList.cost
|
|
|
- }else{
|
|
|
- this.isGetCost = true
|
|
|
- }
|
|
|
if (this.outContractNo[i].deliverType == '1') {
|
|
|
this.carstatus = true
|
|
|
} else {
|