路泰科技体检小程序UI设计新版本
qx
2025-08-06 fe97f78b9a343ee9fa45a3531d03d73dcd1df31b
pagesA/Examiner/Examiner.vue
@@ -122,6 +122,10 @@
   } from "@/api/system/history";
   import {
      bindPhone,
<<<<<<< HEAD
=======
      getIdCardByPhone
>>>>>>> master
   } from "@/api/login";
   import {
      getDicts
@@ -138,7 +142,21 @@
   export default {
      data() {
         return {
<<<<<<< HEAD
            list: [],
=======
            list: [{
               cusName: "秦女士",
               cusPhone: "18478958956",
               cusIdcard: "140828200102270042",
            }, {
               cusName: "张女士",
               cusPhone: "18478958956",
               cusIdcard: "140828200002270045",
            }],
>>>>>>> master
            tjCustomers: [],
            marryOptions: [],
            NationalOptions: [],
@@ -166,11 +184,21 @@
         console.log(option)
         this.id = option.id
      },
<<<<<<< HEAD
=======
      created() {
         this.getList();
      },
>>>>>>> master
      methods: {
         getList() {
            const openId = uni.getStorageSync('openId');
            getListByOpenId(openId).then(res => {
<<<<<<< HEAD
               this.list = res.data;
=======
               // this.list = res.data;
>>>>>>> master
            })
         },
         xiugai(event, _dataset) {
@@ -274,7 +302,10 @@
            this.index1 = e.detail.value;
         },
         saveInspect() {
<<<<<<< HEAD
            console.log(1111)
=======
>>>>>>> master
            let inspect = this.form;
            if (inspect.cusName == '') {
               this.$modal.msgError("请输入姓名")
@@ -299,7 +330,10 @@
               cusIdcard: inspect.cusIdcard,
               cusNational: inspect.cusNational,
               cusMarryStatus: inspect.cusMarryStatus,
<<<<<<< HEAD
               idType: 1,
=======
>>>>>>> master
            }
            addNew(tjCustomer).then(res => {
               if (res.code == 200)