|
|
|
|
@ -79,7 +79,14 @@
@@ -79,7 +79,14 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="content">医生手写或电脑打印的病历、处方</view> |
|
|
|
|
<view class="upload-wrap"> |
|
|
|
|
<view class="upload-preview" wx:for="{{outpatientRecordFiles}}" wx:key="index" data-type="outpatientRecord" data-index="{{index}}" bind:tap="handlePreviewImage"> |
|
|
|
|
<view |
|
|
|
|
class="upload-preview" |
|
|
|
|
wx:for="{{outpatientRecordFiles}}" |
|
|
|
|
wx:key="index" |
|
|
|
|
data-type="outpatientRecord" |
|
|
|
|
data-index="{{index}}" |
|
|
|
|
bind:tap="handlePreviewImage" |
|
|
|
|
> |
|
|
|
|
<image class="upload-img" mode="aspectFill" src="{{item.imgUrl}}"></image> |
|
|
|
|
<view class="del" catch:tap="handleDeleteImage" data-type="outpatientRecord" data-index="{{index}}"> |
|
|
|
|
<van-icon name="cross" /> |
|
|
|
|
@ -93,7 +100,10 @@
@@ -93,7 +100,10 @@
|
|
|
|
|
isSlot="{{true}}" |
|
|
|
|
> |
|
|
|
|
<view class="upload-container"> |
|
|
|
|
<image class="icon" src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}"></image> |
|
|
|
|
<image |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<view class="name">添加文件照片</view> |
|
|
|
|
</view> |
|
|
|
|
</uploadFile> |
|
|
|
|
@ -114,7 +124,14 @@
@@ -114,7 +124,14 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="content">抽血检测的IgG4、总免疫球蛋白、ESR等</view> |
|
|
|
|
<view class="upload-wrap"> |
|
|
|
|
<view class="upload-preview" wx:for="{{labReportFiles}}" wx:key="index" data-type="labReport" data-index="{{index}}" bind:tap="handlePreviewImage"> |
|
|
|
|
<view |
|
|
|
|
class="upload-preview" |
|
|
|
|
wx:for="{{labReportFiles}}" |
|
|
|
|
wx:key="index" |
|
|
|
|
data-type="labReport" |
|
|
|
|
data-index="{{index}}" |
|
|
|
|
bind:tap="handlePreviewImage" |
|
|
|
|
> |
|
|
|
|
<image class="upload-img" mode="aspectFill" src="{{item.imgUrl}}"></image> |
|
|
|
|
<view class="del" catch:tap="handleDeleteImage" data-type="labReport" data-index="{{index}}"> |
|
|
|
|
<van-icon name="cross" /> |
|
|
|
|
@ -128,7 +145,10 @@
@@ -128,7 +145,10 @@
|
|
|
|
|
isSlot="{{true}}" |
|
|
|
|
> |
|
|
|
|
<view class="upload-container"> |
|
|
|
|
<image class="icon" src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}"></image> |
|
|
|
|
<image |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<view class="name">添加文件照片</view> |
|
|
|
|
</view> |
|
|
|
|
</uploadFile> |
|
|
|
|
@ -142,7 +162,14 @@
@@ -142,7 +162,14 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="content">超声、CT、核磁共振的描述结论、电子胶片</view> |
|
|
|
|
<view class="upload-wrap"> |
|
|
|
|
<view class="upload-preview" wx:for="{{imagingExamFiles}}" wx:key="index" data-type="imagingExam" data-index="{{index}}" bind:tap="handlePreviewImage"> |
|
|
|
|
<view |
|
|
|
|
class="upload-preview" |
|
|
|
|
wx:for="{{imagingExamFiles}}" |
|
|
|
|
wx:key="index" |
|
|
|
|
data-type="imagingExam" |
|
|
|
|
data-index="{{index}}" |
|
|
|
|
bind:tap="handlePreviewImage" |
|
|
|
|
> |
|
|
|
|
<image class="upload-img" mode="aspectFill" src="{{item.imgUrl}}"></image> |
|
|
|
|
<view class="del" catch:tap="handleDeleteImage" data-type="imagingExam" data-index="{{index}}"> |
|
|
|
|
<van-icon name="cross" /> |
|
|
|
|
@ -156,7 +183,10 @@
@@ -156,7 +183,10 @@
|
|
|
|
|
isSlot="{{true}}" |
|
|
|
|
> |
|
|
|
|
<view class="upload-container"> |
|
|
|
|
<image class="icon" src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}"></image> |
|
|
|
|
<image |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<view class="name">添加文件照片</view> |
|
|
|
|
</view> |
|
|
|
|
</uploadFile> |
|
|
|
|
@ -170,7 +200,14 @@
@@ -170,7 +200,14 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="content">受累组织穿刺或切除免疫组化报告</view> |
|
|
|
|
<view class="upload-wrap"> |
|
|
|
|
<view class="upload-preview" wx:for="{{pathologyFiles}}" wx:key="index" data-type="pathology" data-index="{{index}}" bind:tap="handlePreviewImage"> |
|
|
|
|
<view |
|
|
|
|
class="upload-preview" |
|
|
|
|
wx:for="{{pathologyFiles}}" |
|
|
|
|
wx:key="index" |
|
|
|
|
data-type="pathology" |
|
|
|
|
data-index="{{index}}" |
|
|
|
|
bind:tap="handlePreviewImage" |
|
|
|
|
> |
|
|
|
|
<image class="upload-img" mode="aspectFill" src="{{item.imgUrl}}"></image> |
|
|
|
|
<view class="del" catch:tap="handleDeleteImage" data-type="pathology" data-index="{{index}}"> |
|
|
|
|
<van-icon name="cross" /> |
|
|
|
|
@ -184,7 +221,10 @@
@@ -184,7 +221,10 @@
|
|
|
|
|
isSlot="{{true}}" |
|
|
|
|
> |
|
|
|
|
<view class="upload-container"> |
|
|
|
|
<image class="icon" src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}"></image> |
|
|
|
|
<image |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<view class="name">添加文件照片</view> |
|
|
|
|
</view> |
|
|
|
|
</uploadFile> |
|
|
|
|
@ -198,7 +238,14 @@
@@ -198,7 +238,14 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="content">免疫细胞亚群、淋巴细胞比例测定</view> |
|
|
|
|
<view class="upload-wrap"> |
|
|
|
|
<view class="upload-preview" wx:for="{{immuneFunctionFiles}}" wx:key="index" data-type="immuneFunction" data-index="{{index}}" bind:tap="handlePreviewImage"> |
|
|
|
|
<view |
|
|
|
|
class="upload-preview" |
|
|
|
|
wx:for="{{immuneFunctionFiles}}" |
|
|
|
|
wx:key="index" |
|
|
|
|
data-type="immuneFunction" |
|
|
|
|
data-index="{{index}}" |
|
|
|
|
bind:tap="handlePreviewImage" |
|
|
|
|
> |
|
|
|
|
<image class="upload-img" mode="aspectFill" src="{{item.imgUrl}}"></image> |
|
|
|
|
<view class="del" catch:tap="handleDeleteImage" data-type="immuneFunction" data-index="{{index}}"> |
|
|
|
|
<van-icon name="cross" /> |
|
|
|
|
@ -212,7 +259,10 @@
@@ -212,7 +259,10 @@
|
|
|
|
|
isSlot="{{true}}" |
|
|
|
|
> |
|
|
|
|
<view class="upload-container"> |
|
|
|
|
<image class="icon" src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}"></image> |
|
|
|
|
<image |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}{{theme === 'DRUG' ? 'icon135' : 'icon48'}}.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<view class="name">添加文件照片</view> |
|
|
|
|
</view> |
|
|
|
|
</uploadFile> |
|
|
|
|
@ -279,7 +329,7 @@
@@ -279,7 +329,7 @@
|
|
|
|
|
<view class="content">{{item.label}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="custom-num" wx:if="{{medicationsOtherShow}}" style="margin-top: 20rpx;"> |
|
|
|
|
<view class="custom-num" wx:if="{{medicationsOtherShow}}" style="margin-top: 20rpx"> |
|
|
|
|
<input |
|
|
|
|
class="input" |
|
|
|
|
placeholder-class="place-input" |
|
|
|
|
@ -304,7 +354,7 @@
@@ -304,7 +354,7 @@
|
|
|
|
|
bind:tap="handleDosageSelect" |
|
|
|
|
data-val="{{item}}" |
|
|
|
|
> |
|
|
|
|
{{item}}片 |
|
|
|
|
{{item == '0.5' ? '半':item}}片 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="custom-num"> |
|
|
|
|
@ -340,7 +390,7 @@
@@ -340,7 +390,7 @@
|
|
|
|
|
<view class="content">{{item.label}}</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="custom-num" wx:if="{{immunosuppressantOtherShow}}" style="margin-top: 20rpx;"> |
|
|
|
|
<view class="custom-num" wx:if="{{immunosuppressantOtherShow}}" style="margin-top: 20rpx"> |
|
|
|
|
<input |
|
|
|
|
class="input" |
|
|
|
|
placeholder-class="place-input" |
|
|
|
|
|