1. 修复了一些交互bug
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
<d-loading-page :loading="loading"></d-loading-page>
|
||||
|
||||
<!-- 底部操作栏 -->
|
||||
<view class="bottom-action-bar safe-area-inset-bottom shadow-up flex-row flex-jus-between flex-ali-center white" v-if="flag&&infoList.status!=3">
|
||||
<view class="bottom-action-bar safe-area-inset-bottom shadow-up flex-row flex-jus-center flex-ali-center white" v-if="flag&&infoList.status!=3">
|
||||
<u-button v-if="infoList.status==1" @click="$go('workbench_reason?id='+infoList.id)" shape="circle"
|
||||
:custom-style="{ height: '88rpx', width: '330rpx', backgroundColor: '#F4F6F8', color: '#2A2E35', border: 'none', fontSize: '30rpx', fontWeight: 'bold' }">拒绝
|
||||
</u-button>
|
||||
@@ -186,7 +186,6 @@
|
||||
:custom-style="{ height: '88rpx', width: '330rpx', backgroundColor: '#F4F6F8', color: '#2A2E35', border: 'none', fontSize: '30rpx', fontWeight: 'bold' }">结束问诊
|
||||
</u-button>
|
||||
<u-button v-if="infoList.status==2" @click="goToPrescriptionV2" shape="circle"
|
||||
style="margin-left: 20rpx"
|
||||
:custom-style="{ height: '88rpx', width: '330rpx', backgroundColor: '#00A88A', color: '#fff', border: 'none', fontSize: '30rpx', fontWeight: 'bold' }">开具处方
|
||||
</u-button>
|
||||
</view>
|
||||
@@ -437,8 +436,9 @@ export default {
|
||||
this.$toast('已接诊');
|
||||
this.getList()
|
||||
setTimeout(() => {
|
||||
this.$go(`../../subPackages/sub_workbench/workbench_recipe/index?r_id=` + e +
|
||||
'&id=' + pid);
|
||||
let url = `/subPackages/sub_workbench/prescription_v2/index?register_id=${e}`;
|
||||
if (pid) url += `&patient_id=${pid}`;
|
||||
this.$go(url);
|
||||
}, 800)
|
||||
} else {
|
||||
this.$toast(this.apiMsg(res));
|
||||
@@ -701,6 +701,7 @@ page {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 24rpx 32rpx calc(24rpx + env(safe-area-inset-bottom));
|
||||
gap: 32rpx;
|
||||
background-color: #fff;
|
||||
z-index: 99;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user