admin
2024-07-30 c1da6d36b8133744017a4f1c5e97821b591f02fc
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()
      });