From 71e2d06dfa28d3bd60b0d9fa6d6c7ff32884a1a9 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 14:04:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/components/business/OperaUnionApplyCheckWindow.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/company/src/components/business/OperaUnionApplyCheckWindow.vue b/company/src/components/business/OperaUnionApplyCheckWindow.vue
index a9df2ba..be4f290 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 ={
--
Gitblit v1.9.3