This commit is contained in:
@@ -22,8 +22,11 @@
|
|||||||
@input="fieldValueChanged('eventType')"
|
@input="fieldValueChanged('eventType')"
|
||||||
></v-select>
|
></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col v-if="showIdValue" cols="12" sm="6" lg="4" xl="3">
|
<v-col v-if="showWoStatus" cols="12" sm="6" lg="4" xl="3">
|
||||||
todo: idValue here for wostatus, quotestatus,
|
todo: idValue here for wostatus
|
||||||
|
</v-col>
|
||||||
|
<v-col v-if="showQuoteStatus" cols="12" sm="6" lg="4" xl="3">
|
||||||
|
todo: idValue here for quotestatus
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col v-if="showDecValue" cols="12" sm="6" lg="4" xl="3">
|
<v-col v-if="showDecValue" cols="12" sm="6" lg="4" xl="3">
|
||||||
@@ -291,11 +294,20 @@ export default {
|
|||||||
showDeliveryAddress() {
|
showDeliveryAddress() {
|
||||||
return this.obj.deliveryMethod == 2;
|
return this.obj.deliveryMethod == 2;
|
||||||
},
|
},
|
||||||
showIdValue() {
|
showWoStatus() {
|
||||||
return true;
|
switch (this.obj.eventType) {
|
||||||
|
case 4:
|
||||||
|
case 24:
|
||||||
|
return true;
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
showQuoteStatus() {
|
||||||
|
return this.obj.eventType == 9;
|
||||||
},
|
},
|
||||||
showDecValue() {
|
showDecValue() {
|
||||||
return true;
|
return this.obj.eventType == 23;
|
||||||
},
|
},
|
||||||
showAyaType() {
|
showAyaType() {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user