| | |
| | | }) |
| | | } |
| | | |
| | | // 体检科室列表显示接口 |
| | | export function yingXiangGetProList(query) { |
| | | return request({ |
| | | url: '/system/dept/yingXiangGetProList', |
| | | method: 'get', |
| | | params:query |
| | | }) |
| | | } |
| | | |
| | | // 点击详情 显示子项目详情 和父项目名 |
| | | export function getSons(tjNumber) { |
| | | return request({ |
| | |
| | | 'row'(val, newVla) { |
| | | // console.log(val,newVla) |
| | | this.fList = val |
| | | console.log(this.fList); |
| | | // if (this.fList) { |
| | | // this.getList() |
| | | // } |
| | |
| | | v-model="queryParams.tjNumber" |
| | | placeholder="请输入体检号" |
| | | clearable |
| | | @keyup.enter.native="handleQuery" @blur="handleQuery" |
| | | @keyup.enter.native="handleQuery" |
| | | style="width: 170px" |
| | | /> |
| | | </el-form-item> |
| | |
| | | </el-radio-group> |
| | | |
| | | <div style="width: 100%; margin-left: 10px; display: flex"> |
| | | <div style="width: 40%; margin-right: 20px"> |
| | | <div style="width: 40.5%; margin-right: 20px"> |
| | | <el-table |
| | | id="ta" |
| | | v-loading="loading" |
| | |
| | | label="性别" |
| | | align="center" |
| | | prop="cusSex" |
| | | width="60px" |
| | | width="50px" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.cusSex == '0'">男</span> |
| | |
| | | label="手机号" |
| | | align="center" |
| | | prop="cusPhone" |
| | | width="120px" |
| | | width="100px" |
| | | /> |
| | | <el-table-column |
| | | label="登记时间" |
| | | align="center" |
| | | prop="tjTime" |
| | | width="180px" |
| | | width="120px" |
| | | /> |
| | | <el-table-column |
| | | v-if="checkStatus == '1'" |
| | | label="审核状态" |
| | | align="center" |
| | | prop="confirmStatus" |
| | | width="110px" |
| | | width="80px" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span |
| | |
| | | label="项目" |
| | | align="center" |
| | | prop="proName" |
| | | width="140" |
| | | width="115" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | | label="状态" |
| | |
| | | import Public from "@/components/public"; |
| | | import { getInfo } from "@/api/login"; |
| | | import { |
| | | huaYangetProList, |
| | | yingXiangGetProList, |
| | | getPhotoList, |
| | | getaddRemark, |
| | | getParentList, |
| | |
| | | getList() { |
| | | this.loading = true; |
| | | this.queryParams.type = this.tjStatus; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | yingXiangGetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data) { |
| | |
| | | radioChange(val) { |
| | | this.loading = true; |
| | | this.queryParams.type = val; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | yingXiangGetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data) { |
| | |
| | | @keyup.enter.native="handleQuery"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="体检号" prop="tjNumber"> |
| | | <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 240px" placeholder="请输入体检号" @blur="submitForm" @keyup.enter.native="submitForm"></el-input> |
| | | <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 240px" placeholder="请输入体检号" @keyup.enter.native="submitForm"></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button size="mini" type="primary" @click="submitForm">搜索</el-button> |
| | |
| | | queryParams: { |
| | | page: 1, |
| | | pageSize: 10, |
| | | pageNum:1, |
| | | tjNumber: "", |
| | | type: "", |
| | | name: null, |
| | |
| | | // 取消按钮 |
| | | cancel() { |
| | | this.open = false; |
| | | this.open1 = false; |
| | | this.creaseopen = false; |
| | | this.reset(); |
| | | }, |
| | |
| | | <!-- <div class="tab1"> --> |
| | | <!-- <el-form :inline="true" class="tab1"> --> |
| | | <el-form-item label="应收金额"> |
| | | <el-input placeholder="应收金额" :value="TotalPrice1 + '.00'" disabled style="width: 160px"></el-input> |
| | | <el-input placeholder="应收金额" :value="TotalPrice1 " disabled style="width: 160px"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="优惠折扣"> |
| | | <!-- <el-input style="width: 100px" type="number" v-model="discount" :value="discount"></el-input> --> |
| | |
| | | :step="0.1" :max="10" :min="1" @change="numberChange" :disabled="isfalse"></el-input-number> |
| | | </el-form-item> |
| | | <el-form-item label="实收金额"> |
| | | <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 120px"></el-input> |
| | | <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 120px" disabled></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | |
| | | item.parentName + |
| | | " (应收金额:" + |
| | | item.ordPrice + |
| | | ".00元 / 实收金额:" + |
| | | " / 实收金额:" + |
| | | item.nowPrice + |
| | | ".00元)" |
| | | "元)" |
| | | }} |
| | | </template> |
| | | <el-table :data="item.list" border style="width: 100%" height="270"> |
| | |
| | | <!-- <div class="tab1"> --> |
| | | <!-- <el-form :inline="true" class="tab1"> --> |
| | | <el-form-item label="应收金额"> |
| | | <el-input placeholder="应收金额" :value="TotalPrice1 + '.00'" disabled style="width: 160px"></el-input> |
| | | <el-input placeholder="应收金额" :value="TotalPrice1" disabled style="width: 160px"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="优惠折扣"> |
| | | <!-- <el-input style="width: 100px" type="number" v-model="discount" :value="discount"></el-input> --> |
| | |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="体检号" prop="tjNum" style="display: flex;"> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" @keyup.enter.native="submitFormchanck" @blur="submitFormchanck" /> |
| | | <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号" @keyup.enter.native="submitFormchanck" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | //target: `https://ltpeis.xaltjdkj.cn:5501/prod-api/getInfo`, |
| | | target: `http://192.168.0.101:5011`, |
| | | target: `http://192.168.0.112:5011`, |
| | | // // target: `http://192.168.0.99:8080/ltkj-admin`, |
| | | // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, |
| | | // target: `http://10.168.0.9:5011`, |