修改了大量样式

This commit is contained in:
Teng 2026-03-03 15:36:43 +08:00
parent 6db4d8bb64
commit 658ac3395a
4 changed files with 4 additions and 17 deletions

View File

@ -52,7 +52,7 @@
<index :isShow="menuop == 0" v-if="swipdex == 0" @swip="swip" />
<material :isShow="menuop == 1" v-if="swipdex == 1&&!specialPage" ref="materials"
@changepages="changeNumber"></material>
<materialcar v-if="swipdex == 1&&specialPage==1"></materialcar>
<materialcar v-if="swipdex == 1&&specialPage==1" @gotoitem="specialPage=2"></materialcar>
<purchaseorder v-if="swipdex == 1&&specialPage==2"></purchaseorder>
<picking :isShow="menuop == 2" v-if="swipdex == 2"></picking>

View File

@ -47,10 +47,7 @@
<text style="color: #888888;">
{{ gaijia }}
</text>
</view>
<view style="display: flex;align-items: center;margin-top: 30rpx;padding-left: 50rpx;">
<view style="font-size: 33rpx;">
到货单价
@ -59,8 +56,6 @@
¥ {{ gaijia }}
</view>
</view>
<view style="position: absolute;right: 70rpx;bottom: 80rpx;">
<view style="display: flex;">
<view @click="opengaijia=false"
@ -71,7 +66,6 @@
style="width: 160rpx;height: 75rpx;;color: #0385FA;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;border: 1rpx solid #0385FA;background: linear-gradient(to bottom,#E9F4FF,#CAE0F9);margin: 0 40rpx;">
确定
</view>
</view>
</view>
<view class="jianhuo-jianpan" style="right: 110rpx;bottom: 200rpx;">
@ -123,7 +117,6 @@
.
</view>
</view>
</view>
</view>
<!-- 拣货 -->
@ -243,9 +236,6 @@
</view>
</view>
</view>
<!-- <view
style="width: 40%;height: 0.5rpx;background-color: #d3d5d6;margin-top: 30rpx;margin-bottom: 5rpx;">
</view> -->
</view>
<view style="margin-top: 20rpx;">
<view style="font-weight: 600;font-size: 30rpx;">

View File

@ -1,7 +1,7 @@
<template>
<view class="plsbuy-contain guodu" :class="show?'':'unclass'" :style="showbox?'z-index:999':'z-index:-2'">
<view class="gys">
<view class="tlt">供应商1111111111111</view>
<view class="tlt">供应商</view>
<view class="gssel" @click="gysflag = true">
<view>
{{gysarr[gysidnum]?.name}}

View File

@ -138,14 +138,11 @@
queryInvo();
ification.value = false
}
const emit = defineEmits(['gotoitem'])
const configr = () => {
caigouflag.value = false;
search(1);
setTimeout(() => {
uni.navigateTo({
url: '/pages/procurement/purchaseorder'
})
}, 1000)
emit("gotoitem")
}
let times = null;
const scrolltolower = (t : number) => {