CD配唱片
2025-04-25 74050152b7579db1378131c54e97ee9cb73613e1
提交所有页面表格高度更改
已修改7个文件
25 ■■■■■ 文件已修改
src/views/basicData/calendar/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/processRoute/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/resourceGroup/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/abnormalProcessAnalysis/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlanList/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/plateProcessStat/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/weldSeam/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/calendar/index.vue
@@ -411,7 +411,7 @@
const shopList = ref([]);
const allShopList = ref([]);
const processList = ref([]);
const height = ref(document.documentElement.clientHeight - 260 + "px;");
const height = ref(document.documentElement.clientHeight - 220 + "px;");
// 表格配置-列表
const columns = ref([
  { type: "checkbox", width: 60, align: "center" },
src/views/basicData/processRoute/index.vue
@@ -220,7 +220,7 @@
const title = ref("");
const daterangeIntegrationDay = ref([]);
//弹窗相关
const height = ref(document.documentElement.clientHeight - 260 + "px;");
const height = ref(document.documentElement.clientHeight - 230 + "px;");
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);
src/views/basicData/resourceGroup/index.vue
@@ -175,7 +175,7 @@
const title = ref("");
const daterangeRequestDate = ref([]);
//弹窗相关
const height = ref(document.documentElement.clientHeight - 260 + "px;")
const height = ref(document.documentElement.clientHeight - 230 + "px;")
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);
src/views/mainPlan/abnormalProcessAnalysis/index.vue
@@ -40,7 +40,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 270 + "px;")
const height = ref(document.documentElement.clientHeight - 180 + "px;")
const data = reactive({
  form: {},
src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
      </el-col>
      <right-toolbar
        v-model:showSearch="showSearch"
        :search="false"
        @queryTable="getList"
      ></right-toolbar>
    </el-row>
@@ -128,7 +128,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 270 + "px;");
const height = ref(document.documentElement.clientHeight-180 + "px;");
const columnsVersion = ref(0);
const data = reactive({
  // form: {},
@@ -160,16 +160,19 @@
    title: "主件料号",
    field: "mainPartNumber",
    width: 150,
    fixed:"left"
  },
  {
    title: "业务类型",
    field: "businessType",
    width: 150,
    width: 120,
    fixed:"left"
  },
  {
    title: "单据号",
    field: "documentNumber",
    width: 200,
    width: 160,
    fixed:"left"
  },
  // {
  //   title: "当前工序号",
@@ -180,11 +183,13 @@
    title: "需求分类",
    field: "requirementType",
    width: 100,
    fixed:"left"
  },
  {
    title: "单据状态",
    field: "documentStatus",
    width: 100,
    fixed:"left"
  },
  {
    title: "当前工序",
src/views/mainPlan/plateProcessStat/index.vue
@@ -101,7 +101,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 270 + "px;")
const height = ref(document.documentElement.clientHeight - 220 + "px;")
const data = reactive({
src/views/mainPlan/weldSeam/index.vue
@@ -181,7 +181,7 @@
const isVisible = ref(false);
const isError = ref(false);
const planned = ref(true);
const height = ref(document.documentElement.clientHeight - 210 + "px;")
const height = ref(document.documentElement.clientHeight - 170 + "px;")
const exampleHeight = ref("500px");
const uploadRef = ref();
const exampleList = ref([]);