qx
qx
2025-05-15 3a9a85b30e8d6bad1d215babcb9c72698d1ac158
src/views/doctor/examination/index.vue
@@ -313,6 +313,7 @@
                size="mini"
                type="text"
                @click="yijian(scope.row)"
                v-if="yijiantype == 'N'"
                >已检</el-button
              >
              <el-button
@@ -427,6 +428,7 @@
      selectedTjNumber: "",
      drawer: false,
      type: null,
      yijiantype: null,
      CompanyList: [],
      CheckBox: {},
      // 查询参数
@@ -749,6 +751,10 @@
        this.type = res.data;
      });
      getConfigKey("sfyccsyjan").then((res) => {
        this.yijiantype = res.msg;
      });
      cSWebGetPro(tjNumber).then((res) => {
        this.xiangmuList = res.data;
        this.xiangmuList.forEach((item) => {