晏有为
2024-05-23 9fd925c1e44d4148ddb3ca864661b56b71302a23
Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before
已修改5个文件
20 ■■■■■ 文件已修改
src/assets/api/controller.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a6-personnel-detail.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b2-standard-template.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b2-standard.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/menu.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/api/controller.js
@@ -207,6 +207,7 @@
  upStandardTemplate: "/StandardTemplate/upStandardTemplate", //修改检验模板
  delStandardTemplate: "/StandardTemplate/delStandardTemplate", //删除检验模板
  getStandardTemplate: "/StandardTemplate/getStandardTemplate", //查询原始记录模板枚举
  getEditTemplatePreparation: "/StandardTemplate/getEditTemplatePreparation"
}
const insReport = {
src/components/view/a6-personnel-detail.vue
@@ -114,7 +114,7 @@
      <el-tree :data="list" ref="tree" :props="{ children: 'children', label: 'name' }" node-key="id"
        :filter-node-method="filterNode" @node-click="handleNodeClick" highlight-current @node-expand="nodeOpen"
        @node-collapse="nodeClose" v-loading="treeLoad" :expand-on-click-node="false"
        :default-expanded-keys="expandedKeys" :default-checked-keys="defaultCheckedKeys">
        :default-expanded-keys="expandedKeys">
        <div class="custom-tree-node" slot-scope="{ node, data }">
          <el-row style="width: 100%;">
            <el-col :span="21" :class="{sort:node.level>3}">
@@ -271,7 +271,6 @@
            selectField: {},
          upUserDepardLimsIdPower: true
        },
        defaultCheckedKeys:[]
      }
    },
    mounted() {
@@ -338,14 +337,12 @@
        this.treeLoad = true
        this.$axios.get(this.$api.department.selectDepartmentLim).then(res => {
          this.list = res.data
          this.refresh()
          this.list.forEach(a => {
            a.children.forEach(b => {
              this.expandedKeys.push(b.id)
            })
          })
          this.treeLoad = false
          this.defaultCheckedKeys = [this.list[0].id]
          this.componentData.entity.departLimsId = this.list[0].id;
          this.selectTree = this.list[0].name
          this.refreshTable()
src/components/view/b2-standard-template.vue
@@ -167,8 +167,11 @@
                this.addPower = add
            },
            templateWrite(row) {
                this.isShow = true
                this.row = row
                this.$axios.get(this.$api.StandardTemplate.getEditTemplatePreparation + '?id=' + row.id).then(res => {
                    this.row = row
                    this.row.thing = res.data
                    this.isShow = true
                })
            },
            closed() {
                this.loading = true
src/components/view/b2-standard.vue
@@ -1341,6 +1341,11 @@
          return this.$message.error('请选择检验项')
        }
        this.moreEditLoad = true
        for(let a in this.moreInfo){
          if(this.moreInfo[a]==''){
            delete this.moreInfo[a]
          }
        }
        this.$axios.post(this.$api.standardTree.upStandardProducts, {
          ids: this.moreSelects.map(a => a.id),
          standardProductList: this.moreInfo
static/js/menu.js
@@ -292,7 +292,7 @@
            i: "font icon-erjidaohang",
            u: "a6-personnel-overview",
            g: "6.2 人员",
            p: "selectUserList"
            p: "selectPersonnelOverview"
        }, {
            v: "人员明细",
            i: "font icon-erjidaohang",