From 340f29dc45bc0858bed06885d2c6df430aeb4aaf Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 19 Oct 2023 18:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=9B=98=E7=82=B9=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E6=97=B6=E9=97=B4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../checkInventoryTask/createTask.vue | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue index ce8f75c7..a5959ac2 100644 --- a/src/views/distribution/checkInventoryTask/createTask.vue +++ b/src/views/distribution/checkInventoryTask/createTask.vue @@ -453,20 +453,19 @@ export default { */ timeChange(value) { // 当前时间戳 - const _time = new Date().getTime(); - // 检测时间是否小于当前时间 - const _isTime = value.every(item => { - console.log('item.toLocaleString() :>> ', item.toLocaleString()); - return _time < item.getTime(); - }); - if (!_isTime) { - this.form.time = []; - return this.$message({ - type: 'error', - message: '开始时间不能小于当前时间', - }); - } - + // const _time = new Date().getTime(); + // // 检测时间是否小于当前时间 + // const _isTime = value.every(item => { + // console.log('item.toLocaleString() :>> ', item.toLocaleString()); + // return _time < item.getTime(); + // }); + // if (!_isTime) { + // this.form.time = []; + // return this.$message({ + // type: 'error', + // message: '开始时间不能小于当前时间', + // }); + // } // _time.toLocaleTimeString() // console.log('_time.toLocaleTimeString() :>> ', _time.toLocaleString()); }, @@ -766,15 +765,15 @@ export default { this.view = true; console.log(this.view); this.form = row; - console.log(row,'任务信息'); + console.log(row, '任务信息'); console.log(this.$router); this.$router.push({ - path: '/distribution/checkInventoryTask/createTaskfrom', - query: { - id: row.id, - // 其他参数... - } -}); + path: '/distribution/checkInventoryTask/createTaskfrom', + query: { + id: row.id, + // 其他参数... + }, + }); }, /**