|
|
@ -139,7 +139,9 @@ |
|
|
|
this.fromInventoryStatuses = this.businessType.outInventoryStatuses |
|
|
|
this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); //出库库存状态 |
|
|
|
this.fromLocationTypeArray = getDirectoryItemArray(this.businessType.outLocationTypes); //出库库存状态 |
|
|
|
this.$refs.popup.open('bottom'); |
|
|
|
setTimeout(res => { |
|
|
|
this.$refs.popup.open('bottom') |
|
|
|
}, 500) |
|
|
|
}, |
|
|
|
|
|
|
|
//在任务中扫描 |
|
|
@ -155,7 +157,9 @@ |
|
|
|
this.fromLocationCode = this.fromLocationList[0]; |
|
|
|
} |
|
|
|
} |
|
|
|
this.$refs.popup.open('bottom'); |
|
|
|
setTimeout(res => { |
|
|
|
this.$refs.popup.open('bottom') |
|
|
|
}, 500) |
|
|
|
this.fromInventoryStatuses = jobContent.outInventoryStatuses |
|
|
|
this.inventoryStatus = getDirectoryItemArray(jobContent.outInventoryStatuses); //出库库存状态; //出库库存状态 |
|
|
|
this.fromLocationTypeArray = getDirectoryItemArray(jobContent.fromLocationTypes); //出库库存状态 |
|
|
|