提交 e6cb0712 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'develop'

change jump page

See merge request !57
<template> <template>
<div class="insurance-binding-code-container"> <div class="insurance-binding-code-container" :class="picaWechat == 'wechat' && 'mt20'">
<page-model <page-model
v-if="picaWechat != 'wechat'" v-if="picaWechat != 'wechat'"
ref="PageModel" ref="PageModel"
:header-info="headerInfo" :header-info="headerInfo"
/> />
<div class="code-container" :class="picaWechat == 'wechat' && 'mt20'"> <div class="code-container">
<div class="code-content"> <div class="code-content">
<div class="code-input-item-l detection-container"> <div class="code-input-item-l detection-container">
<div class="input-title"> <div class="input-title">
...@@ -270,7 +270,7 @@ export default { ...@@ -270,7 +270,7 @@ export default {
if(this.isCheck && this.barCode) { if(this.isCheck && this.barCode) {
const o = { const o = {
projectId: this.recordInfo.projectId, projectId: this.recordInfo.projectId,
sampleCode: this.barCode, sampleCode: String(this.barCode).toUpperCase(),
hospitalId:this.recordInfo.hospitalId hospitalId:this.recordInfo.hospitalId
}; };
this.$loading.show(); this.$loading.show();
...@@ -722,7 +722,7 @@ export default { ...@@ -722,7 +722,7 @@ export default {
white-space: nowrap; white-space: nowrap;
} }
} }
.mt20{margin-top: 20px} .mt20{padding-top: 20px}
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册