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

---
 company/src/components/business/OperaUnionApplyCheckWindow.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/company/src/components/business/OperaUnionApplyCheckWindow.vue b/company/src/components/business/OperaUnionApplyCheckWindow.vue
index a84674d..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="閫夋嫨鏃ユ湡">
@@ -59,7 +60,7 @@
           <div class="box_table_head">
             <div class="box_table_head_item">搴忓彿</div>
             <div class="box_table_head_item">琚繚闄╀汉</div>
-            <div class="box_table_head_item">鎶曚繚浜烘暟</div>
+            <div  class="box_table_head_item">鎶曚繚浜烘暟</div>
             <div class="box_table_head_item">鎿嶄綔</div>
             <div class="box_table_head_item">鏈嶅姟璐�(褰撳墠淇濆崟)</div>
           </div>
@@ -161,11 +162,13 @@
     })
   },
   methods: {
+    changEndTime(){
+      this.form.endTime=this.form.endTime.replace(" 00:00:00"," 23:59:59")
+    },
     dele2 () {
       this.form.toubaodanFile= null
     },
     deleIndex (flag,index) {
-      alert(index)
       if(flag == 0){
         this.form.tbdMultifileList[index].fileurl = null
         this.form.tbdMultifileList[index].name = null
@@ -284,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 })
@@ -297,7 +300,7 @@
         })
     },
     uploadToubaodan () {
-      this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+      this.$dialog.messageConfirm('鎻愪氦鍚庝笉鍙慨鏀癸紝璇峰啀娆℃牳瀵瑰悗纭鎻愪氦锛�')
         .then(() => {
           this.isWorking = true
           console.log(this.form.tbdMultifileList )
@@ -312,7 +315,7 @@
     },
 
     uploadBaoxiandan () {
-      this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+      this.$dialog.messageConfirm('鎻愪氦鍚庝笉鍙慨鏀癸紝璇峰啀娆℃牳瀵瑰悗纭鎻愪氦锛�')
         .then(() => {
           this.isWorking = true
           var param ={
@@ -568,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