修改了大量样式

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" /> <index :isShow="menuop == 0" v-if="swipdex == 0" @swip="swip" />
<material :isShow="menuop == 1" v-if="swipdex == 1&&!specialPage" ref="materials" <material :isShow="menuop == 1" v-if="swipdex == 1&&!specialPage" ref="materials"
@changepages="changeNumber"></material> @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> <purchaseorder v-if="swipdex == 1&&specialPage==2"></purchaseorder>
<picking :isShow="menuop == 2" v-if="swipdex == 2"></picking> <picking :isShow="menuop == 2" v-if="swipdex == 2"></picking>

View File

@ -47,10 +47,7 @@
<text style="color: #888888;"> <text style="color: #888888;">
{{ gaijia }} {{ gaijia }}
</text> </text>
</view> </view>
<view style="display: flex;align-items: center;margin-top: 30rpx;padding-left: 50rpx;"> <view style="display: flex;align-items: center;margin-top: 30rpx;padding-left: 50rpx;">
<view style="font-size: 33rpx;"> <view style="font-size: 33rpx;">
到货单价 到货单价
@ -59,8 +56,6 @@
¥ {{ gaijia }} ¥ {{ gaijia }}
</view> </view>
</view> </view>
<view style="position: absolute;right: 70rpx;bottom: 80rpx;"> <view style="position: absolute;right: 70rpx;bottom: 80rpx;">
<view style="display: flex;"> <view style="display: flex;">
<view @click="opengaijia=false" <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;"> 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>
</view> </view>
<view class="jianhuo-jianpan" style="right: 110rpx;bottom: 200rpx;"> <view class="jianhuo-jianpan" style="right: 110rpx;bottom: 200rpx;">
@ -123,7 +117,6 @@
. .
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<!-- 拣货 --> <!-- 拣货 -->
@ -243,9 +236,6 @@
</view> </view>
</view> </view>
</view> </view>
<!-- <view
style="width: 40%;height: 0.5rpx;background-color: #d3d5d6;margin-top: 30rpx;margin-bottom: 5rpx;">
</view> -->
</view> </view>
<view style="margin-top: 20rpx;"> <view style="margin-top: 20rpx;">
<view style="font-weight: 600;font-size: 30rpx;"> <view style="font-weight: 600;font-size: 30rpx;">

View File

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

View File

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