自定义导航高度塌陷
This commit is contained in:
parent
7bb2215aaf
commit
18babde1f1
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view style="background-color: rgb(220, 244, 255)">
|
<view style="background-color: rgb(220, 244, 255)">
|
||||||
<uni-nav-bar
|
<uni-nav-bar
|
||||||
|
status-bar
|
||||||
left-icon="left"
|
left-icon="left"
|
||||||
@clickLeft="leftClick"
|
@clickLeft="leftClick"
|
||||||
right-icon="scan"
|
right-icon="scan"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<uni-nav-bar leftIcon="left" right-text="确定" title="退料编码" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitCode"/>
|
<uni-nav-bar status-bar leftIcon="left" right-text="确定" title="退料编码" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitCode"/>
|
||||||
<view class="accept page-common">
|
<view class="accept page-common">
|
||||||
<div class="card top-content" :class="{'is-expanded': isExpanded}">
|
<div class="card top-content" :class="{'is-expanded': isExpanded}">
|
||||||
<div class="card-header" @click="isExpanded = !isExpanded">
|
<div class="card-header" @click="isExpanded = !isExpanded">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<uni-nav-bar leftIcon="left" right-text="确定" title="退料数量" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitNum"/>
|
<uni-nav-bar status-bar leftIcon="left" right-text="确定" title="退料数量" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitNum"/>
|
||||||
<view class="accept page-common">
|
<view class="accept page-common">
|
||||||
<div class="card top-content" :class="{'is-expanded': isExpanded}">
|
<div class="card top-content" :class="{'is-expanded': isExpanded}">
|
||||||
<div class="card-header" @click="isExpanded = !isExpanded">
|
<div class="card-header" @click="isExpanded = !isExpanded">
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<uni-tr>
|
<uni-tr>
|
||||||
<uni-th width="100px" style="font-size: 24rpx;" align="center">类型名称</uni-th>
|
<uni-th width="100px" style="font-size: 24rpx;" align="center">类型名称</uni-th>
|
||||||
<uni-th width="100px" style="font-size: 24rpx;" align="center">规格型号</uni-th>
|
<uni-th width="100px" style="font-size: 24rpx;" align="center">规格型号</uni-th>
|
||||||
<uni-th width="80px" style="font-size: 24rpx;" align="center">在用数</uni-th>
|
<!-- <uni-th width="80px" style="font-size: 24rpx;" align="center">在用数</uni-th> -->
|
||||||
<uni-th width="80px" style="font-size: 24rpx;" align="center">退料数</uni-th>
|
<uni-th width="80px" style="font-size: 24rpx;" align="center">退料数</uni-th>
|
||||||
<!-- <uni-th width="100px" style="font-size: 24rpx;" align="center">外观</uni-th> -->
|
<!-- <uni-th width="100px" style="font-size: 24rpx;" align="center">外观</uni-th> -->
|
||||||
<uni-th width="100px" style="font-size: 24rpx;" align="center">完好数量</uni-th>
|
<uni-th width="100px" style="font-size: 24rpx;" align="center">完好数量</uni-th>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<uni-nav-bar leftIcon="left" right-text="提交" title="退料任务详情" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submit"/>
|
<uni-nav-bar status-bar leftIcon="left" right-text="提交" title="退料任务详情" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submit"/>
|
||||||
<view class="accept page-common">
|
<view class="accept page-common">
|
||||||
<uni-row :gutter="24" class="search-form">
|
<uni-row :gutter="24" class="search-form">
|
||||||
<uni-col :span="10">
|
<uni-col :span="10">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
|
<!-- <view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
|
||||||
<uni-nav-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="新购入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
|
</view> -->
|
||||||
</view>
|
<uni-nav-bar status-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="新购入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
|
||||||
<ScanQrCodeBox
|
<ScanQrCodeBox
|
||||||
ref="scanQrCodeRefBox"
|
ref="scanQrCodeRefBox"
|
||||||
@scanSuccessBox="handleScanSuccessBox"
|
@scanSuccessBox="handleScanSuccessBox"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
|
<!-- <view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
|
||||||
<uni-nav-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="修试入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
|
</view> -->
|
||||||
</view>
|
<uni-nav-bar status-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="修试入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
|
||||||
<!-- 维修列表 -->
|
<!-- 维修列表 -->
|
||||||
<view class="page-container">
|
<view class="page-container">
|
||||||
<view class="complete-btn">
|
<view class="complete-btn">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue