From 743a7408e84b49f2efa8bc18772fc7b11096e489 Mon Sep 17 00:00:00 2001 From: mengfanliang Date: Fri, 30 Aug 2024 12:28:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=9B=B2=E6=9D=BF=E6=8A=BD=E5=A0=B5?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E7=94=B3=E8=AF=B7=E7=9A=84=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E4=BF=AE=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/eight_assignments/blind_board/apply.vue | 220 ++++++++++-------- 1 file changed, 125 insertions(+), 95 deletions(-) diff --git a/pages/eight_assignments/blind_board/apply.vue b/pages/eight_assignments/blind_board/apply.vue index a261dce..580af25 100644 --- a/pages/eight_assignments/blind_board/apply.vue +++ b/pages/eight_assignments/blind_board/apply.vue @@ -3,131 +3,126 @@ - + - + - + - + @click="fnSingleChoiceClick('WORK_TYPE_NAME')"> + - + - + @click="fnDateTimePickerClick('BOARD_INSTALL_TIME')"> + - + @click="fnDateTimePickerClick('WORK_END_DATE')"> + - + - + - + - + - + - + - + - + - + + style="background-color: #f9f9f9;border-radius: 4px"> + :customStyle="{ width: '100upx', margin: 0 }" @click="fnAddBoardList" /> + :customStyle="{ width: '100upx', margin: 0 }" @click="fnDeleteBoardList(index)" /> - + - + - + - + - + - + - + :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '150upx' }" + @click="otherAssignmentsShow = true" /> + + labelWidth="auto"> - + :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '150upx' }" + @click="otherIdentificationShow = true" /> + + :customStyle="{ position: 'absolute', top: '-46upx', right: '20upx', width: '100upx' }" + @click="signVisible = true" /> - + - + + :defaultIndex="picker.defaultIndex" @confirm="fnSingleChoiceConfirm" @cancel="fnSingleChoiceCancel" /> - - - + :minDate="dateTimePicker.min" :key="dateTimePicker.type" @confirm="fnDateTimePickerConfirm" + @cancel="fnDateTimePickerCancel" /> + + + - +