From e9e2c4dba5e42c8b07ee7d4f1cf8fdbd8f0b4bc7 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期五, 02 八月 2024 15:41:52 +0800
Subject: [PATCH] -bug修改

---
 jcdm-ui/src/views/main/om/productionOrde/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/main/om/productionOrde/index.vue b/jcdm-ui/src/views/main/om/productionOrde/index.vue
index a8f7e88..618cb5d 100644
--- a/jcdm-ui/src/views/main/om/productionOrde/index.vue
+++ b/jcdm-ui/src/views/main/om/productionOrde/index.vue
@@ -476,14 +476,14 @@
   methods: {
     onlineWorkReporting(row){
       const id = row.id || this.ids
-      const stationCode = "OP230"
+      const stationCode = "POP230"
       workReportingByStation(id,stationCode).then(response => {
         this.getList()
       });
     },
     offlineWorkReporting(row){
       const id = row.id || this.ids
-      const stationCode = "OP500"
+      const stationCode = "POP430"
       workReportingByStation(id,stationCode).then(response => {
         this.getList()
       });

--
Gitblit v1.9.3