From 5aa72be2452a25423954fb21dad28f5f8d18685a Mon Sep 17 00:00:00 2001
From: zds <2388969634@qq.com>
Date: Tue, 27 Aug 2024 11:06:20 +0800
Subject: [PATCH] =?UTF-8?q?opt=EF=BC=9A=E4=BC=98=E5=8C=96=E7=82=B9?=
=?UTF-8?q?=E4=BD=8D=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lms/nladmin-ui/src/views/wms/sch/point/index.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lms/nladmin-ui/src/views/wms/sch/point/index.vue b/lms/nladmin-ui/src/views/wms/sch/point/index.vue
index 150c96e..94a3fe8 100644
--- a/lms/nladmin-ui/src/views/wms/sch/point/index.vue
+++ b/lms/nladmin-ui/src/views/wms/sch/point/index.vue
@@ -295,9 +295,6 @@
-
-
-
@@ -309,6 +306,9 @@
+
+
+
{{ scope.row.is_has_workder?'是':'否' }}
@@ -587,7 +587,7 @@ export default {
showConfirmationDialog() {
this.dialogVisible = true
},
- mysubmit(){
+ mysubmit() {
// 弹出输入回温时间和回温模式的对话框
this.$confirm('当前货位信息发生变更,请确认货位信息与实际一致', '提示', {
confirmButtonText: '确定',
@@ -600,8 +600,8 @@ export default {
this.$message({
type: 'info',
message: '已取消删除'
- });
- });
+ })
+ })
},
confirmMove() {
this.$axios.post('/api/schBaseTask/move', { })