WIP Перемещен инпут
This commit is contained in:
@@ -116,16 +116,16 @@
|
||||
:placeholder="settings[section].placeholder[key] || settings[section].placeholder"
|
||||
:sharp="settings[section].sharps[key] && section === 'pass' ? settings[section].sharps[key] : ''"
|
||||
)
|
||||
base-input(
|
||||
type="date",
|
||||
v-else-if="isChange && section !== 'docs' && section !== 'additional'",
|
||||
v-model="sectionInfo.issued_by_date",
|
||||
outlined
|
||||
)
|
||||
.copy.icon-copy.cursor-pointer(
|
||||
v-if="item.copy",
|
||||
@click="() => copyValue(item)"
|
||||
.bg-white(v-else-if="isChange && section !== 'docs' && section !== 'additional'",)
|
||||
base-input(
|
||||
type="date",
|
||||
v-model="sectionInfo.issued_by_date",
|
||||
size="S"
|
||||
)
|
||||
.copy.icon-copy.cursor-pointer(
|
||||
v-if="item.copy",
|
||||
@click="() => copyValue(item)"
|
||||
)
|
||||
.separation.flex.items-center.justify-center.relative.mt-10px.mb(
|
||||
v-if="section === 'addresses' && isChange",
|
||||
class="gap-y-1.5"
|
||||
@@ -194,6 +194,7 @@ import exelIcon from "@/assets/icons/exel.svg";
|
||||
import * as moment from "moment";
|
||||
import BaseLoader from "@/components/Loader/BaseLoader.vue";
|
||||
import StepperCreateAgreement from "./StepperCreateAgreement";
|
||||
import BaseInputDate from "@/components/base/BaseInputDate.vue";
|
||||
|
||||
export default {
|
||||
name: "ClientDetailInfoSection",
|
||||
@@ -209,6 +210,7 @@ export default {
|
||||
TableChoiceAddingDoc,
|
||||
TableCreateNote,
|
||||
StepperCreateAgreement,
|
||||
BaseInputDate,
|
||||
},
|
||||
props: {
|
||||
saveNewDoc: Function,
|
||||
|
||||
Reference in New Issue
Block a user