主页改名
|
|
@ -105,8 +105,7 @@
|
||||||
|
|
||||||
.zy-progress {
|
.zy-progress {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 28upx;
|
|
||||||
background-color: #ebeef5;
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -184,6 +183,7 @@
|
||||||
border: 2rpx solid lightgray;
|
border: 2rpx solid lightgray;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zy-btn {
|
.zy-btn {
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
|
|
@ -472,10 +472,13 @@ button.cuIcon.lg {
|
||||||
|
|
||||||
.padding-xl {
|
.padding-xl {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
height: 270upx;
|
||||||
|
background-color: #ebeef5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding-top-xs {
|
.padding-top-xs {
|
||||||
padding-top: 10upx;
|
padding-top: 10upx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding-top-sm {
|
.padding-top-sm {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<text class="flex-wrap" style="margin-top: 10rpx;">{{version}}</text>
|
<text class="flex-wrap" style="margin-top: 10rpx;">{{version}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="padding-xl bg-white text-left">
|
<view class="padding-xl bg-white text-left">
|
||||||
<scroll-view class="scroll-box" scroll-y="true" v-if="!update_flag">
|
<scroll-view class="scroll-box" scroll-y="true">
|
||||||
<text>{{update_tips}}</text>
|
<text>{{update_tips}}</text>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="zy-progress radius striped active" v-if="update_flag">
|
<view class="zy-progress radius striped active" v-if="update_flag">
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,14 @@
|
||||||
"name" : "护理单元",
|
"name" : "护理单元",
|
||||||
"appid" : "__UNI__FB2D473",
|
"appid" : "__UNI__FB2D473",
|
||||||
"description" : "护理单元",
|
"description" : "护理单元",
|
||||||
"versionName": "1.0.021",
|
"versionName" : "1.0.022",
|
||||||
"versionCode": 10021,
|
"versionCode" : 10022,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"nvueStyleCompiler" : "uni-app",
|
"nvueStyleCompiler" : "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
|
|
||||||
"screenOrientation" : [
|
"screenOrientation" : [
|
||||||
// "portrait-primary", // 竖屏
|
// "portrait-primary", // 竖屏
|
||||||
"landscape-primary", // 横屏(home 键在右侧)
|
"landscape-primary", // 横屏(home 键在右侧)
|
||||||
|
|
|
||||||
|
|
@ -326,8 +326,14 @@
|
||||||
{{ uni.getStorageSync('NUall').elderInfo?.startTime }}
|
{{ uni.getStorageSync('NUall').elderInfo?.startTime }}
|
||||||
</view>
|
</view>
|
||||||
<view class="message-bottom" v-if="uni.getStorageSync('NUall').elderInfo?.name">
|
<view class="message-bottom" v-if="uni.getStorageSync('NUall').elderInfo?.name">
|
||||||
<view class="bottom-tags" v-for="(item,index) in tagarray" :key="index">
|
<view class="bottom-tags">
|
||||||
{{ item }}
|
{{ uni.getStorageSync('NUall').elderInfo?.yblxName }}
|
||||||
|
</view>
|
||||||
|
<view class="bottom-tags" v-show="uni.getStorageSync('NUall').elderInfo?.sndjName" >
|
||||||
|
{{ uni.getStorageSync('NUall').elderInfo?.sndjName }}
|
||||||
|
</view>
|
||||||
|
<view class="bottom-tags" >
|
||||||
|
{{ uni.getStorageSync('NUall').elderInfo?.jfztName }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -707,7 +713,6 @@
|
||||||
getgif();
|
getgif();
|
||||||
emit('swip')
|
emit('swip')
|
||||||
}
|
}
|
||||||
const tagarray = ["市医保", "半失能", "正常计费"]
|
|
||||||
|
|
||||||
function calcAge(dateOfBirth : string) {
|
function calcAge(dateOfBirth : string) {
|
||||||
const birthYear = parseInt(dateOfBirth?.slice(0, 4), 10);
|
const birthYear = parseInt(dateOfBirth?.slice(0, 4), 10);
|
||||||
|
|
@ -817,24 +822,7 @@
|
||||||
const transition = ref(false);
|
const transition = ref(false);
|
||||||
|
|
||||||
|
|
||||||
watch(
|
|
||||||
() => props.isShow,
|
|
||||||
(newVal, oldVal) => {
|
|
||||||
// 当旧值为false,新值为true时延迟0.2秒调用方法
|
|
||||||
if (!oldVal && newVal) {
|
|
||||||
console.log(oldVal && newVal)
|
|
||||||
// transition.value = false;
|
|
||||||
// // console.log("????",transition.value)
|
|
||||||
// setTimeout(() => {
|
|
||||||
// transition.value = true;
|
|
||||||
// // console.log("看看", uni.getStorageSync('NUall'))
|
|
||||||
// }, 50)
|
|
||||||
} else {
|
|
||||||
transition.value = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
)
|
|
||||||
const name = ref("");
|
const name = ref("");
|
||||||
|
|
||||||
// 定义响应式数据现在时间
|
// 定义响应式数据现在时间
|
||||||
|
|
@ -881,6 +869,7 @@
|
||||||
}
|
}
|
||||||
const getmenu = () => {
|
const getmenu = () => {
|
||||||
queryPadPageList().then((res => {
|
queryPadPageList().then((res => {
|
||||||
|
console.log("看看数据",res.result.records)
|
||||||
leftMenuArray.value = res.result.records;
|
leftMenuArray.value = res.result.records;
|
||||||
filteredMenu(0).forEach((element : any, index : number) => {
|
filteredMenu(0).forEach((element : any, index : number) => {
|
||||||
if (element.nuId === uni.getStorageSync('NUall').nuId) {
|
if (element.nuId === uni.getStorageSync('NUall').nuId) {
|
||||||
|
|
@ -897,11 +886,11 @@
|
||||||
employeeId: uni.getStorageSync('userInfo').employessId,
|
employeeId: uni.getStorageSync('userInfo').employessId,
|
||||||
workType: 5
|
workType: 5
|
||||||
}
|
}
|
||||||
console.log("看看图",data)
|
// console.log("看看图",data)
|
||||||
queryWorkOrderList(data).then((res : any) => {
|
queryWorkOrderList(data).then((res : any) => {
|
||||||
console.log("看看图",res)
|
// console.log("看看图",res)
|
||||||
indexmessage.value = res.result.records[0];
|
indexmessage.value = res.result.records[0];
|
||||||
console.log("看看图",'https://www.focusnu.com/media/upFiles/'+indexmessage.value.previewFile)
|
// console.log("看看图",'https://www.focusnu.com/media/upFiles/'+indexmessage.value.previewFile)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const lanjie = ref(false);
|
const lanjie = ref(false);
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
"id": "__UNI__FB2D473",
|
"id": "__UNI__FB2D473",
|
||||||
"name": "护理单元",
|
"name": "护理单元",
|
||||||
"version": {
|
"version": {
|
||||||
"name": "1.0.021",
|
"name": "1.0.022",
|
||||||
"code": 10021
|
"code": 10022
|
||||||
},
|
},
|
||||||
"description": "护理单元",
|
"description": "护理单元",
|
||||||
"developer": {
|
"developer": {
|
||||||
|
|
@ -140,7 +140,7 @@
|
||||||
"statusbar": {
|
"statusbar": {
|
||||||
"immersed": "supportedDevice",
|
"immersed": "supportedDevice",
|
||||||
"style": "dark",
|
"style": "dark",
|
||||||
"background": "#F8F8F8"
|
"background": "#000000"
|
||||||
},
|
},
|
||||||
"uniStatistics": {
|
"uniStatistics": {
|
||||||
"enable": false
|
"enable": false
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 7.9 KiB |
|
|
@ -574,7 +574,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
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.0.021","code":10021},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"VideoPlayer":{},"Camera":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}
|
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.0.022","code":10022},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"VideoPlayer":{},"Camera":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#000000"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 7.9 KiB |