This commit is contained in:
parent
227d43dd12
commit
7d204df8e3
|
|
@ -985,7 +985,6 @@
|
|||
</view>
|
||||
<view class="">
|
||||
{{item.createTime}}
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -1411,7 +1410,7 @@
|
|||
const lefttarget = ref(0);
|
||||
const clickLeftMenu = (index : any, item : any) => {
|
||||
let num = Math.ceil((index + 1))
|
||||
leftscrolltop.value = (num - 2) * 180;
|
||||
leftscrolltop.value = (num - 2) * 178;
|
||||
lefttarget.value = index;
|
||||
form.cgdId = plsbuy.value[index].id
|
||||
form.pageNo = 1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view>
|
||||
<view class="home tp"> <image src="/static/index/warehouse/home/Back2.jpg" mode="aspectFill"></image></view>
|
||||
<view class="contitem tp" @click="housedex++">
|
||||
<view class="contitem tp" >
|
||||
<image src="/static/index/warehouse/home/warehouse.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="hldy tp">
|
||||
|
|
@ -11,11 +11,11 @@
|
|||
<image src="/static/index/warehouse/home/carrhate.gif" mode="aspectFill" style="z-index: 4;"></image>
|
||||
</view>
|
||||
<view class="pulu1 tp">
|
||||
<image src="/static/index/warehouse/home/pu1.png" mode="aspectFill" ></image>
|
||||
<image src="/static/index/warehouse/home/pu1.gif" mode="aspectFill" ></image>
|
||||
<!-- <image src="/static/index/warehouse/home/pu1.png" mode="aspectFill" ></image> -->
|
||||
<image src="/static/index/warehouse/home/pu3.gif" mode="aspectFill" ></image>
|
||||
</view>
|
||||
<view class="pulu2 tp">
|
||||
<image src="/static/index/warehouse/home/pu2.png" mode="aspectFill" ></image>
|
||||
<!-- <image src="/static/index/warehouse/home/pu2.png" mode="aspectFill" ></image> -->
|
||||
<image src="/static/index/warehouse/home/pu2.gif" mode="aspectFill" ></image>
|
||||
</view>
|
||||
<view class="clikurlbox">
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
white-space: nowrap;
|
||||
z-index: 70;
|
||||
&:nth-child(1){
|
||||
top: 36.5vw;
|
||||
bottom: 33.5vh;
|
||||
left: 20.5vw;
|
||||
}
|
||||
&:nth-child(2){
|
||||
|
|
@ -331,6 +331,7 @@
|
|||
top: 30vw;
|
||||
right: 9.2vw;
|
||||
z-index: 60;
|
||||
overflow: auto;
|
||||
image{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -360,7 +360,7 @@
|
|||
margin: 0 auto;
|
||||
align-items: center;
|
||||
view{
|
||||
width: 5.5vw;
|
||||
min-width: 5.5vw;
|
||||
height: 1.8vw;
|
||||
border-radius: 0.9vw;
|
||||
border: 1px solid #D2D2D2;
|
||||
|
|
@ -371,6 +371,15 @@
|
|||
font-weight: 400;
|
||||
font-size: 1vw;
|
||||
color: #555555;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
>image{
|
||||
|
|
|
|||
|
|
@ -593,7 +593,6 @@
|
|||
align-items: center;
|
||||
background: url('/static/index/procurement/bt.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
border-radius: 25rpx;
|
||||
font-size: 42rpx;
|
||||
font-weight: 500;
|
||||
margin: 12rpx 20rpx 0 20rpx;
|
||||
|
|
@ -605,6 +604,7 @@
|
|||
color: #fff;
|
||||
font-size: 45rpx;
|
||||
font-weight: 500;
|
||||
border-radius: 2.6vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -402,13 +402,22 @@
|
|||
font-size: 1vw;
|
||||
color: #555555;
|
||||
padding: 0 0.25vw;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
>image {
|
||||
width: 9vw;
|
||||
height: 8vw;
|
||||
margin: 1vw auto 0;
|
||||
width: 8.5vw;
|
||||
height: 7.5vw;
|
||||
margin: 1.25vw auto 0.25vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -315,11 +315,11 @@
|
|||
.msitem {
|
||||
width: 25vw;
|
||||
height: 100%;
|
||||
padding:0.5vw 1vw 1vw;
|
||||
padding:1vw 1vw 1vw;
|
||||
display: inline-block;
|
||||
|
||||
>view {
|
||||
margin-top: 0.65vw;
|
||||
margin-top: 0.25vw;
|
||||
|
||||
&:nth-child(5) {
|
||||
width: 28vw;
|
||||
|
|
@ -328,7 +328,7 @@
|
|||
justify-content: space-between;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0.3vw;
|
||||
top: 1.3vw;
|
||||
>view {
|
||||
width: 25%;
|
||||
height: 100%;
|
||||
|
|
@ -386,7 +386,7 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 2vw;
|
||||
|
||||
margin-bottom: 1vw;
|
||||
>view {
|
||||
width: 19vw;
|
||||
height: 2vw;
|
||||
|
|
@ -417,13 +417,13 @@
|
|||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
top: -3.5vw;
|
||||
top: -1.5vw;
|
||||
.cardp {
|
||||
width: 12.5vw;
|
||||
height: 4vw;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 1vw auto 0;
|
||||
margin: 0 auto 0;
|
||||
align-items: center;
|
||||
|
||||
view {
|
||||
|
|
@ -439,13 +439,22 @@
|
|||
font-size: 1vw;
|
||||
color: #555555;
|
||||
padding: 0 0.5vw;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
>image {
|
||||
width: 9vw;
|
||||
height: 8vw;
|
||||
margin: 1vw auto 0;
|
||||
margin: 0 auto 0;
|
||||
border-radius: 1.1vw;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -372,6 +372,15 @@
|
|||
font-weight: 400;
|
||||
font-size: 1vw;
|
||||
color: #555555;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
>image{
|
||||
|
|
|
|||
|
|
@ -1,20 +1,6 @@
|
|||
<template>
|
||||
<view>
|
||||
<view class="crkcard guodu" :class="crk?'':'uncrkcard'">
|
||||
<!-- <view class="shopcont">
|
||||
<view class="img tp">
|
||||
<image :src=" '/static/index/warehouse/procurement/k.png'" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="cont">
|
||||
<view>纸尿裤-拉拉裤纸尿裤-拉拉裤</view>
|
||||
<view>规格型号: 800mm*680mm</view>
|
||||
<view>物料编码: ZHYP044</view>
|
||||
<view>
|
||||
<text>56</text>
|
||||
当前库存
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="titletop">
|
||||
出入库
|
||||
</view>
|
||||
|
|
@ -95,7 +81,7 @@
|
|||
|
||||
.crkscroll {
|
||||
width: 100%;
|
||||
height: calc(85vh - 13vw);
|
||||
height: calc(85vh - 14vw);
|
||||
|
||||
.cgrk {
|
||||
width: 100%;
|
||||
|
|
@ -162,11 +148,11 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: 1vw 1.5vw;
|
||||
padding: 1vw 0 0 1.5vw;
|
||||
|
||||
>view {
|
||||
display: flex;
|
||||
|
||||
margin-left: 1.5vw;
|
||||
&:nth-child(2) {
|
||||
justify-content: space-between;
|
||||
|
||||
|
|
|
|||
|
|
@ -471,6 +471,15 @@
|
|||
font-size: 1vw;
|
||||
color: #555555;
|
||||
padding:0 0.5vw;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
@click="search(0)"></image>
|
||||
</view>
|
||||
<view @click="search" class="scr guodu">
|
||||
<image src="/static/index/procurement/sh.png" mode="aspectFill" class="sh"></image>
|
||||
<image src="/static/index/procurement/shr.png" mode="aspectFill" class="shr"></image>
|
||||
检索
|
||||
</view>
|
||||
<view class="shx guodu" @click="ification=true">
|
||||
|
|
@ -760,8 +762,7 @@
|
|||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
border-radius: 1.6vw;
|
||||
border: 1px solid rgba(85, 85, 85, 0.5);
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border-radius: 1.65vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
|
|
@ -772,6 +773,8 @@
|
|||
position: absolute;
|
||||
right: 0.5vw;
|
||||
top: 0.2vw;
|
||||
border: 1px solid #D9DADC;
|
||||
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
|
|
@ -791,13 +794,26 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 7vw;
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
margin: 0 0 0 1.2vw;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
border: 1px solid #D9DADC;
|
||||
color: #555555;
|
||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
margin: 0 0.5vw 0 0;
|
||||
}
|
||||
}
|
||||
.shr{
|
||||
display: none;
|
||||
}
|
||||
.scr:active .sh{
|
||||
display: none;
|
||||
}
|
||||
.scr:active .shr{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.shx {
|
||||
|
|
@ -812,7 +828,6 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
||||
margin: 0 0 0 0.7vw;
|
||||
color: #555555;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
@click="search(0)"></image>
|
||||
</view>
|
||||
<view @click="search" class="scr">
|
||||
<image src="/static/index/procurement/sh.png" mode="aspectFill" class="sh"></image>
|
||||
检索
|
||||
</view>
|
||||
<view class="shx" @click="ification=true">
|
||||
|
|
@ -268,10 +269,10 @@
|
|||
justify-content: flex-end;
|
||||
|
||||
view{
|
||||
width: 8vw;
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
border: 1px solid #D9DADC;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border-radius: 1.65vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
|
|
@ -281,9 +282,10 @@
|
|||
align-items: center;
|
||||
margin-left:0.6vw;
|
||||
color: #555555;
|
||||
border: 1px solid #D9DADC;
|
||||
image {
|
||||
width: 2vw;
|
||||
height: 2vw;
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
margin: 0 0.5vw 0 0;
|
||||
}
|
||||
}
|
||||
|
|
@ -314,8 +316,7 @@
|
|||
width: 8vw;
|
||||
height: 3.3vw;
|
||||
border-radius: 1.6vw;
|
||||
border: 1px solid rgba(85, 85, 85, 0.5);
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border-radius: 1.65vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
|
|
@ -324,6 +325,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left:0.6vw;
|
||||
border: 1px solid #D9DADC;
|
||||
image {
|
||||
width: 1.5vw !important;
|
||||
height: 1.5vw !important;
|
||||
|
|
@ -343,19 +345,23 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 8vw;
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
margin: 0 0 0 1.2vw;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border: 1px solid #D9DADC;
|
||||
color: #555555;
|
||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
margin: 0 0.5vw 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.shx {
|
||||
width: 8.2vw;
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
background: rgba(255, 255, 255, 1);
|
||||
border-radius: 1.65vw;
|
||||
border: 1px solid #D9DADC;
|
||||
font-weight: 400;
|
||||
|
|
@ -364,7 +370,6 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
||||
margin: 0 0 0 1.2vw;
|
||||
color: #555555;
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue