Compare commits

..

No commits in common. "37f926b597bb6aad93373e0000f9cbe565bcef07" and "32d96cdd3bf4781987667fbb0c06a0c19ff42ee0" have entirely different histories.

15 changed files with 53 additions and 104 deletions

View File

@ -985,6 +985,7 @@
</view>
<view class="">
{{item.createTime}}
</view>
</view>
</view>
@ -1417,7 +1418,7 @@
const lefttarget = ref(0);
const clickLeftMenu = (index : any, item : any) => {
let num = Math.ceil((index + 1))
leftscrolltop.value = (num - 2) * 178;
leftscrolltop.value = (num - 2) * 180;
lefttarget.value = index;
form.cgdId = plsbuy.value[index].id
form.pageNo = 1

View File

@ -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" >
<view class="contitem tp" @click="housedex++">
<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/pu3.gif" mode="aspectFill" ></image>
<image src="/static/index/warehouse/home/pu1.png" mode="aspectFill" ></image>
<image src="/static/index/warehouse/home/pu1.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){
bottom: 33.5vh;
top: 36.5vw;
left: 20.5vw;
}
&:nth-child(2){
@ -331,7 +331,6 @@
top: 30vw;
right: 9.2vw;
z-index: 60;
overflow: auto;
image{
position: absolute;
top: 0;

View File

@ -360,7 +360,7 @@
margin: 0 auto;
align-items: center;
view{
min-width: 5.5vw;
width: 5.5vw;
height: 1.8vw;
border-radius: 0.9vw;
border: 1px solid #D2D2D2;
@ -371,15 +371,6 @@
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{

View File

@ -593,6 +593,7 @@
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;
@ -604,7 +605,6 @@
color: #fff;
font-size: 45rpx;
font-weight: 500;
border-radius: 2.6vw;
}
}

View File

@ -402,22 +402,13 @@
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: 8.5vw;
height: 7.5vw;
margin: 1.25vw auto 0.25vw;
width: 9vw;
height: 8vw;
margin: 1vw auto 0;
}
}
}

View File

@ -315,11 +315,11 @@
.msitem {
width: 25vw;
height: 100%;
padding:1vw 1vw 1vw;
padding:0.5vw 1vw 1vw;
display: inline-block;
>view {
margin-top: 0.25vw;
margin-top: 0.65vw;
&:nth-child(5) {
width: 28vw;
@ -328,7 +328,7 @@
justify-content: space-between;
position: relative;
left: 0;
top: 1.3vw;
top: 0.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: -1.5vw;
top: -3.5vw;
.cardp {
width: 12.5vw;
height: 4vw;
display: flex;
flex-wrap: wrap;
margin: 0 auto 0;
margin: 1vw auto 0;
align-items: center;
view {
@ -439,22 +439,13 @@
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: 0 auto 0;
margin: 1vw auto 0;
border-radius: 1.1vw;
}
}

View File

@ -372,15 +372,6 @@
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{

View File

@ -1,6 +1,20 @@
<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>
@ -81,7 +95,7 @@
.crkscroll {
width: 100%;
height: calc(85vh - 14vw);
height: calc(85vh - 13vw);
.cgrk {
width: 100%;
@ -148,11 +162,11 @@
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1vw 0 0 1.5vw;
padding: 1vw 1.5vw;
>view {
display: flex;
margin-left: 1.5vw;
&:nth-child(2) {
justify-content: space-between;

View File

@ -471,15 +471,6 @@
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;
}
}
}

View File

@ -7,8 +7,6 @@
@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">
@ -763,7 +761,8 @@
width: 7.3vw;
height: 3.3vw;
border-radius: 1.6vw;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(85, 85, 85, 0.5);
background: rgba(255, 255, 255, 0.5);
border-radius: 1.65vw;
font-weight: 400;
font-size: 1.4vw;
@ -774,8 +773,6 @@
position: absolute;
right: 0.5vw;
top: 0.2vw;
border: 1px solid #D9DADC;
image {
width: 1.5vw;
height: 1.3vw;
@ -795,26 +792,13 @@
display: flex;
justify-content: center;
align-items: center;
width: 7.3vw;
width: 7vw;
height: 3.3vw;
margin: 0 0 0 1.2vw;
background: rgba(255, 255, 255, 0.6);
border: 1px solid #D9DADC;
color: #555555;
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;
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
}
.shx {
@ -829,6 +813,7 @@
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
margin: 0 0 0 0.7vw;
color: #555555;

View File

@ -8,7 +8,6 @@
@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">
@ -269,10 +268,10 @@
justify-content: flex-end;
view{
width: 7.3vw;
width: 8vw;
height: 3.3vw;
border: 1px solid #D9DADC;
background: rgba(255, 255, 255, 1);
background: rgba(255, 255, 255, 0.9);
border-radius: 1.65vw;
font-weight: 400;
font-size: 1.4vw;
@ -282,10 +281,9 @@
align-items: center;
margin-left:0.6vw;
color: #555555;
border: 1px solid #D9DADC;
image {
width: 1.5vw;
height: 1.3vw;
width: 2vw;
height: 2vw;
margin: 0 0.5vw 0 0;
}
}
@ -316,7 +314,8 @@
width: 8vw;
height: 3.3vw;
border-radius: 1.6vw;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(85, 85, 85, 0.5);
background: rgba(255, 255, 255, 0.5);
border-radius: 1.65vw;
font-weight: 400;
font-size: 1.4vw;
@ -325,7 +324,6 @@
justify-content: center;
align-items: center;
margin-left:0.6vw;
border: 1px solid #D9DADC;
image {
width: 1.5vw !important;
height: 1.5vw !important;
@ -345,23 +343,19 @@
display: flex;
justify-content: center;
align-items: center;
width: 7.3vw;
width: 8vw;
height: 3.3vw;
margin: 0 0 0 1.2vw;
background: rgba(255, 255, 255, 1);
background: rgba(255, 255, 255, 0.6);
border: 1px solid #D9DADC;
color: #555555;
image {
width: 1.5vw;
height: 1.3vw;
margin: 0 0.5vw 0 0;
}
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
}
.shx {
width: 7.3vw;
width: 8.2vw;
height: 3.3vw;
background: rgba(255, 255, 255, 1);
background: rgba(255, 255, 255, 0.6);
border-radius: 1.65vw;
border: 1px solid #D9DADC;
font-weight: 400;
@ -370,6 +364,7 @@
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.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB