WXL
2024-08-03 d96a7562b2515584fac4dcb57fdbdcadc8f36fef
src/views/followvisit/satisfaction/particulars/index.vue
@@ -342,7 +342,7 @@
    </div>
    <!-- 添加患者 -->
    <el-dialog
      title="添加派发患者"
      title="选择患者"
      :visible.sync="dialogVisiblepatient"
      width="70%"
      :before-close="handleClosehz"
@@ -450,9 +450,6 @@
</template>
<script>
import { listsvr_prjtask, Addpatienttask } from "@/api/smartorpor/svr_prjtask";
import { listpat_archive } from "@/api/smartorpor/pat_archive";
import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline";
import { messagelistpatient } from "@/api/patient/homepage";
import SFtable from "@/components/SFtable"; //表格组件
@@ -470,7 +467,7 @@
      tableLabel: [],
      // 患者表单
      tableLabelhz: [
      { label: "患者名称", width: "", prop: "name" },
        { label: "患者名称", width: "", prop: "name" },
        { label: "性别", width: "", prop: "sex" },
        { label: "年龄", width: "", prop: "age" },
        { label: "就诊科室", width: "", prop: "impTemplate" },
@@ -478,7 +475,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelxj: [
      { label: "门诊编号", width: "", prop: "name" },
        { label: "门诊编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },
@@ -492,7 +489,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelmz: [
      { label: "门诊编号", width: "", prop: "name" },
        { label: "门诊编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },
@@ -506,7 +503,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelcy: [
      { label: "员工编号", width: "", prop: "name" },
        { label: "员工编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },
@@ -696,9 +693,9 @@
      let objictpint = {};
      objictpint.patientes = this.ids;
      objictpint.pguid = 2;
      Addpatienttask(objictpint).then((res) => {
        console.log(res);
      });
      // Addpatienttask(objictpint).then((res) => {
      //   console.log(res);
      // });
      this.dialogVisiblepatient = false;
    },
@@ -728,7 +725,7 @@
  // min-height: 12vh;
  margin: 20px;
  margin-bottom: 0;
  padding: 30px;
  padding: 20px;
  background: #edf1f7;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),