Zhu Zhonghua
2025-04-16 1f236bfe78813d4a97ad2bc0aa5af0575679c379
src/views/mainPlan/weldSeam/index.vue
@@ -20,7 +20,7 @@
          v-hasPermi="['weldSeam:weldSeam:export']"
        >导出</el-button>
      </el-col>
      <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
    </el-row>
    <HxlhTable
@@ -171,7 +171,6 @@
const open = ref(false);
const loading = ref(true);
const showSearch = ref(true);
const ids = ref([]);
const single = ref(true);
const multiple = ref(true);
@@ -210,21 +209,24 @@
// 表格配置 
const columns = ref([
  { type: 'seq', title: '序号', width: 60 },
  { type: 'seq', title: '序号', width: 60, fixed: 'left' },
  {
    title: '年份',
    field: 'year',
    width: 100,
    width: 100,
    fixed: 'left'
  },
  {
    title: '月份',
    field: 'month',
    width: 80,
    width: 80,
    fixed: 'left'
  },
  {
    title: '生产基地',
    field: 'productionBase',
    width: 150,
    width: 150,
    fixed: 'left'
  },
  {
    title: '订单需求',
@@ -709,7 +711,7 @@
  console.log(row);
  open.value = true;
  title.value = "修改焊缝";
  form.value = row;
  form.value = {...row};
  // const _id = row.id
  // getWeldSeam(_id).then(response => {
  //   form.value = response.data;