qx
qx
2025-05-08 73e10283c05ff2acb0bfafec875d891fccef48e0
src/views/doctor/examination/index.vue
@@ -328,6 +328,7 @@
                size="mini"
                type="text"
                @click="yijian(scope.row)"
                 v-if="yijiantype == N"
                >已检</el-button
              >
              <el-button
@@ -441,6 +442,7 @@
      loading: true,
      selectedTjNumber: "",
      drawer: false,
      yijiantype: null,
      type: null,
      CompanyList: [],
      CheckBox: {},
@@ -766,6 +768,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) => {