loulijun2021
2023-05-15 06f24f9fc8c8b6520c2673332690b06a3940684e
1.生产进度报表优化
已修改1个文件
12 ■■■■ 文件已修改
src/views/reportManager/produceSchedule.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportManager/produceSchedule.vue
@@ -124,7 +124,7 @@
          <el-table-column
            prop="wo_code"
            label="工单编号"
            min-width="150"
            width="155"
            show-tooltip-when-overflow
            sortable="custom"
          />
@@ -138,7 +138,7 @@
          <el-table-column
            prop="partname"
            label="产品名称"
            min-width="150"
            width="155"
            show-tooltip-when-overflow
            sortable="custom"
          />
@@ -178,12 +178,12 @@
          <el-table-column
            prop="concat_name"
            label="生产进度"
            width="521"
            min-width="521"
            sortable="custom"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div style="width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
              <div style="min-width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
                <div
                  v-for="item in row.concat_name.split(',')"
                  :key="item+row.wo_code"
@@ -191,8 +191,8 @@
                >
                  <!--                  padding:0px 0px 10px 0px;-->
                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left: 5px">
                    <div style="width: 80px;">{{ item.split('/')[0] }}</div>
                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left:10px">
                    <div style="width: 80px;" class="ellipsis">{{ item.split('/')[0] }}</div>
                    <el-progress
                      :text-inside="true"
                      :stroke-width="20"