Browse Source

录入病例更新

main
kola-web 4 months ago
parent
commit
84c8bca1c1
  1. 16
      src/module1/pages/entryCases/index.ts
  2. 8
      src/module1/pages/entryCases/index.wxml

16
src/module1/pages/entryCases/index.ts

@ -42,11 +42,21 @@ Page({
labelIds: JSON.stringify(labelIds), labelIds: JSON.stringify(labelIds),
}; };
}, },
handleSubmit() { handleCache() {
wx.navigateTo({ const params = this.formatParams();
url: "/module1/pages/entryCasesResult/index", },
handleSave() {
this.setData({
show1: true,
}); });
}, },
handleSubmit() {
const params = this.formatParams();
// wx.navigateTo({
// url: "/module1/pages/entryCasesResult/index",
// });
},
handleInvite() {},
handlePhoto(e) { handlePhoto(e) {
const detail = e.detail; const detail = e.detail;
const images = this.data.images; const images = this.data.images;

8
src/module1/pages/entryCases/index.wxml

@ -108,16 +108,16 @@
</view> </view>
</view> </view>
<view class="footer"> <view class="footer">
<view class="cancel">存为草稿</view> <view class="cancel" bind:tap="handleCache">存为草稿</view>
<view class="submit" bind:tap="handleSubmit" bind:tap="handleSubmit">保存并提交</view> <view class="submit" bind:tap="handleSave" bind:tap="handleSubmit">保存并提交</view>
</view> </view>
</view> </view>
<van-popup show="{{ show1 }}" bind:close="onClose" round closeable> <van-popup show="{{ show1 }}" bind:close="onClose" round closeable>
<view class="popup1"> <view class="popup1">
<view class="title">确认提交您的反馈信息</view> <view class="title">确认提交您的反馈信息</view>
<view class="btn1">直接提交我的反馈信息</view> <view class="btn1" bind:tap="handleSubmit">直接提交我的反馈信息</view>
<view class="btn2">提交并邀约质控医生</view> <view class="btn2" bind:tap="handleInvite">提交并邀约质控医生</view>
<view class="public"> <view class="public">
<radio class="radio">病例公开(选择公开后,本科室医生均查看病例)</radio> <radio class="radio">病例公开(选择公开后,本科室医生均查看病例)</radio>
</view> </view>

Loading…
Cancel
Save