|
@@ -755,6 +755,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
+ console.log(this.deptBudgetList,"出库!!!!!")
|
|
|
this.$confirm(`暂存后可在待完成页面查看,确定暂存`, {
|
|
|
cancelButtonText: '取消',
|
|
|
confirmButtonText: '确定',
|
|
@@ -1248,9 +1249,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
selectstorageType(e) {
|
|
|
- for (var i = 0; i < this.storageType.length; i++) {
|
|
|
- if (this.storageType[i].constValue == e) {
|
|
|
- this.deptBudgetList.inOutTypeKey = this.storageType[i].constKey
|
|
|
+ for (var i = 0; i < this.deliveryType.length; i++) {
|
|
|
+ if (this.deliveryType[i].constValue == e) {
|
|
|
+ this.deptBudgetList.inOutTypeKey = this.deliveryType[i].constKey
|
|
|
}
|
|
|
}
|
|
|
},
|