| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div style="width: 1050px"> |
| | | <el-row > |
| | | <el-col :span="18"> |
| | | <div > |
| | | <el-form style="margin: 4px 8px" :inline="true" ref="form" :model="form" :rules="rules" |
| | | :label-position="labelPosition" class="demo-form-inline" label-width="78px"> |
| | | <el-form-item label="姓名" prop="cusName"> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | |
| | | <el-dialog title="选择套餐" :visible.sync="taocan" width="42%" height="700px"> |
| | | <el-tabs type="border-card" style="height: 538px; margin: 0 10px; width: 100%"> |
| | |
| | | data = { |
| | | pacId, |
| | | department: this.form.department, |
| | | category: this.form.category, |
| | | tjCategory: this.form.category, |
| | | address: this.form.cusAddr, |
| | | marriage: this.form.cusMarryStatus, |
| | | nation: this.form.cusNational, |
| | |
| | | } else { |
| | | data = { |
| | | department: this.form.department, |
| | | category: this.form.category, |
| | | tjCategory: this.form.category, |
| | | address: this.form.cusAddr, |
| | | marriage: this.form.cusMarryStatus, |
| | | nation: this.form.cusNational, |