From 9c1c7221425cbf644d88dedb6ec61bf86b05f7a5 Mon Sep 17 00:00:00 2001
From: zds <2388969634@qq.com>
Date: Mon, 19 Aug 2024 09:35:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=9D=90=E6=96=99=E5=BA=93=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98=E7=82=B90808:=E5=89=8D=E7=AB=AF?=
=?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/wms/hw/detail/index.vue | 62 +++--
lms/nladmin-ui/src/views/wms/hw/in/index.vue | 6 +-
.../src/views/wms/hw/inpending/index.vue | 5 +-
lms/nladmin-ui/src/views/wms/hw/out/index.vue | 29 ++-
.../src/views/wms/hw/outpending/index.vue | 5 +-
.../wms/pdm/workerorder/PointDetailDialog.vue | 227 +++++++++---------
.../pdm/workerorder/WorkOrderDetailDialog.vue | 106 ++++----
.../src/views/wms/pdm/workerorder/index.vue | 6 +-
.../views/wms/pdm/workerordertwo/index.vue | 22 +-
.../src/views/wms/sch/data/index.vue | 10 +-
.../src/views/wms/sch/point/index.vue | 126 +++++-----
.../src/views/wms/sch/point/schBasePoint.js | 4 +-
.../src/views/wms/sch/report/index.vue | 8 +-
.../src/views/wms/ycl/detail/index.vue | 14 +-
.../src/views/wms/ycl/outdetail/detail.js | 2 +-
.../src/views/wms/ycl/outdetail/index.vue | 113 ++++-----
16 files changed, 370 insertions(+), 375 deletions(-)
diff --git a/lms/nladmin-ui/src/views/wms/hw/detail/index.vue b/lms/nladmin-ui/src/views/wms/hw/detail/index.vue
index ed3c2ec..29cadf6 100644
--- a/lms/nladmin-ui/src/views/wms/hw/detail/index.vue
+++ b/lms/nladmin-ui/src/views/wms/hw/detail/index.vue
@@ -99,8 +99,7 @@
:max="10000"
:step="10"
size="mini"
- >
-
+ />
@@ -108,7 +107,7 @@
-
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+ />
+
+
+
+
+
@@ -228,7 +227,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
- crudSchBasePoint.getPointsByRegionCodes("HW").then(res => {
+ crudSchBasePoint.getPointsByRegionCodes('HW').then(res => {
this.pointList = res
})
},
@@ -248,32 +247,31 @@ export default {
})
},
handleButtonClick(row) {
- this.selectedRow = row;
- this.dialogVisible = true;
- this.fetchPoints();
+ this.selectedRow = row
+ this.dialogVisible = true
+ this.fetchPoints()
},
fetchPoints() {
crudSchBasePoint.getCBPointList().then(res => {
- this.points = res;
+ this.points = res
})
-
},
submitSelectedPoint() {
- const selectedPoint = this.form.selectedPoint;
+ const selectedPoint = this.form.selectedPoint
if (!selectedPoint) {
- this.$message.warning('请选择一个点位');
- return;
+ this.$message.warning('请选择一个点位')
+ return
}
// Submit the selected point to the backend
this.$axios.post('/api/pda/task', {
start_point: this.selectedRow.pointCode,
next_point: selectedPoint
}).then(response => {
- this.$message.success('提交成功');
- this.dialogVisible = false;
+ this.$message.success('提交成功')
+ this.dialogVisible = false
}).catch(error => {
- this.$message.error('提交失败');
- });
+ this.$message.error('提交失败')
+ })
}
}
}
diff --git a/lms/nladmin-ui/src/views/wms/hw/in/index.vue b/lms/nladmin-ui/src/views/wms/hw/in/index.vue
index 10ffd8d..b2e0837 100644
--- a/lms/nladmin-ui/src/views/wms/hw/in/index.vue
+++ b/lms/nladmin-ui/src/views/wms/hw/in/index.vue
@@ -99,8 +99,7 @@
:max="10000"
:step="10"
size="mini"
- >
-
+ />
@@ -136,7 +135,6 @@ import udOperation from '@crud/UD.operation'
import pagination from '@crud/Pagination'
import crudSchBasePoint from '@/views/wms/sch/point/schBasePoint'
-
export default {
name: 'HwIn',
components: { pagination, crudOperation, rrOperation, udOperation },
@@ -184,7 +182,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
- crudSchBasePoint.getPointsByRegionCodes("YL,YLHC,KJHC").then(res => {
+ crudSchBasePoint.getPointsByRegionCodes('YL,YLHC,KJHC').then(res => {
this.pointList = res
})
},
diff --git a/lms/nladmin-ui/src/views/wms/hw/inpending/index.vue b/lms/nladmin-ui/src/views/wms/hw/inpending/index.vue
index 48962da..94aa4b1 100644
--- a/lms/nladmin-ui/src/views/wms/hw/inpending/index.vue
+++ b/lms/nladmin-ui/src/views/wms/hw/inpending/index.vue
@@ -99,8 +99,7 @@
:max="10000"
:step="10"
size="mini"
- >
-
+ />
@@ -181,7 +180,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
- crudSchBasePoint.getPointsByRegionCodes("YL,YLHC,KJHC").then(res => {
+ crudSchBasePoint.getPointsByRegionCodes('YL,YLHC,KJHC').then(res => {
this.pointList = res
})
},
diff --git a/lms/nladmin-ui/src/views/wms/hw/out/index.vue b/lms/nladmin-ui/src/views/wms/hw/out/index.vue
index 84ef5bf..32af453 100644
--- a/lms/nladmin-ui/src/views/wms/hw/out/index.vue
+++ b/lms/nladmin-ui/src/views/wms/hw/out/index.vue
@@ -87,20 +87,19 @@
/>
-
-
-
-
+
+
+
@@ -191,7 +190,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
- crudSchBasePoint.getPointsByRegionCodes("HW").then(res => {
+ crudSchBasePoint.getPointsByRegionCodes('HW').then(res => {
this.pointList = res
})
},
diff --git a/lms/nladmin-ui/src/views/wms/hw/outpending/index.vue b/lms/nladmin-ui/src/views/wms/hw/outpending/index.vue
index ce8b488..3d35214 100644
--- a/lms/nladmin-ui/src/views/wms/hw/outpending/index.vue
+++ b/lms/nladmin-ui/src/views/wms/hw/outpending/index.vue
@@ -99,8 +99,7 @@
:max="10000"
:step="10"
size="mini"
- >
-
+ />
@@ -182,7 +181,7 @@ export default {
return true
},
getPointList() { // 获取点位列表
- crudSchBasePoint.getPointsByRegionCodes("HW").then(res => {
+ crudSchBasePoint.getPointsByRegionCodes('HW').then(res => {
this.pointList = res
})
},
diff --git a/lms/nladmin-ui/src/views/wms/pdm/workerorder/PointDetailDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/workerorder/PointDetailDialog.vue
index 15c926c..3d947c0 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/workerorder/PointDetailDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/workerorder/PointDetailDialog.vue
@@ -1,134 +1,135 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ @click="submitSelectedRows"
+ >
原材料出库
-
-
+
+
-
+}
+