pengwei
2025-03-24 f90fbbc76d23340e4568dd4dadbab5f7f02a030f
ÏîÄ¿´úÂë/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue
@@ -114,6 +114,7 @@
      <div style="margin-top: 1rem; height: 100%">
        <!-- æœºæ¢° -->
        <el-table
          empty-text="暂无数据"
          v-if="isactive == '机械'"
          height="450"
          :data="tableData"
@@ -261,6 +262,7 @@
        <!-- ç”µæ°” -->
        <el-table
          empty-text="暂无数据"
          height="450"
          v-if="isactive == '电气'"
          :data="tableData"
@@ -408,6 +410,7 @@
        <!-- åœ°æ²Ÿ -->
        <el-table
          empty-text="暂无数据"
          height="450"
          v-if="isactive == '地沟'"
          :data="tableData"
@@ -795,8 +798,10 @@
const TTnum = ref(0);
//页面数
const pageTotal = ref(0);
//确认领取
//确认领取/确认归还
const claim = (val, num) => {
  console.log(val, num);
  claimdata.value.id = val.njtakeid;
  claimdata.value.gruops = isactive.value;
  GetSleeveandStep(claimdata.value.gruops).then((res) => {
@@ -820,7 +825,6 @@
};
//改变状态
const changeStatus = () => {
  console.log(claimdata.value);
  ChangeStatus(claimdata.value).then((res) => {
    ElMessage({
      message: "成功",