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