This commit is contained in:
2021-08-06 21:50:28 +00:00
parent 0186da8453
commit 96aaaefdc6
10 changed files with 44 additions and 66 deletions

View File

@@ -19,7 +19,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartName')"
v-if="form().showMe(this, 'Name')"
cols="12"
sm="6"
lg="4"
@@ -87,7 +87,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartUPC')"
v-if="form().showMe(this, 'UPC')"
cols="12"
sm="6"
lg="4"
@@ -105,7 +105,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartManufacturerID')"
v-if="form().showMe(this, 'ManufacturerID')"
cols="12"
sm="6"
lg="4"
@@ -125,7 +125,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartManufacturerNumber')"
v-if="form().showMe(this, 'ManufacturerNumber')"
cols="12"
sm="6"
lg="4"
@@ -143,7 +143,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartWholesalerID')"
v-if="form().showMe(this, 'WholesalerID')"
cols="12"
sm="6"
lg="4"
@@ -163,7 +163,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartWholesalerNumber')"
v-if="form().showMe(this, 'WholesalerNumber')"
cols="12"
sm="6"
lg="4"
@@ -181,7 +181,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartAlternativeWholesalerID')"
v-if="form().showMe(this, 'AlternativeWholesalerID')"
cols="12"
sm="6"
lg="4"
@@ -203,7 +203,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'PartAlternativeWholesalerNumber')"
v-if="form().showMe(this, 'AlternativeWholesalerNumber')"
cols="12"
sm="6"
lg="4"