zhangyuewww 3 年之前
父节点
当前提交
f5e294862c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

+ 3 - 3
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -1425,7 +1425,7 @@
 			selectstorageType(e) {
 				switch (e) {
 					case '采购出库':
-						this.flag = 0
+						this.flag = 8
 						break
 					case '销售出库':
 						this.flag = 1
@@ -1440,7 +1440,7 @@
 			selectstorageType1(e) {
 				switch (e) {
 					case '采购入库':
-						this.flag = 0
+						this.flag = 8
 						break
 					case '暂存入库':
 						this.flag = 0
@@ -1504,7 +1504,7 @@
 				if (this.dataList1.taskTypeKey == 2) {
 					this.dataList1.inOutType = '采购入库'
 					this.dataList1.inOutTypeKey = '1'
-					this.flag = 0
+					this.flag = 8
 				} else if (this.dataList1.taskTypeKey == 3) {
 					this.disabled = true
 					this.gradestatus=false