| | |
| | | /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="项目" prop="tcm"> |
| | | <el-input |
| | | v-model="queryParams.tcm" |
| | | placeholder="请输入体检号" |
| | | clearable |
| | | @keyup.enter.native="handleQuery" |
| | | style="width: 170px" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="登记时间" prop="createTimeList"> |
| | | <el-date-picker |
| | | v-model="createTimeList" |
| | |
| | | label="手机号" |
| | | align="center" |
| | | prop="cusPhone" |
| | | min-width="100" |
| | | /> |
| | | <el-table-column |
| | | label="套餐名" |
| | | align="center" |
| | | prop="tcm" |
| | | min-width="100" |
| | | /> |
| | | <el-table-column |
| | |
| | | size="mini" |
| | | type="text" |
| | | @click="yijian(scope.row)" |
| | | v-if="yijiantype == 'N'" |
| | | >已检</el-button |
| | | > |
| | | <el-button |
| | |
| | | loading: true, |
| | | selectedTjNumber: "", |
| | | drawer: false, |
| | | yijiantype: null, |
| | | type: null, |
| | | CompanyList: [], |
| | | CheckBox: {}, |
| | |
| | | name: null, |
| | | beginTime: null, |
| | | endTime: null, |
| | | tcm:"", |
| | | tjCompName: "", |
| | | }, |
| | | // 绑定单选按钮 |
| | |
| | | beginTime: null, |
| | | endTime: null, |
| | | tjCompName: "", |
| | | tcm:"" |
| | | }), |
| | | (this.CheckBox.drugManufacturerId = ""); |
| | | this.handleQuery(); |
| | |
| | | this.type = res.data; |
| | | }); |
| | | |
| | | getConfigKey("sfyccsyjan").then((res) => { |
| | | this.yijiantype = res.msg; |
| | | }); |
| | | |
| | | cSWebGetPro(tjNumber).then((res) => { |
| | | this.xiangmuList = res.data; |
| | | this.xiangmuList.forEach((item) => { |