This commit is contained in:
@@ -116,11 +116,10 @@
|
||||
.requestAmountViz != null
|
||||
"
|
||||
>
|
||||
<v-btn text @click="doRequest()">
|
||||
<v-btn color="secondary" text @click="doRequest()">
|
||||
<v-icon left>
|
||||
$ayiParachuteBox
|
||||
</v-icon>
|
||||
|
||||
{{ requestMore }}
|
||||
</v-btn>
|
||||
</template>
|
||||
@@ -379,6 +378,12 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
doRequest(){
|
||||
|
||||
|
||||
|
||||
},
|
||||
|
||||
warehouseChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].parts[
|
||||
this.activeItemIndex
|
||||
|
||||
Reference in New Issue
Block a user