zhongtianhaoyuan 3 年之前
父節點
當前提交
0ab6ee42c5

+ 4 - 3
src/views/warehouse/warehouseManagementDelivery.vue

@@ -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
         }
       }
     },

+ 4 - 3
src/views/warehouse/warehouseManagementPerfectDelivery.vue

@@ -983,11 +983,12 @@ export default {
       }
     },
     selectstorageType(e) {
-      for (var i = 0; i < this.storageType.length; i++) {
-        if (this.storageType[i].constValue == e) {
-          this.dataList.inOutTypeKey = this.storageType[i].constKey
+      for (var i = 0; i < this.deliveryType.length; i++) {
+        if (this.deliveryType[i].constValue == e) {
+          this.dataList.inOutTypeKey = this.deliveryType[i].constKey
         }
       }
+      console.log( this.dataList.inOutTypeKey)
     },
     handleClose() {
       this.accessoryTFs = false