已修改6个文件
34 ■■■■ 文件已修改
.env.development 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.staging 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/rawMaterials/reportForInspection.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/experiment/nonConformanceReview/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/experiment/nonConformingFeedback/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -2,5 +2,4 @@
ENV = 'development'
# base api
# VUE_APP_BASE_API = 'http://192.168.110.167:1234/'
VUE_APP_BASE_API = 'http://localhost:1234/'
VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
.env.production
@@ -3,5 +3,5 @@
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:1234/'
VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
.env.staging
@@ -5,6 +5,6 @@
# base api
# VUE_APP_BASE_API = '/stage-api'
VUE_APP_BASE_API = 'http://localhost:1234/'
VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
src/api/rawMaterials/reportForInspection.js
@@ -3,7 +3,7 @@
// 查询所有申请单列表
export function getInspectionList(params) {
  return request({
    url: '/inspection/selectAllInspection',
    url: '/inspection/selectInspectsList',
    method: 'get',
    params
  })
src/views/experiment/nonConformanceReview/index.vue
@@ -1,5 +1,19 @@
<template>
  <div>不合格评审</div>
  <div>
    <el-row span="22">
      <el-col span="5">
        <el-input placeholder="请输入内容">
        </el-input>
      </el-col>
      <el-col span=""></el-col>
      <el-col></el-col>
      <el-col></el-col>
      <el-col></el-col>
    </el-row>
    <el-row span="22">
    </el-row>
  </div>
</template>
<script>
@@ -8,6 +22,4 @@
}
</script>
<style lang="scss" scoped>
</style>
<style lang="scss" scoped></style>
src/views/experiment/nonConformingFeedback/index.vue
@@ -1,5 +1,8 @@
<template>
  <div>不合格反馈</div>
  <div>
      不符合品评审
  </div>
</template>
<script>