gaoluyang
8 小时以前 bfceba86cc7681eec0e510139ba85fab858e7ead
天津-君歌
1.质检功能修改
已修改4个文件
45 ■■■■ 文件已修改
src/views/basicData/product/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/finalInspection/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/processInspection/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/rawMaterialInspection/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/product/index.vue
@@ -66,8 +66,7 @@
      </div>
    </div>
    <div class="right">
      <div style="margin-bottom: 10px"
           v-if="isShowButton">
      <div style="margin-bottom: 10px">
        <el-button type="primary"
                   @click="openModelDia('add')">
          新增规格型号
src/views/qualityManagement/finalInspection/index.vue
@@ -186,13 +186,13 @@
            submit(row.id);
          },
        },
        {
          name: "下载",
          type: "text",
          clickFun: row => {
            downLoadFile(row);
          },
        },
        // {
        //   name: "下载",
        //   type: "text",
        //   clickFun: row => {
        //     downLoadFile(row);
        //   },
        // },
      ],
    },
  ]);
src/views/qualityManagement/processInspection/index.vue
@@ -188,13 +188,13 @@
            submit(row.id);
          },
        },
        {
          name: "下载",
          type: "text",
          clickFun: row => {
            downLoadFile(row);
          },
        },
        // {
        //   name: "下载",
        //   type: "text",
        //   clickFun: row => {
        //     downLoadFile(row);
        //   },
        // },
      ],
    },
  ]);
src/views/qualityManagement/rawMaterialInspection/index.vue
@@ -188,13 +188,13 @@
            submit(row.id);
          },
        },
        {
          name: "下载",
          type: "text",
          clickFun: row => {
            downLoadFile(row);
          },
        },
        // {
        //   name: "下载",
        //   type: "text",
        //   clickFun: row => {
        //     downLoadFile(row);
        //   },
        // },
      ],
    },
  ]);