zhanghl
2025-04-15 d6a9cc70d5fdedd9618849dd1e5d8fd7b41c6dc8
src/views/mainPlan/platePlan/index.vue
ÎļþÃû´Ó src/views/ApsPlatePlan/index.vue ÐÞ¸Ä
@@ -199,11 +199,11 @@
</template>
<script setup name="ApsPlatePlan">
import { listPlan, examplePlan, confirmPart} from "@/api/mainPlan/apsPlatePlan";
import { listProcessRoute } from "@/api/basicData/processRoute";
import HxlhTable from '@/components/HxlhTable'
import { listPlan, examplePlan, confirmPart} from "@/api/mainPlan/apsPlatePlan.js";
import { listProcessRoute } from "@/api/basicData/processRoute.js";
import HxlhTable from '@/components/HxlhTable/index.vue'
import { ref } from "vue";
import { getToken } from "@/utils/auth";
import { getToken } from "@/utils/auth.js";
import {ElMessage} from "element-plus";
const { proxy } = getCurrentInstance();
@@ -785,66 +785,66 @@
      width: 150,
      align:"center",
    },
    // {
    //   title: '工序序号',
    //   field: 'processNumber',
    //   width: 100,
    //   align:"center",
    // },
    // {
    //   title: '工序名称',
    //   field: 'processName',
    //   width: 150,
    //   align:"center",
    // },
    // {
    //   title: '工序计划开始日期',
    //   field: 'processPlanStartDay',
    //   width: 200,
    //   align:"center",
    // },
    // {
    //   title: '工序计划结束日期',
    //   field: 'processPlanEndDay',
    //   width: 200,
    //   align:"center",
    // },
    // {
    //   title: '未开工数量',
    //   field: 'notStartWorkCount',
    //   width: 90,
    //   align:"center",
    // },
    // {
    //   title: '已完成数量',
    //   field: 'completedCount',
    //   width: 90,
    //   align:"center",
    // },
    // {
    //   title: '废弃数量',
    //   field: 'discardCount',
    //   width: 90,
    //   align:"center",
    // },
    // {
    //   title: '标准工时',
    //   field: 'standardTime',
    //   width: 90,
    //   align:"center",
    // },
    // {
    //   title: '工序排序',
    //   field: 'processOrder',
    //   width: 90,
    //   align:"center",
    // },
    // {
    //   title: '集成日期',
    //   field: 'integrationDay',
    //   width: 160,
    //   align:"center",
    // }
    {
      title: '工序序号',
      field: 'processNumber',
      width: 100,
      align:"center",
    },
    {
      title: '工序名称',
      field: 'processName',
      width: 150,
      align:"center",
    },
    {
      title: '工序计划开始日期',
      field: 'processPlanStartDay',
      width: 200,
      align:"center",
    },
    {
      title: '工序计划结束日期',
      field: 'processPlanEndDay',
      width: 200,
      align:"center",
    },
    {
      title: '未开工数量',
      field: 'notStartWorkCount',
      width: 90,
      align:"center",
    },
    {
      title: '已完成数量',
      field: 'completedCount',
      width: 90,
      align:"center",
    },
    {
      title: '废弃数量',
      field: 'discardCount',
      width: 90,
      align:"center",
    },
    {
      title: '标准工时',
      field: 'standardTime',
      width: 90,
      align:"center",
    },
    {
      title: '工序排序',
      field: 'processOrder',
      width: 90,
      align:"center",
    },
    {
      title: '集成日期',
      field: 'integrationDay',
      width: 160,
      align:"center",
    }
  ]
})
const expandConfig = ref({
@@ -852,8 +852,7 @@
  loadMethod ({ row }) {
    debugger;
    // è°ƒç”¨æŽ¥å£
    return listProcessRoute({'documentNumber':row.documentNumber}).then(data => {
    return listProcessRoute({'workOrderNo':row.documentNumber}).then(data => {
      row.subList = data.rows;
      debugger;
    })