chenlu
2024-12-31 d6904ec94cc77bb8c51401d71417c2502af37acf
Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
4个文件已修改
68 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/ProjectMange.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeCard.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ProjectDetail.vue 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/ProjectMange.vue
@@ -74,6 +74,15 @@
    {field: 'modifyTime', width: 100, title: '修改时间',},
  ],//表头参数
  data: null,//表格数据
  toolbarConfig: {
    buttons: [
    ],
    import: false,
    // export: true,
    // print: true,
    zoom: true,
    custom: true
  },
  //右键菜单选项
  menuConfig: {
    body: {
@@ -98,13 +107,6 @@
      ]
    },
  },
  toolbarConfig: {
    buttons: [],
    slots: {
      buttons: "toolbar_buttons"
    },
  },
})
// 定义操作配置对象数组,集中管理不同操作选项对应的参数
const operationConfigs = [
@@ -635,10 +637,10 @@
<template>
  <div id="mange">
    <div id="select">
    <div id="select" style="">
      <span>优化日期</span>
      <el-date-picker
          style="margin-left:10px; margin-top: -5px; "
          style="margin-left:10px; margin-top: -10px; "
          v-model="orderInfo.workOrderDate"
          :default-time="defaultTime"
          :start-placeholder="$t('basicData.startDate')"
@@ -721,6 +723,10 @@
  height: 85%;
}
:deep(.vxe-button.type--button.is--circle) {
  margin-top: -20px;
}
#last {
  margin-top: 10px;
}
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeCard.vue
@@ -65,6 +65,8 @@
    slots:{
      buttons: "toolbar_buttons"
    },
    zoom: true,
    custom: true
  },
})
@@ -145,5 +147,9 @@
</template>
<style scoped>
:deep(.vxe-tools--operate){
  height: 20px;
  margin-top: -20px;
}
</style>
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ComputeDetail.vue
@@ -57,6 +57,8 @@
    slots:{
      buttons: "toolbar_buttons"
    },
    zoom: true,
    custom: true
  },
})
@@ -124,4 +126,8 @@
<style scoped>
:deep(.vxe-tools--operate){
  height: 20px;
  margin-top: -20px;
}
</style>
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/page/ProjectDetail.vue
@@ -187,6 +187,15 @@
    },
  ],//表头参数
  data: null,//表格数据
  toolbarConfig: {
    buttons: [
    ],
    import: false,
    // export: true,
    // print: true,
    zoom: true,
    custom: true
  },
  //右键菜单
  menuConfig: {
    body: {
@@ -205,14 +214,24 @@
    },
  },
})
const processCardColumns = reactive([
const processCardColumns = reactive({
  columns:[
  {field: 'process_id', title: '流程卡', width: 200, align: 'center'},
  {field: 'project', title: '项目名', width: 150, align: 'center'},
  {field: 'order_number', title: '订序', width: 100, align: 'center'},
  {field: 'sizes', title: '尺寸', width: 200, align: 'center'},
  {field: 'layer', title: '层', width: 100, align: 'center'},
  {field: 'quantity', title: '数量', width: 100, align: 'center'}
]);
],
  toolbarConfig: {
    buttons: [
    ],
    import: false,
    // export: true,
    // print: true,
  },
});
// 右键菜单
const operationConfigs = [
@@ -448,7 +467,7 @@
<template>
  <div style="width: 100%;height: 85%;">
    <!-- 头部 -->
    <div id="header" style="background-color: white">
    <div id="header" >
      <!--工程文件菜单-->
      <el-dropdown @command="handleCommand">
        <el-button type="primary" :icon="Folder" style="margin-top: 8px; margin-left: 5px">
@@ -489,7 +508,6 @@
          <optimize-compute/>
        </el-dialog>
      </div>
    </div>
    <!-- 表格容器 -->
@@ -532,7 +550,7 @@
          height="100%"
          class="right-table"
          :data="processCardData"
          :columns="processCardColumns"
          v-bind="processCardColumns"
          v-if="showProcessCardTable"
          :header-cell-style="{'height': '51.9px'}"
      >
@@ -558,6 +576,10 @@
  width: 40%;
}
:deep(.vxe-toolbar){
  height: 40px;
}
#header {
  height: 50px;
  display: flex;