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"
+ >
原材料出库
-
-
+
+
-
+}
+