This commit is contained in:
@@ -110,6 +110,20 @@
|
||||
].quantity`)
|
||||
"
|
||||
></gz-decimal>
|
||||
<template
|
||||
v-if="
|
||||
value.items[activeWoItemIndex].parts[activeItemIndex]
|
||||
.requestAmountViz != null
|
||||
"
|
||||
>
|
||||
<v-btn text @click="doRequest()">
|
||||
<v-icon left>
|
||||
$ayiParachuteBox
|
||||
</v-icon>
|
||||
|
||||
{{ requestMore }}
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
@@ -466,6 +480,15 @@ export default {
|
||||
//---
|
||||
},
|
||||
computed: {
|
||||
requestMore: function() {
|
||||
return this.$ay
|
||||
.t("WorkOrderItemPartRequestMore")
|
||||
.replace(
|
||||
"{n}",
|
||||
this.value.items[this.activeWoItemIndex].parts[this.activeItemIndex]
|
||||
.requestAmountViz
|
||||
);
|
||||
},
|
||||
isDeleted: function() {
|
||||
if (
|
||||
this.value.items[this.activeWoItemIndex].parts[this.activeItemIndex] ==
|
||||
|
||||
Reference in New Issue
Block a user