|
@@ -16,7 +16,7 @@
|
|
|
<el-row :gutter="24">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="病案号">
|
|
|
- <el-input v-model="MED_REC_ID" disabled placeholder="请输入病案号"></el-input>
|
|
|
+ <el-input v-model="AAA28" disabled placeholder="请输入病案号"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
@@ -290,6 +290,7 @@ export default {
|
|
|
// ZKR_CODE: '', // 质控人工号
|
|
|
basis: '', // 质控依据
|
|
|
notice: this.data.text, // 质控内容
|
|
|
+ MED_REC_ID: this.MED_REC_ID
|
|
|
},
|
|
|
ruleFormDisabled: {
|
|
|
level: '',
|
|
@@ -443,7 +444,7 @@ export default {
|
|
|
}).then(res=>{
|
|
|
if (res.code == 200){
|
|
|
this.$emit('close');
|
|
|
- this.success(res.msg);
|
|
|
+ this.success("发送成功");
|
|
|
}
|
|
|
})
|
|
|
} else {
|