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