geer-builder 1.2.710 → 1.2.712
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</div>
|
|
20
20
|
<!-- FIELD - ORIGINAL PRICE -->
|
|
21
21
|
<div class="col-3">
|
|
22
|
-
<div class="q-mt-sm q-ma-sm"><q-input outlined type="number" v-model="product_details.original_price" label="
|
|
22
|
+
<div class="q-mt-sm q-ma-sm"><q-input outlined type="number" v-model="product_details.original_price" label="Slashed Amount" stack-label></q-input></div>
|
|
23
23
|
</div>
|
|
24
24
|
<!-- FIELD - COMMISSION MARGIN -->
|
|
25
25
|
<div class="col-3">
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</div>
|
|
28
28
|
<!-- FIELD - REFERRAL RECOMMISSION FEE -->
|
|
29
29
|
<div class="col-3" v-if="add_fix_rc == true">
|
|
30
|
-
<div class="q-mt-sm q-ma-sm"><q-input outlined type="number" v-model="product_details.fix_referral_recommission" label="
|
|
30
|
+
<div class="q-mt-sm q-ma-sm"><q-input outlined type="number" v-model="product_details.fix_referral_recommission" label="Reseller Recommission" stack-label></q-input></div>
|
|
31
31
|
</div>
|
|
32
32
|
<!-- FIELD - BARCODE -->
|
|
33
33
|
<div class="col-3">
|