mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Merge branch 'dillon/122-1688-po-automation-project' into vapor/development
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<file-input-component :validator="$v.parameters.files" v-model="parameters.files" :withMeta="true">
|
||||
<file-input-component :key="fileInputKey" :validator="$v.parameters.files" v-model="parameters.files" :withMeta="true">
|
||||
<template slot="label">
|
||||
<div class="font-heading fs-11 text-primary all-caps">Import Purchase Order PDF</div>
|
||||
</template>
|
||||
@@ -60,7 +60,8 @@
|
||||
parameters: {
|
||||
files: [],
|
||||
products: []
|
||||
}
|
||||
},
|
||||
fileInputKey: 0,
|
||||
}
|
||||
},
|
||||
validations: {
|
||||
@@ -95,6 +96,7 @@
|
||||
if(this.section + 'PDFImport' === section){
|
||||
this.updateList()
|
||||
this.isImporting = false;
|
||||
this.fileInputKey += 1;
|
||||
}
|
||||
else if(this.section + 'PDFExport' === section){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user