From f1e01fd34ab6f077f426b771d857ef7a24e1628a Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Fri, 4 Mar 2022 15:31:15 +0800 Subject: [PATCH] 28008 --- src/mods/AppServiceOnlineNew/serviceForm.vue | 29 ++++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/mods/AppServiceOnlineNew/serviceForm.vue b/src/mods/AppServiceOnlineNew/serviceForm.vue index 29aba21..1c76a0e 100644 --- a/src/mods/AppServiceOnlineNew/serviceForm.vue +++ b/src/mods/AppServiceOnlineNew/serviceForm.vue @@ -109,9 +109,14 @@
- + +
选择
+ + + +
@@ -124,9 +129,13 @@
- +
选择
+ +
@@ -189,6 +198,9 @@ export default { // isTouch: false, fileManage: null, time: '', + dateShow: false, + index: '', + i: '', } }, @@ -362,6 +374,17 @@ export default { }) }, + toShow(index, i) { + this.dateShow = true + this.index = index + this.i = i + }, + + dateConfirm(e) { + var value = e.year + '年' + e.month + '月' + e.day + '日' + e.hour + '时' + e.minute + '分' + e.second + '秒' + this.$set(this.tableForm[this.index][this.i], 'fieldValue', value) + }, + onDateChange(e) { const index = e.target.dataset.index const i = e.target.dataset.i