Browse Source

update selectExhibitionService 重量欄位防呆

Dev
Janie 2 years ago
parent
commit
d7cc73596d
  1. 2
      FrontEnd/components/service/content/selectExhibitionService.vue

2
FrontEnd/components/service/content/selectExhibitionService.vue

@ -232,7 +232,7 @@ export default {
} else {
this.validation.height = true;
}
if (is.empty(this.formData.weight) || IsNumber(this.formData.weight)==false) {
if (is.empty(this.formData.weight) || IsNumber(this.formData.weight)==false || this.formData.weight == "0") {
this.validation.weight = false;
} else {
this.validation.weight = true;

Loading…
Cancel
Save