| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="亲属套餐" name="four"> |
| | | <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" v-if="showSearch" label-width="auto" |
| | | @submit.native.prevent="handle"> |
| | | <el-form-item label="姓名" prop="pacName"> |
| | | <el-input v-model="queryParam.pacName" placeholder="请输入姓名" clearable @keyup.enter.native="handle" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证" prop="pacName"> |
| | | <el-input v-model="queryParam.pacName" placeholder="请输入身份证" clearable @keyup.enter.native="handle" /> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" icon="el-icon-search" size="mini" @click="handle">查询</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <div class="tab4"> |
| | | <div class="grid-content bg-purple" style="margin-left: 5px; width: 98%"> |
| | | <el-table v-loading="loading" element-loading-text="正在加载中..." element-loading-spinner="el-icon-loading" |
| | | border :data="newpacName" @selection-change="handleSelectionChange" height="450px" ref="tb"> |
| | | <el-table-column type="selection" width="40px" align="center" label="选择" /> |
| | | <el-table-column label="套餐名称" align="center" prop="pacName" width="120px" /> |
| | | <el-table-column label="套餐价格" align="center" prop="price" width="120px" /> |
| | | <el-table-column label="套餐明细" align="center" prop="allProName" :show-overflow-tooltip="true" /> |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="cancel">取 消</el-button> |
| | |
| | | :max="10" :min="0" @change="debounceNumberChange" :disabled="isfalse"></el-input-number> |
| | | </el-form-item> |
| | | <el-form-item label="实收金额"> |
| | | <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 206px" @input="changeXianjia" |
| | | <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 205px" @input="changeXianjia" |
| | | @blur="numberChangeXianPrice(discount, discount)" /> |
| | | </el-form-item> |
| | | <el-form-item label="是否替检" v-if="tjtype"> |
| | | <el-input placeholder="是否替检" v-model="sftj" style="width: 150px"></el-input> |
| | | </el-form-item> |
| | | <br /> |
| | | |
| | |
| | | proIds: [], |
| | | // 显示搜索条件 |
| | | showSearch: true, |
| | | tjtype: false, |
| | | sftj:null, |
| | | activeNames: "first", |
| | | // 树状形状 |
| | | Treedata: [], |
| | |
| | | this.title = "添加体检单位信息维护"; |
| | | }, |
| | | idFn1() { |
| | | this.tjtype = true |
| | | if (this.form.firmName) { |
| | | const originalCompId = this.form.firmId; |
| | | this.CompanyList.forEach((item) => { |
| | |
| | | } |
| | | |
| | | // 可选:检查 sfzImg 是否存在 |
| | | if (!formData.sfzImg) { |
| | | this.$message.warning("请先获取身份证头像"); |
| | | return; |
| | | } |
| | | // if (!formData.sfzImg) { |
| | | // this.$message.warning("请先获取身份证头像"); |
| | | // return; |
| | | // } |
| | | |
| | | addCustomer(formData).then((response) => { |
| | | this.responseList = response.data; |
| | |
| | | |
| | | // 处理订单项目 |
| | | processOrderItems(cusId) { |
| | | console.log(11222) |
| | | getTransitionList1(cusId).then((response) => { |
| | | this.tableData1 = response.data; |
| | | this.tableData1 = response.data; |
| | | // if (response.data.tjCategory != null) { |
| | | // this.tjCategory = response.data.tjCategory; |
| | | // } |
| | | let Price = 0; |
| | | if (this.tableData1) { |
| | | this.tableData1.forEach((item) => { |