125529d9c088bad016d766a615348a2279e97a02..d9004dd77540b0633b12a41323ba2006c362fb8e
7 天以前 WXL
测试完成
d9004d 对比 | 目录
7 天以前 WXL
测试完成
a90f11 对比 | 目录
已修改10个文件
已重命名1个文件
168 ■■■■■ 文件已修改
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/external.js 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/outpatient/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/outpatient.vue 35 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/physical.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/profile/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/Missionotice.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/QuestionnaireTask.vue 65 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/subsequent/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip
Binary files differ
src/api/AiCentre/external.js
@@ -84,11 +84,20 @@
    data: data
  });
}
// 更新语音服务(内)
export function sendMsg(data) {
// 获取360系统token
export function gitzerotoken(data) {
  return request({
    url: "/smartor/smsaccount/sendMsg",
    url: "https://9.0.124.104:13021/mediinfo-lyra-authserver/connect/token",
    method: "post",
    data: data
  });
}
// 新增服务
export function addserviceSubtask(data) {
  return request({
    url: "/smartor/serviceSubtask/addSubTaskAgain",
    method: "post",
    data: data
  });
}
src/views/followvisit/outpatient/index.vue
@@ -241,11 +241,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="admindate"
          prop="admitdate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.admindate) }}</span>
            <span>{{ formatTime(scope.row.admitdate) }}</span>
          </template>
        </el-table-column>
        <el-table-column
src/views/followvisit/tasklist/index.vue
@@ -471,10 +471,10 @@
        },
      ],
      taskoptions: [
        {
          value: "1",
          label: "监测评估",
        },
        // {
        //   value: "1",
        //   label: "监测评估",
        // },
        {
          value: "2",
          label: "出院随访",
@@ -491,17 +491,13 @@
          value: "5",
          label: "复诊管理",
        },
        {
          value: "6",
          label: "满意度调查",
        },
        // {
        //   value: "6",
        //   label: "满意度调查",
        // },
        {
          value: "7",
          label: "患者日常报告",
        },
        {
          value: "9",
          label: "患者异常报告",
          label: "患者报告",
        },
        {
          value: "8",
src/views/patient/patient/outpatient.vue
@@ -43,12 +43,20 @@
          </el-form-item>
          <el-row>
            <el-form-item label=" 就诊日期 " prop="createTime">
              <el-date-picker
              <!-- <el-date-picker
                clearable
                v-model="queryParams.createTime"
                type="date"
                value-format="yyyy-MM-dd"
                placeholder="请选择 就诊日期 "
              >
              </el-date-picker> -->
              <el-date-picker
                v-model="pickertime"
                type="daterange"
                range-separator="至"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
              >
              </el-date-picker>
            </el-form-item>
@@ -151,20 +159,20 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admitdate"
            prop="admitdate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admitdate) }}</span>
            </template>
          </el-table-column>
          <el-table-column
            label="门诊号"
            label="患者编号"
            align="center"
            key="patid"
            prop="patid"
            key="patno"
            prop="patno"
          />
          <el-table-column
            label="姓名"
@@ -407,7 +415,7 @@
      initPassword: undefined,
      amendtag: false, //是否修改
      // 日期范围
      dateRange: [],
      pickertime:[],
      paperstypes: [
        { papersname: "身份证" },
        { papersname: "护照" },
@@ -468,6 +476,7 @@
        pageNum: 1,
        pageSize: 10,
      },
      // 表单校验
      rules: {
        // userName: [
@@ -594,16 +603,18 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.queryParams.starttime=pickertime[0];
      this.queryParams.endtime=pickertime[1];
      this.getList();
    },
    /** 重置按钮操作 */
    resetQuery() {
      this.dateRange = [];
      this.queryParams= {
      this.pickertime = [];
      (this.queryParams = {
        pageNum: 1,
        pageSize: 10,
      },
      this.handleQuery();
      }),
        this.handleQuery();
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
src/views/patient/patient/physical.vue
@@ -252,12 +252,12 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admitdate"
            prop="admitdate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admitdate) }}</span>
            </template>
          </el-table-column>
          <el-table-column
src/views/patient/patient/profile/index.vue
@@ -372,12 +372,12 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admitdate"
            prop="admitdate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admitdate) }}</span>
            </template>
          </el-table-column>
src/views/patient/propaganda/Missionotice.vue
@@ -198,8 +198,8 @@
        <el-table-column
          label="就诊时间"
          align="center"
          key="visitTime"
          prop="visitTime"
          key="admitdate"
          prop="admitdate"
          width="160"
        >
        </el-table-column>
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -87,7 +87,7 @@
                  </el-radio-group>
                </el-form-item>
                <el-row :gutter="20" v-if="form.longTask">
                  <el-col :span="8">
                  <el-col :span="6">
                    <el-form-item label="周期时间" prop="name">
                      <el-input
                        v-model="form.sendDay"
@@ -1063,34 +1063,38 @@
      ],
      tasktypes: [
        // {
        //   value: "1",
        //   label: "监测评估",
        // },
        {
          value: 1,
          label: "心电随访",
        },
        {
          value: 2,
          value: "2",
          label: "出院随访",
        },
        {
          value: 3,
          label: "影像随访",
          value: "3",
          label: "门诊随访",
        },
        {
          value: 4,
          value: "4",
          label: "宣教关怀",
        },
        {
          value: 5,
          label: "体检随访",
          value: "5",
          label: "复诊管理",
        },
        {
          value: 11,
          label: "医技随访",
          value: "6",
          label: "满意度调查",
        },
        {
          value: 10,
          label: "专科随访",
          value: "7",
          label: "患者报告",
        },
        // {
        //   value: "8",
        //   label: "其他通知",
        // },
      ],
      // 科室/病区
      belongWards: [],
@@ -1990,25 +1994,13 @@
          "当前为新增任务未保存不可关联模板,是否先保存任务?",
          "功能提示",
          {
            confirmButtonText: "保存任务",
            cancelButtonText: "暂存模板",
            confirmButtonText: "暂存模板",
            cancelButtonText: "保存任务",
            type: "warning",
          }
        )
          .then(() => {
            if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.svyid;
            this.form.libtemplateid = this.objyl.svyid;
            this.objyl.isoperation = 1;
            this.objyl.svyTaskTemplateScriptVOS =
              this.objyl.svyTemplateLibScripts;
            this.form.svyTaskTemplateVO = this.objyl;
            this.submitForm();
          })
          .catch(() => {
            if (Array.isArray(this.objyl.suitway)) {
         if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.svyid;
@@ -2021,6 +2013,19 @@
            this.$modal.msgSuccess("暂存成功保存任务后模板失效");
            this.drawermb = false;
            this.previewtf = false;
          })
          .catch(() => {
                 if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.svyid;
            this.form.libtemplateid = this.objyl.svyid;
            this.objyl.isoperation = 1;
            this.objyl.svyTaskTemplateScriptVOS =
              this.objyl.svyTemplateLibScripts;
            this.form.svyTaskTemplateVO = this.objyl;
            this.submitForm();
          });
      } else {
        setTimeout(() => {
src/views/patient/subsequent/index.vue
@@ -236,11 +236,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="createTime"
          prop="admitdate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.admitdate) }}</span>
          </template>
        </el-table-column>
        <el-table-column
vue.config.js
@@ -36,12 +36,9 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `http://192.168.168.60:8095`,
        target: `http://192.168.144.34:8095`,
        // target: `http://192.168.144.34:8095`,
        // target: `http://192.168.100.100:8095`,
        // target:`http://localhost:8095`,
        // target: `http://192.168.101.135:8095`,
        // target: `http://192.168.101.166:8093`,
        // target: `http://192.168.191.181:8095`,
        target:`http://localhost:8095`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''