ZengTao
2025-03-10 2e05d43a7da078224a40e6620544969799504a9f
UI-Project/src/views/Returns/upreturns2.vue
@@ -358,7 +358,7 @@
       glassId: row.glassId,
       line: 6,
       status: 1,
       type: 8,
       state: 8,
       workingProcedure: '上片',
    })
    if (response.code === 200) {
@@ -388,7 +388,7 @@
       glassId: row.glassId,
       line: 6,
       status: 1,
       type: 9,
       state: 9,
       workingProcedure: '上片',
    })
    if (response.code === 200) {
@@ -504,7 +504,7 @@
            <el-table-column prop="number" align="center" :label="$t('basicData.quantity')" min-width="80"/>
            <el-table-column fixed="right" :label="$t('film.operate')" align="center">
            <template #default="scope">
          <el-button size="mini" type="text" plain @click="handleptask(scope.row.workstationId)">{{ $t('basicData.rackreset') }}</el-button>
          <el-button size="mini" :disabled="scope.row.number == 0 || scope.row.number == ''" type="text" plain @click="handleptask(scope.row.workstationId)">{{ $t('basicData.rackreset') }}</el-button>
            </template>
        </el-table-column>
          </el-table>