guanqb
2023-10-25 c5452644683e46dedebee3abec942e965d395995
入住字段修改
1 files modified
29 ■■■■■ changed files
src/views/home/index.vue 29 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue
@@ -569,10 +569,10 @@
            </div>
        </el-dialog>
        <el-dialog title="入住信息" :visible.sync="zhuHuInfoPopupShow" :modal="true" :modal-append-to-body="false"
            :close-on-click-modal="false" class="zhuHuInfo-details-box" v-loading="zhuHuInfoLoading"
            element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading" :before-close="zhuHuBeforeClose"
            element-loading-background="rgba(0, 0, 0, 0.5)">
        <el-dialog :title="zhuHuInfoPopupTitle" :visible.sync="zhuHuInfoPopupShow" :modal="true"
            :modal-append-to-body="false" :close-on-click-modal="false" class="zhuHuInfo-details-box"
            v-loading="zhuHuInfoLoading" element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading"
            :before-close="zhuHuBeforeClose" element-loading-background="rgba(0, 0, 0, 0.5)">
            <div class="header">
                <div>
                    姓名:
@@ -595,20 +595,21 @@
            <el-table :data="zhuHuInfoArr" style="width: 100%"
                :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
                :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75', 'cursor': 'default' }">
                <el-table-column :show-overflow-tooltip="true" prop="rz_fjh" label="入住_房间号"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="xm" label="姓名"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="xbdm_dic" label="性别"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="zjhm" label="身份证号"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="lxdh" label="联系电话" width="130"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="dzmc" label="旅客地址名称"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="dzmc" label="旅客地址"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="rz_fjh" label="入住房间号"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="rz_rgsj" label="入住时间"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="zhus_ts01" label="住宿天数"></el-table-column>
                <!--
                <el-table-column :show-overflow-tooltip="true" prop="cyzjdm_dic" label="常用证件类型"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="lgmc" label="旅馆名称"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="xxrksj" label="信息入库时间"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="rz_rgsj" label="入住_日期时间"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="zjhm" label="证件号码"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="zhus_ts01" label="住宿天数"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="lddm" label="旅店代码"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="xbdm_dic" label="性别"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="xm" label="姓名"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="sjgajgjgdm_dic" label="市局公安机关机构名称"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="cyzjdm_dic" label="常用证件类型"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="mzdm_dic" label="民族"></el-table-column>
                <el-table-column :show-overflow-tooltip="true" prop="mzdm_dic" label="民族"></el-table-column> -->
            </el-table>
            <div class="syld_page all-pagination-sty">
                <el-pagination background layout="prev, pager, next, total" :page-size="zhuHuInfoPage.pageSize"
@@ -769,6 +770,7 @@
    data () {
        return {
            zhuHuInfoPopupShow: false,
            zhuHuInfoPopupTitle: '',
            zhuHuInfoName: '',
            zhuHuInfoID: '',
            zhuHuInfoDate: '',
@@ -1248,6 +1250,7 @@
        // 实有楼栋---酒店--点击住户信息事件
        zhuHuInfoClick (row) {
            this.zhuHuInfoPopupShow = true
            this.zhuHuInfoPopupTitle = row.hotelName + '入住信息'
            this.chooseZhuHuInfoCode = row.hotelCode
            getCheckInInfo({ lddm: this.chooseZhuHuInfoCode }).then(res => {
                this.zhuHuInfoArr = res.data.data.records