| | |
| | | </div> |
| | | |
| | | <el-descriptions v-if="basicData" :column="column" border> |
| | | <!-- 1. 案例编号 --> |
| | | <el-descriptions-item label="案例编号"> |
| | | {{ basicData.caseNo || "--" }} |
| | | <!-- 1. 住院号 --> |
| | | <el-descriptions-item label="住院号"> |
| | | {{ basicData.inpatientno || "--" }} |
| | | </el-descriptions-item> |
| | | |
| | | <!-- 2. 潜在捐献者姓名 --> |
| | |
| | | |
| | | <!-- 7. 所在医疗机构 --> |
| | | <el-descriptions-item label="所在医疗机构"> |
| | | {{ basicData.treatmenthospitalname || basicData.hospitalName || "--" }} |
| | | {{ basicData.currentMedicalInstitution || "--" }} |
| | | </el-descriptions-item> |
| | | |
| | | <!-- 8. 协调员 --> |
| | |
| | | sex: apiData.sex, |
| | | age: apiData.age, |
| | | ageunit: apiData.ageunit, |
| | | inpatientno: apiData.inpatientno, |
| | | currentMedicalInstitution: apiData.currentMedicalInstitution, |
| | | workflow: apiData.workflow, |
| | | bloodType: apiData.bloodType || apiData.bloodtype, |
| | | idcardno: apiData.idcardno || apiData.idCardNo, |
| | |
| | | append-to-body |
| | | > |
| | | <div class="action-confirm"> |
| | | <p>确定要{{ actionText }}转运单 "{{ currentTransport.id }}" 吗?</p> |
| | | <p>确定要{{ actionText }}转运单 "{{ currentTransport.patName }}" 吗?</p> |
| | | </div> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="actionOpen = false">取 消</el-button> |
| | |
| | | async confirmAction() { |
| | | try { |
| | | let requestData = { |
| | | id: this.currentTransport.id |
| | | ...this.currentTransport |
| | | }; |
| | | |
| | | if (this.actionText === "开始") { |
| | |
| | | <el-card header="医疗信息" class="form-section"> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="8"> |
| | | <el-form-item label="当前医院" prop="Reporttothehospital"> |
| | | <el-form-item label="入院时间" prop="Reporttothehospital"> |
| | | <el-input |
| | | v-model="formData.Reporttothehospital" |
| | | placeholder="请输入上报医院" |
| | | placeholder="请输入入院时间" |
| | | /> |
| | | |
| | | </el-form-item> |
| | |
| | | proxy: { |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target:`http://localhost:8080`, |
| | | target:`http://192.168.100.10:8080`, |
| | | target:`http://localhost:8080`, |
| | | // target:`http://192.168.100.10:8080`, |
| | | // target:`http://192.168.100.137:8080`, |
| | | // target: `https://slb.hospitalstar.com:9093`, |
| | | changeOrigin: true, |