|
@@ -427,6 +427,12 @@
|
|
|
<el-input v-model="tempWsRecord.memo" style="width: 160px"></el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row :gutter="5">
|
|
|
+ <el-col :span="8">
|
|
|
+ 入院时间:
|
|
|
+ <el-date-picker v-model="tempWsRecord.admTime" style="width: 160px" type="datetime" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss"></el-date-picker>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
<div style="height: 12px"></div>
|
|
|
<div style="margin-top: 24px; width: 100%; text-align: right">
|
|
|
<el-button plain icon="Close" @click="showWsRecord = false">放弃备案</el-button>
|
|
@@ -628,8 +634,9 @@ const queryPsnBaseInfo = () => {
|
|
|
}).catch(() => {
|
|
|
baseinfo.value = {}
|
|
|
});
|
|
|
- getZyActpatient(psnIdNumber.value).then(res => {
|
|
|
+ getZyActpatient("321322198612285438").then(res => {
|
|
|
actPatient.value = res;
|
|
|
+ tempWsRecord.admTime = actPatient.value.admissDate;
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -838,7 +845,7 @@ const beforeApplySpecialDiseaseRecord = () => {
|
|
|
tempWsRecord.bizUsedFlag = "0";
|
|
|
tempWsRecord.insuAdmdvs = currentInsuinfo.value.insuplcAdmdvs
|
|
|
tempWsRecord.insuAdmdvsName = currentInsuinfo.value.insuplcAdmdvsName;
|
|
|
- tempWsRecord.admTime = actPatient.value.admissDate;
|
|
|
+ // tempWsRecord.admTime = actPatient.value.admissDate;
|
|
|
showWsRecord.value = true;
|
|
|
break;
|
|
|
case '2562':
|