update d-none district
All checks were successful
frontend-action / build-image (push) Successful in 7m8s
All checks were successful
frontend-action / build-image (push) Successful in 7m8s
This commit is contained in:
@@ -163,9 +163,9 @@ export default {
|
||||
if (this.province) {
|
||||
data.province = this.province;
|
||||
}
|
||||
if (this.district) {
|
||||
data.zone = this.district;
|
||||
}
|
||||
// if (this.district) {
|
||||
// data.zone = this.district;
|
||||
// }
|
||||
if (this.group) {
|
||||
data.group = this.group.id;
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
hide-details
|
||||
></v-autocomplete>
|
||||
</v-col>
|
||||
<v-col cols="12" md="4">
|
||||
<v-col cols="12" md="4" class="d-none">
|
||||
<!-- <v-text-field
|
||||
label="อำเภอ / เขต"
|
||||
variant="solo"
|
||||
@@ -161,7 +161,7 @@
|
||||
</template>
|
||||
</v-autocomplete>
|
||||
</v-col>
|
||||
<v-col cols="12" md="12">
|
||||
<v-col cols="12" md="4">
|
||||
<!-- <v-text-field
|
||||
label="กลุ่มอาชีพ"
|
||||
variant="solo"
|
||||
@@ -202,7 +202,7 @@
|
||||
searchUserApi(0, '');
|
||||
showGroup = false;
|
||||
"
|
||||
:disabled="district == null || group == null || province == null"
|
||||
:disabled="group == null || province == null"
|
||||
:loading="load || load2"
|
||||
width="300"
|
||||
height="52px"
|
||||
@@ -220,7 +220,7 @@
|
||||
:loading="load || load2"
|
||||
height="52px"
|
||||
stack
|
||||
:disabled="district == null || group == null || province == null"
|
||||
:disabled=" group == null || province == null"
|
||||
>
|
||||
<div class="text-sub">ค้นหาต่างกลุ่มอาชีพ</div>
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
:check="checkbox1"
|
||||
:group="groupx"
|
||||
:province="province"
|
||||
:district="district"
|
||||
|
||||
v-if="showGroup"
|
||||
@value-sent="handleValueSent"
|
||||
/>
|
||||
@@ -361,9 +361,10 @@ export default {
|
||||
// console.log(this.group.id);
|
||||
data.group = this.group.id;
|
||||
}
|
||||
if (this.district) {
|
||||
data.zone = this.district;
|
||||
}
|
||||
|
||||
// if (this.district) {
|
||||
// data.zone = this.district;
|
||||
// }
|
||||
|
||||
// let param = { input: JSON.stringify({ 0: data }) };
|
||||
// var axios = require("axios");
|
||||
@@ -417,9 +418,9 @@ export default {
|
||||
data.group = this.group.id;
|
||||
}
|
||||
}
|
||||
if (this.district) {
|
||||
data.zone = this.district;
|
||||
}
|
||||
// if (this.district) {
|
||||
// data.zone = this.district;
|
||||
// }
|
||||
if (this.nameUser) {
|
||||
data.userId = this.nameUser;
|
||||
}
|
||||
@@ -463,9 +464,9 @@ export default {
|
||||
data.group = this.group.id;
|
||||
}
|
||||
}
|
||||
if (this.district) {
|
||||
data.zone = this.district;
|
||||
}
|
||||
// if (this.district) {
|
||||
// data.zone = this.district;
|
||||
// }
|
||||
|
||||
if (this.nameUser) {
|
||||
data.userId = this.nameUser;
|
||||
|
||||
Reference in New Issue
Block a user