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', { })