Compare commits
2 Commits
32d96cdd3b
...
37f926b597
| Author | SHA1 | Date |
|---|---|---|
|
|
37f926b597 | |
|
|
7d204df8e3 |
|
|
@ -985,7 +985,6 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
{{item.createTime}}
|
{{item.createTime}}
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -1418,7 +1417,7 @@
|
||||||
const lefttarget = ref(0);
|
const lefttarget = ref(0);
|
||||||
const clickLeftMenu = (index : any, item : any) => {
|
const clickLeftMenu = (index : any, item : any) => {
|
||||||
let num = Math.ceil((index + 1))
|
let num = Math.ceil((index + 1))
|
||||||
leftscrolltop.value = (num - 2) * 180;
|
leftscrolltop.value = (num - 2) * 178;
|
||||||
lefttarget.value = index;
|
lefttarget.value = index;
|
||||||
form.cgdId = plsbuy.value[index].id
|
form.cgdId = plsbuy.value[index].id
|
||||||
form.pageNo = 1
|
form.pageNo = 1
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="home tp"> <image src="/static/index/warehouse/home/Back2.jpg" mode="aspectFill"></image></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>
|
<image src="/static/index/warehouse/home/warehouse.png" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="hldy tp">
|
<view class="hldy tp">
|
||||||
|
|
@ -11,11 +11,11 @@
|
||||||
<image src="/static/index/warehouse/home/carrhate.gif" mode="aspectFill" style="z-index: 4;"></image>
|
<image src="/static/index/warehouse/home/carrhate.gif" mode="aspectFill" style="z-index: 4;"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="pulu1 tp">
|
<view class="pulu1 tp">
|
||||||
<image src="/static/index/warehouse/home/pu1.png" 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>
|
<image src="/static/index/warehouse/home/pu3.gif" mode="aspectFill" ></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="pulu2 tp">
|
<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>
|
<image src="/static/index/warehouse/home/pu2.gif" mode="aspectFill" ></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="clikurlbox">
|
<view class="clikurlbox">
|
||||||
|
|
@ -273,7 +273,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
z-index: 70;
|
z-index: 70;
|
||||||
&:nth-child(1){
|
&:nth-child(1){
|
||||||
top: 36.5vw;
|
bottom: 33.5vh;
|
||||||
left: 20.5vw;
|
left: 20.5vw;
|
||||||
}
|
}
|
||||||
&:nth-child(2){
|
&:nth-child(2){
|
||||||
|
|
@ -331,6 +331,7 @@
|
||||||
top: 30vw;
|
top: 30vw;
|
||||||
right: 9.2vw;
|
right: 9.2vw;
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
|
overflow: auto;
|
||||||
image{
|
image{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
|
|
@ -360,7 +360,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
view{
|
view{
|
||||||
width: 5.5vw;
|
min-width: 5.5vw;
|
||||||
height: 1.8vw;
|
height: 1.8vw;
|
||||||
border-radius: 0.9vw;
|
border-radius: 0.9vw;
|
||||||
border: 1px solid #D2D2D2;
|
border: 1px solid #D2D2D2;
|
||||||
|
|
@ -371,6 +371,15 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #555555;
|
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{
|
>image{
|
||||||
|
|
|
||||||
|
|
@ -593,7 +593,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: url('/static/index/procurement/bt.png') no-repeat;
|
background: url('/static/index/procurement/bt.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
border-radius: 25rpx;
|
|
||||||
font-size: 42rpx;
|
font-size: 42rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 12rpx 20rpx 0 20rpx;
|
margin: 12rpx 20rpx 0 20rpx;
|
||||||
|
|
@ -605,6 +604,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 45rpx;
|
font-size: 45rpx;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
border-radius: 2.6vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -402,13 +402,22 @@
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
padding: 0 0.25vw;
|
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 {
|
>image {
|
||||||
width: 9vw;
|
width: 8.5vw;
|
||||||
height: 8vw;
|
height: 7.5vw;
|
||||||
margin: 1vw auto 0;
|
margin: 1.25vw auto 0.25vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -315,11 +315,11 @@
|
||||||
.msitem {
|
.msitem {
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding:0.5vw 1vw 1vw;
|
padding:1vw 1vw 1vw;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
>view {
|
>view {
|
||||||
margin-top: 0.65vw;
|
margin-top: 0.25vw;
|
||||||
|
|
||||||
&:nth-child(5) {
|
&:nth-child(5) {
|
||||||
width: 28vw;
|
width: 28vw;
|
||||||
|
|
@ -328,7 +328,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0.3vw;
|
top: 1.3vw;
|
||||||
>view {
|
>view {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -386,7 +386,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 2vw;
|
height: 2vw;
|
||||||
|
margin-bottom: 1vw;
|
||||||
>view {
|
>view {
|
||||||
width: 19vw;
|
width: 19vw;
|
||||||
height: 2vw;
|
height: 2vw;
|
||||||
|
|
@ -417,13 +417,13 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3.5vw;
|
top: -1.5vw;
|
||||||
.cardp {
|
.cardp {
|
||||||
width: 12.5vw;
|
width: 12.5vw;
|
||||||
height: 4vw;
|
height: 4vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 1vw auto 0;
|
margin: 0 auto 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
view {
|
view {
|
||||||
|
|
@ -439,13 +439,22 @@
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
padding: 0 0.5vw;
|
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 {
|
>image {
|
||||||
width: 9vw;
|
width: 9vw;
|
||||||
height: 8vw;
|
height: 8vw;
|
||||||
margin: 1vw auto 0;
|
margin: 0 auto 0;
|
||||||
border-radius: 1.1vw;
|
border-radius: 1.1vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -372,6 +372,15 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #555555;
|
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{
|
>image{
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="crkcard guodu" :class="crk?'':'uncrkcard'">
|
<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 class="titletop">
|
||||||
出入库
|
出入库
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -95,7 +81,7 @@
|
||||||
|
|
||||||
.crkscroll {
|
.crkscroll {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(85vh - 13vw);
|
height: calc(85vh - 14vw);
|
||||||
|
|
||||||
.cgrk {
|
.cgrk {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -162,11 +148,11 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1vw 1.5vw;
|
padding: 1vw 0 0 1.5vw;
|
||||||
|
|
||||||
>view {
|
>view {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: 1.5vw;
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -471,6 +471,15 @@
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
padding:0 0.5vw;
|
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>
|
@click="search(0)"></image>
|
||||||
</view>
|
</view>
|
||||||
<view @click="search" class="scr guodu">
|
<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>
|
||||||
<view class="shx guodu" @click="ification=true">
|
<view class="shx guodu" @click="ification=true">
|
||||||
|
|
@ -761,8 +763,7 @@
|
||||||
width: 7.3vw;
|
width: 7.3vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
border-radius: 1.6vw;
|
border-radius: 1.6vw;
|
||||||
border: 1px solid rgba(85, 85, 85, 0.5);
|
background: rgba(255, 255, 255, 1);
|
||||||
background: rgba(255, 255, 255, 0.5);
|
|
||||||
border-radius: 1.65vw;
|
border-radius: 1.65vw;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.4vw;
|
font-size: 1.4vw;
|
||||||
|
|
@ -773,6 +774,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.5vw;
|
right: 0.5vw;
|
||||||
top: 0.2vw;
|
top: 0.2vw;
|
||||||
|
border: 1px solid #D9DADC;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 1.5vw;
|
width: 1.5vw;
|
||||||
height: 1.3vw;
|
height: 1.3vw;
|
||||||
|
|
@ -792,13 +795,26 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 7vw;
|
width: 7.3vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
margin: 0 0 0 1.2vw;
|
margin: 0 0 0 1.2vw;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 255, 255, 0.6);
|
||||||
border: 1px solid #D9DADC;
|
border: 1px solid #D9DADC;
|
||||||
color: #555555;
|
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 {
|
.shx {
|
||||||
|
|
@ -813,7 +829,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
|
||||||
margin: 0 0 0 0.7vw;
|
margin: 0 0 0 0.7vw;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
@click="search(0)"></image>
|
@click="search(0)"></image>
|
||||||
</view>
|
</view>
|
||||||
<view @click="search" class="scr">
|
<view @click="search" class="scr">
|
||||||
|
<image src="/static/index/procurement/sh.png" mode="aspectFill" class="sh"></image>
|
||||||
检索
|
检索
|
||||||
</view>
|
</view>
|
||||||
<view class="shx" @click="ification=true">
|
<view class="shx" @click="ification=true">
|
||||||
|
|
@ -268,10 +269,10 @@
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
view{
|
view{
|
||||||
width: 8vw;
|
width: 7.3vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
border: 1px solid #D9DADC;
|
border: 1px solid #D9DADC;
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 1);
|
||||||
border-radius: 1.65vw;
|
border-radius: 1.65vw;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.4vw;
|
font-size: 1.4vw;
|
||||||
|
|
@ -281,9 +282,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left:0.6vw;
|
margin-left:0.6vw;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
border: 1px solid #D9DADC;
|
||||||
image {
|
image {
|
||||||
width: 2vw;
|
width: 1.5vw;
|
||||||
height: 2vw;
|
height: 1.3vw;
|
||||||
margin: 0 0.5vw 0 0;
|
margin: 0 0.5vw 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -314,8 +316,7 @@
|
||||||
width: 8vw;
|
width: 8vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
border-radius: 1.6vw;
|
border-radius: 1.6vw;
|
||||||
border: 1px solid rgba(85, 85, 85, 0.5);
|
background: rgba(255, 255, 255, 1);
|
||||||
background: rgba(255, 255, 255, 0.5);
|
|
||||||
border-radius: 1.65vw;
|
border-radius: 1.65vw;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1.4vw;
|
font-size: 1.4vw;
|
||||||
|
|
@ -324,6 +325,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left:0.6vw;
|
margin-left:0.6vw;
|
||||||
|
border: 1px solid #D9DADC;
|
||||||
image {
|
image {
|
||||||
width: 1.5vw !important;
|
width: 1.5vw !important;
|
||||||
height: 1.5vw !important;
|
height: 1.5vw !important;
|
||||||
|
|
@ -343,19 +345,23 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 8vw;
|
width: 7.3vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
margin: 0 0 0 1.2vw;
|
margin: 0 0 0 1.2vw;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid #D9DADC;
|
border: 1px solid #D9DADC;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
image {
|
||||||
|
width: 1.5vw;
|
||||||
|
height: 1.3vw;
|
||||||
|
margin: 0 0.5vw 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx {
|
.shx {
|
||||||
width: 8.2vw;
|
width: 7.3vw;
|
||||||
height: 3.3vw;
|
height: 3.3vw;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 255, 255, 1);
|
||||||
border-radius: 1.65vw;
|
border-radius: 1.65vw;
|
||||||
border: 1px solid #D9DADC;
|
border: 1px solid #D9DADC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -364,7 +370,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 0.5rpx 5rpx 5rpx #dadee1;
|
|
||||||
margin: 0 0 0 1.2vw;
|
margin: 0 0 0 1.2vw;
|
||||||
color: #555555;
|
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