From 3ea473d429ccb261df894826b10a2af72ee0f4f5 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 20 十一月 2024 13:50:21 +0800
Subject: [PATCH] 义乌前端最新代码
---
UI-Project/src/views/Returns/upreturns.vue | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/UI-Project/src/views/Returns/upreturns.vue b/UI-Project/src/views/Returns/upreturns.vue
index f58b075..a7a4448 100644
--- a/UI-Project/src/views/Returns/upreturns.vue
+++ b/UI-Project/src/views/Returns/upreturns.vue
@@ -94,8 +94,7 @@
const handlesure = async () => {
try {
const response = await request.post('/loadGlass/up-patten-usage/selectUpPattenUsage', {
- stationCell: 1,
- // engineerId: 'P24101602',
+ stationCell: 5,
engineerId: selectedProjectNo.value,
filmRemove: filmRemove.value,
})
@@ -122,10 +121,10 @@
let engineeringId = window.localStorage.getItem('engineeringId')
if (markingMachineStatus.value === 'green' && cuttingMachineStatus.value === 'green') {
try {
- const response = await request.post('/loadGlass/engineering/engineering/changeTask', {
- stationCell: 1,
+ // const response = await request.post('/loadGlass/engineering/engineering/pauseTask', {
+ const response = await request.post('/loadGlass/engineering/engineering/changeTask', {
+ stationCell: 5,
filmRemove: filmRemove,
- // engineerId: 'P24101602',
engineerId: engineeringId,
state: 1,
})
@@ -150,9 +149,8 @@
console.log(engineeringId);
if (engineeringId !== '') {
const response = await request.post('/loadGlass/engineering/engineering/pauseTask', {
- stationCell: 1,
- // engineerId: 'P24101602',
- engineeringId: engineeringId,
+ stationCell: 5,
+ engineerId: engineeringId,
state: 0,
})
if (response.code == 200) {
@@ -181,8 +179,9 @@
}
}
const response = await request.post("/loadGlass/up-patten-usage/setUpPattenRequest", {
- taskState: stateList,
- taskType: 1
+ state: selectValuesa[0],
+ // state: stateList,
+ stationCell: 5
})
if (response.code === 200) {
tableData.value = response.data;
@@ -312,6 +311,8 @@
</template>
</el-table-column>
<el-table-column prop="filmsId" :label="$t('Mounting.createtime')" align="center"/>
+ <!-- <el-table-column prop="filmRemove" :label="$t('Mounting.removalmethodp')" align="center"/> -->
+ <!-- <el-table-column prop="stationCell" :label="$t('Mounting.loadinglinea')" align="center"/> -->
</el-table>
</div>
</el-card>
--
Gitblit v1.8.0