From 3a0712a70ab0f97b4190842c33d27ba8d0d6cec3 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期六, 11 五月 2024 10:48:08 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/business/OperaUnionApplyCheckWindow.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/company/src/components/business/OperaUnionApplyCheckWindow.vue b/company/src/components/business/OperaUnionApplyCheckWindow.vue
index a9df2ba..0659e55 100644
--- a/company/src/components/business/OperaUnionApplyCheckWindow.vue
+++ b/company/src/components/business/OperaUnionApplyCheckWindow.vue
@@ -44,6 +44,7 @@
         <el-form-item label="淇濋櫓鐢熸晥姝㈡湡锛�" prop="endTime" v-if="form.selectRadio === 1">
           <el-date-picker
               v-model="form.endTime"
+              @change="changEndTime"
               type="date"
               value-format="yyyy-MM-dd HH:mm:ss"
               placeholder="閫夋嫨鏃ユ湡">
@@ -161,6 +162,9 @@
     })
   },
   methods: {
+    changEndTime(){
+      this.form.endTime=this.form.endTime.replace(" 00:00:00"," 23:59:59")
+    },
     dele2 () {
       this.form.toubaodanFile= null
     },
@@ -283,7 +287,7 @@
       this.form.bxdMultifileList[data.index].fileName = data.name
     },
     backDo () {
-      this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+      this.$dialog.messageConfirm('鎮ㄧ‘璁よ繘琛岃鎿嶄綔鍚楋紵')
         .then(() => {
           this.isWorking = true
           cancel({ id: this.model.id, reason: this.form.backCheckInfo })
@@ -296,7 +300,7 @@
         })
     },
     uploadToubaodan () {
-      this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+      this.$dialog.messageConfirm('鎻愪氦鍚庝笉鍙慨鏀癸紝璇峰啀娆℃牳瀵瑰悗纭鎻愪氦锛�')
         .then(() => {
           this.isWorking = true
           console.log(this.form.tbdMultifileList )
@@ -311,7 +315,7 @@
     },
 
     uploadBaoxiandan () {
-      this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+      this.$dialog.messageConfirm('鎻愪氦鍚庝笉鍙慨鏀癸紝璇峰啀娆℃牳瀵瑰悗纭鎻愪氦锛�')
         .then(() => {
           this.isWorking = true
           var param ={
@@ -567,8 +571,12 @@
           border-bottom: 0px solid #b4bbc5 !important;
         }
         .box_table_content_item {
+          //white-space: nowrap;
+          overflow: hidden;
+          //text-overflow: ellipsis;
           flex: 1;
           height: 50px;
+          padding: 10px;
           background: #ffffff;
           display: flex;
           align-items: center;

--
Gitblit v1.9.3