Browse Source

修改卡車類型和修改校驗方式

Dev
18300102974 2 years ago
parent
commit
9d4315f958
  1. 4
      FrontEnd/pages/service/_id.vue

4
FrontEnd/pages/service/_id.vue

@ -583,7 +583,7 @@ export default {
.catch((error) => console.log(error));
},
async getServiceItems() {
this.showCardItem = true;
this.showCardItem = false;
await this.$axios
.get(`trending/api/Onsite/ServiceItems?Lang=${this.$i18n.localeProperties["langQuery"]}&ServiceID=${this.$route.params.id}`)
.then((response) => {
@ -769,7 +769,7 @@ export default {
}
}
}
if(this.quantitySelectList.length>0){
if(this.showCardItem){
validators = this.$refs.ref_quantitySelectGroup.validators();
if(validators==false){
// this.pickupServiceShow = true;

Loading…
Cancel
Save