This commit is contained in:
wangweidong 2026-01-21 10:34:14 +08:00
parent edd0dc1d03
commit b19f2cb13b
14 changed files with 29 additions and 13 deletions

View File

@ -65,7 +65,9 @@
const firstgetqueryCgdList = () => {
queryOrderlist(form).then(res => {
if(res.result.records.length>0){
clickLeftMenu(0,res.result.records[0])
qcobj.value = res.result.records[0];
openleft.value = qcobj.value.izStart=='Y'?true:false;
// clickLeftMenu(0,res.result.records[0])
}else{
qcobj.value = {};
}

View File

@ -186,6 +186,7 @@
<view class="mengban" style="background: #fff;width:100vw;right:0;left: 0vw;top:-5vw;height: 110vh;" v-if="status=='nomore'&&plsbuy.length==0">
<defaultr cont="暂无数据" style="z-index: 999;margin: auto;top: 0;left:35vw;bottom: 0;right: 0;"></defaultr>
</view>
<severcard ></severcard>
</view>
</template>
<script setup lang="ts">

View File

@ -549,8 +549,8 @@
</view>
</view>
</view>
<severcard ></severcard>
</view>
</template>
<script setup lang="ts">

View File

@ -716,7 +716,8 @@
}
assistOrder(obj).then(res=>{
if(res.success){
clickLeftMenu(0,{id:indexmessage.value.mainId})
queryOrderList(form.nuId)
// clickLeftMenu(0,{id:indexmessage.value.mainId})
flag.value = false;
zxzd.value = 0;
zdxzdex.value = 0;
@ -728,8 +729,10 @@
const firstgetqueryCgdList = (nuId) => {
form.nuId = nuId;
queryOrderList(form).then(res => {
console.log(res)
if(res.result.records.length>0){
clickLeftMenu(0,res.result.records[0])
indexmessage.value = res.result.records[0]
// clickLeftMenu(0,res.result.records[0])
}else{
indexmessage.value = {};
}
@ -737,6 +740,7 @@
}
const clickLeftMenu = (index : any, item : object) => {
queryOrderInfoList({ mainId: item.id }).then(res => {
console.log(res)
if(res.result.length>0){
indexmessage.value = res.result[0]
}else{
@ -843,7 +847,8 @@
if(res.success){
topbuttontarget.value = 0;
donghuaopo.value = false;
clickLeftMenu(0,{id:indexmessage.value.mainId})
queryOrderList(form.nuId)
// clickLeftMenu(0,{id:indexmessage.value.mainId})
}
})
}else{
@ -851,7 +856,8 @@
if(res.success){
topbuttontarget.value = 0;
donghuaopo.value = false;
clickLeftMenu(0,{id:indexmessage.value.mainId})
queryOrderList(form.nuId)
// clickLeftMenu(0,{id:indexmessage.value.mainId})
}
})
}
@ -960,6 +966,7 @@
elderId:elderId
}
queryCountByType(data).then(res=>{
console.log(res)
hldyobj.value = res.result
})
}

View File

@ -2,6 +2,7 @@
<template>
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
@click="bottomisShaking=false;shakyTable = false">
<severcard ></severcard>
<view class="right-container-title-nav">
<text style="margin-left: 30rpx;">
NUID{{ uni.getStorageSync('nuId')}}

View File

@ -2,6 +2,7 @@
<template>
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
@click="bottomisShaking=false;shakyTable = false">
<severcard ></severcard>
<view class="right-container-title-nav">
<text style="margin-left: 30rpx;">
NUID{{ uni.getStorageSync('nuId')}}

View File

@ -1,6 +1,7 @@
<!-- 护嘱 -->
<template>
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}">
<severcard ></severcard>
<view class="doctorsay-container-view">
<view class="doctorsay-container-container">
<view class="super-card">

View File

@ -569,6 +569,7 @@
</view>
</view>
</view>
<severcard></severcard>
</view>
</template>

View File

@ -2,7 +2,7 @@
<template>
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
@click="bottomisShaking=false;shakyTable = false">
<severcard ></severcard>
<view class="doctorsay-container-view">
<view class="doctorsay-container-container">
<view class="super-card">

View File

@ -15,6 +15,7 @@
<takehomep :isShow="hometype==0" @changePageNumber="changehometype" ></takehomep>
<requestformView :isShow="hometype==1" />
<returnorder :isShow="hometype==2" />
<severcard ></severcard>
</view>
</template>

View File

@ -62,10 +62,10 @@
menuIndex.value = 0;
swipedex.value = 0;
getNcPackagelist().then((res : any) => {
//
uni.setStorageSync("Packagelist", res.result)
})
// getNcPackagelist().then((res : any) => {
// //
// uni.setStorageSync("Packagelist", res.result)
// })
getPermissionList({employessId:uni.getStorageSync('userInfo').employessId}).then(res=>{
listarr.value = res.result ;
})

View File

@ -619,6 +619,7 @@
const firstgetqueryCgdList = (nuId) => {
form.nuId = nuId;
queryOrderList(form).then(res => {
console.log(res)
if(res.result.records.length>0){
clickLeftMenu(0,res.result.records[0])
}else{

View File

@ -570,7 +570,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
export {
camera as default
};

View File

@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
export {
fullcamera as default
};