zhangyuewww 3 år sedan
förälder
incheckning
f5e294862c
1 ändrade filer med 3 tillägg och 3 borttagningar
  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