This commit is contained in:
parent
edd0dc1d03
commit
b19f2cb13b
|
|
@ -65,7 +65,9 @@
|
||||||
const firstgetqueryCgdList = () => {
|
const firstgetqueryCgdList = () => {
|
||||||
queryOrderlist(form).then(res => {
|
queryOrderlist(form).then(res => {
|
||||||
if(res.result.records.length>0){
|
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{
|
}else{
|
||||||
qcobj.value = {};
|
qcobj.value = {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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">
|
<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>
|
<defaultr cont="暂无数据" style="z-index: 999;margin: auto;top: 0;left:35vw;bottom: 0;right: 0;"></defaultr>
|
||||||
</view>
|
</view>
|
||||||
|
<severcard ></severcard>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
|
||||||
|
|
@ -549,8 +549,8 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<severcard ></severcard>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
|
||||||
|
|
@ -716,7 +716,8 @@
|
||||||
}
|
}
|
||||||
assistOrder(obj).then(res=>{
|
assistOrder(obj).then(res=>{
|
||||||
if(res.success){
|
if(res.success){
|
||||||
clickLeftMenu(0,{id:indexmessage.value.mainId})
|
queryOrderList(form.nuId)
|
||||||
|
// clickLeftMenu(0,{id:indexmessage.value.mainId})
|
||||||
flag.value = false;
|
flag.value = false;
|
||||||
zxzd.value = 0;
|
zxzd.value = 0;
|
||||||
zdxzdex.value = 0;
|
zdxzdex.value = 0;
|
||||||
|
|
@ -728,8 +729,10 @@
|
||||||
const firstgetqueryCgdList = (nuId) => {
|
const firstgetqueryCgdList = (nuId) => {
|
||||||
form.nuId = nuId;
|
form.nuId = nuId;
|
||||||
queryOrderList(form).then(res => {
|
queryOrderList(form).then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.result.records.length>0){
|
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{
|
}else{
|
||||||
indexmessage.value = {};
|
indexmessage.value = {};
|
||||||
}
|
}
|
||||||
|
|
@ -737,6 +740,7 @@
|
||||||
}
|
}
|
||||||
const clickLeftMenu = (index : any, item : object) => {
|
const clickLeftMenu = (index : any, item : object) => {
|
||||||
queryOrderInfoList({ mainId: item.id }).then(res => {
|
queryOrderInfoList({ mainId: item.id }).then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.result.length>0){
|
if(res.result.length>0){
|
||||||
indexmessage.value = res.result[0]
|
indexmessage.value = res.result[0]
|
||||||
}else{
|
}else{
|
||||||
|
|
@ -843,7 +847,8 @@
|
||||||
if(res.success){
|
if(res.success){
|
||||||
topbuttontarget.value = 0;
|
topbuttontarget.value = 0;
|
||||||
donghuaopo.value = false;
|
donghuaopo.value = false;
|
||||||
clickLeftMenu(0,{id:indexmessage.value.mainId})
|
queryOrderList(form.nuId)
|
||||||
|
// clickLeftMenu(0,{id:indexmessage.value.mainId})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
|
@ -851,7 +856,8 @@
|
||||||
if(res.success){
|
if(res.success){
|
||||||
topbuttontarget.value = 0;
|
topbuttontarget.value = 0;
|
||||||
donghuaopo.value = false;
|
donghuaopo.value = false;
|
||||||
clickLeftMenu(0,{id:indexmessage.value.mainId})
|
queryOrderList(form.nuId)
|
||||||
|
// clickLeftMenu(0,{id:indexmessage.value.mainId})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -960,6 +966,7 @@
|
||||||
elderId:elderId
|
elderId:elderId
|
||||||
}
|
}
|
||||||
queryCountByType(data).then(res=>{
|
queryCountByType(data).then(res=>{
|
||||||
|
console.log(res)
|
||||||
hldyobj.value = res.result
|
hldyobj.value = res.result
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
||||||
@click="bottomisShaking=false;shakyTable = false">
|
@click="bottomisShaking=false;shakyTable = false">
|
||||||
|
<severcard ></severcard>
|
||||||
<view class="right-container-title-nav">
|
<view class="right-container-title-nav">
|
||||||
<text style="margin-left: 30rpx;">
|
<text style="margin-left: 30rpx;">
|
||||||
NUID:{{ uni.getStorageSync('nuId')}}
|
NUID:{{ uni.getStorageSync('nuId')}}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
||||||
@click="bottomisShaking=false;shakyTable = false">
|
@click="bottomisShaking=false;shakyTable = false">
|
||||||
|
<severcard ></severcard>
|
||||||
<view class="right-container-title-nav">
|
<view class="right-container-title-nav">
|
||||||
<text style="margin-left: 30rpx;">
|
<text style="margin-left: 30rpx;">
|
||||||
NUID:{{ uni.getStorageSync('nuId')}}
|
NUID:{{ uni.getStorageSync('nuId')}}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<!-- 护嘱 -->
|
<!-- 护嘱 -->
|
||||||
<template>
|
<template>
|
||||||
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}">
|
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}">
|
||||||
|
<severcard ></severcard>
|
||||||
<view class="doctorsay-container-view">
|
<view class="doctorsay-container-view">
|
||||||
<view class="doctorsay-container-container">
|
<view class="doctorsay-container-container">
|
||||||
<view class="super-card">
|
<view class="super-card">
|
||||||
|
|
|
||||||
|
|
@ -569,6 +569,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<severcard></severcard>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
<view class="right-container" :style="isshow?{opacity: `1`}:{opacity: `0`}"
|
||||||
@click="bottomisShaking=false;shakyTable = false">
|
@click="bottomisShaking=false;shakyTable = false">
|
||||||
|
<severcard ></severcard>
|
||||||
<view class="doctorsay-container-view">
|
<view class="doctorsay-container-view">
|
||||||
<view class="doctorsay-container-container">
|
<view class="doctorsay-container-container">
|
||||||
<view class="super-card">
|
<view class="super-card">
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
<takehomep :isShow="hometype==0" @changePageNumber="changehometype" ></takehomep>
|
<takehomep :isShow="hometype==0" @changePageNumber="changehometype" ></takehomep>
|
||||||
<requestformView :isShow="hometype==1" />
|
<requestformView :isShow="hometype==1" />
|
||||||
<returnorder :isShow="hometype==2" />
|
<returnorder :isShow="hometype==2" />
|
||||||
|
<severcard ></severcard>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,10 @@
|
||||||
menuIndex.value = 0;
|
menuIndex.value = 0;
|
||||||
swipedex.value = 0;
|
swipedex.value = 0;
|
||||||
|
|
||||||
getNcPackagelist().then((res : any) => {
|
// getNcPackagelist().then((res : any) => {
|
||||||
//缓存指令包
|
// //缓存指令包
|
||||||
uni.setStorageSync("Packagelist", res.result)
|
// uni.setStorageSync("Packagelist", res.result)
|
||||||
})
|
// })
|
||||||
getPermissionList({employessId:uni.getStorageSync('userInfo').employessId}).then(res=>{
|
getPermissionList({employessId:uni.getStorageSync('userInfo').employessId}).then(res=>{
|
||||||
listarr.value = res.result ;
|
listarr.value = res.result ;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -619,6 +619,7 @@
|
||||||
const firstgetqueryCgdList = (nuId) => {
|
const firstgetqueryCgdList = (nuId) => {
|
||||||
form.nuId = nuId;
|
form.nuId = nuId;
|
||||||
queryOrderList(form).then(res => {
|
queryOrderList(form).then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.result.records.length>0){
|
if(res.result.records.length>0){
|
||||||
clickLeftMenu(0,res.result.records[0])
|
clickLeftMenu(0,res.result.records[0])
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue