pda字体32rpx

master
Mr.sun 2 years ago
parent e8eec43181
commit c700874141
  1. 10
      pages/AvgCarry/index.vue
  2. 4
      pages/AvgOnShelf/index.scss
  3. 4
      pages/AvgOrderPkg/index.scss
  4. 8
      pages/AvgOrderPkg/index.vue
  5. 2
      pages/payInto/index.vue
  6. 19
      pages/receive/index.scss
  7. 10
      pages/receive/index.vue
  8. 12
      pages/receive/receiveHomeWorks/receiveHomeWork.vue
  9. 2
      pages/release/index.vue

@ -1,25 +1,25 @@
<template>
<view class="sh-content" style="padding: 50rpx 50rpx;">
<view class="task" >
<view class="task" style="font-size: 32rpx;" >
<span >扫描托盘条码:</span>
<u-input v-model="dataForm.containerCode" border style="background-color: #ffffff;margin-bottom: 20px;"
placeholder="请输入或输入要搬运的托盘条码" :focus="focusFlag" @confirm="changeCode()"></u-input>
<span>搬运起始点位:</span>
<u-input v-model="begin" border type="select" placeholder="请选择起始点位" prop="wareHouse" class="u-input"
<u-input v-model="begin" border type="select"font-size='32' placeholder="请选择起始点位" prop="wareHouse" class="u-input"
placeholder-style="color:#000000" @click="show = true" />
<u-select v-model="show" :list="pointList1" @confirm="confirm" mode="single-column" ></u-select>
</view>
<view class="img1" style="text-align: center;">
<view class="img1" style="text-align: center;font-size: 32rpx;">
<!-- <img src="@/static/icon/down.png" alt="" style="width: 300rpx;"> -->
</view>
<view class="task" >
<view class="task" style="font-size: 32rpx;" >
<span>搬运目标点位:</span>
<u-input v-model="end" border type="select" placeholder="请选择目标点位" prop="wareHouse" class="u-input"
<u-input v-model="end" border type="select" font-size='32' placeholder="请选择目标点位" prop="wareHouse" class="u-input"
placeholder-style="color:#000000" @click="showTwo = true" />
<u-select v-model="showTwo" :list="pointList1" @confirm="confirmTwo" mode="single-column"></u-select>
</view>

@ -83,11 +83,11 @@
align-items: center;
width: 60%;
.goods-title {
font-size: 28rpx;
font-size:32rpx;
color: #555555;
}
.goods-value {
font-size: 28rpx;
font-size: 32rpx;
color: #666666;
margin-left: 20rpx;
}

@ -121,11 +121,11 @@
align-items: center;
width: 70%;
.goods-title {
font-size: 32rpx;
font-size: 36rpx;
color: #555555;
}
.goods-value {
font-size: 28rpx;
font-size: 32rpx;
color: #666666;
margin-left: 20rpx;
}

@ -14,7 +14,7 @@
<text>{{dataForm.containerCode1}}</text>
</view> -->
<view class='recommend'>
<text class='recommend-title'>待出库物料信息</text>
<text class='recommend-title' style="font-size: 32rpx;">待出库物料信息</text>
</view>
<!-- {{dataList}} -->
<view class="all-card">
@ -53,7 +53,7 @@
<!-- <view class="u-body-item u-flex u-border-bottom u-col-between u-p-t-0">
<view class="u-body-item-title u-line-2">瓶身描绘的牡丹一如你初妆冉冉檀香透过窗心事我了然宣纸上走笔至此搁一半</view>
</view> -->
<view class="sh-card-title" style="border-radius: 20rpx;">
<view class="sh-card-title" style="border-radius: 20rpx;font-size: 34rpx;">
<image src="@/static/icon/edit.png" @click="editBtn(index)" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: -7vh;" />
<view class="card-content">
@ -63,7 +63,7 @@
</view>
</view>
<view class="card-content">
<view class="card-content-item">
<view class="card-content-item" style="margin-top: 8rpx;">
<text class="item-title">物料信息:</text>
<text class="item-value">{{item.goodName}}--{{item.specifications}}</text>
</view>
@ -71,7 +71,7 @@
</view>
<view class="card-content">
<view class="card-content-item">
<view class="card-content-item" style="margin-top: 8rpx;">
<text class="item-title">缴库数量:</text>
<text class="item-value">{{item.qty}}</text>
</view>

@ -31,7 +31,7 @@
<!-- @input="inputQuery()" -->
</view>
<view class='recommend'>
<text class='recommend-title'>物料信息</text>
<text class='recommend-title' style="font-size: 32rpx;">物料信息</text>
</view>
<!-- {{dataList}} -->

@ -17,6 +17,7 @@
// height: 200px;
padding: 10rpx 20rpx;
background-color: #F2F2F2;
font-size: 32rpx;
z-index: 100;
.sh-form {
width: 100%;
@ -26,9 +27,11 @@
display: flex;
align-items: center;
padding: 15rpx 0 15rpx 15rpx;
font-size: 32rpx;
.sh-search-button {
height: 100%;
font-size: 32rpx;
}
}
}
@ -37,10 +40,10 @@
.sh-card-center{
}
// .titleValue{
.titleValue{
// color: red;
// w
// }
font-size: 32rpx;
}
.all-card{
display: flex;
flex:6;
@ -66,7 +69,7 @@
display: flex;
.receipt-number-title {
color: #333333;
font-size: 24rpx;
font-size: 32rpx;
}
.receipt-number-value {
color: #333333;
@ -107,11 +110,11 @@
align-items: center;
width: 50%;
.goods-title {
font-size: 28rpx;
font-size: 32rpx;
color: #555555;
}
.goods-value {
font-size: 28rpx;
font-size: 32rpx;
color: #666666;
margin-left: 20rpx;
}
@ -134,11 +137,11 @@
display: flex;
align-items: center;
.item-title {
font-size: 24rpx;
font-size: 32rpx;
color: #555555;
}
.item-value {
font-size: 26rpx;
font-size: 32rpx;
color: #666666;
margin-left: 20rpx;
}

@ -2,15 +2,15 @@
<view class="sh-content">
<view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form">
<u-form-item label="单据编号" prop="sourceOrderNo" labelWidth="150rpx">
<u-form-item style="font-size: 32rpx;" label="单据编号" prop="sourceOrderNo" labelWidth="150rpx">
<u-input v-model="dataForm.sourceOrderNo" border style="background-color: #ffffff;"
placeholder="请输入或扫描单号"></u-input>
</u-form-item>
<u-form-item label="供货单位" prop="companyMnemonic" labelWidth="150rpx">
<u-form-item style="font-size: 32rpx;" label="供货单位" prop="companyMnemonic" labelWidth="150rpx">
<u-input v-model="dataForm.companyMnemonic" border style="background-color: #ffffff;"
placeholder="请输入名称/助记码"></u-input>
</u-form-item>
<u-form-item label="商品条码" prop="barCode" labelWidth="150rpx">
<u-form-item style="font-size: 32rpx;" label="商品条码" prop="barCode" labelWidth="150rpx">
<u-input v-model="dataForm.barCode" border style="background-color: #ffffff;"
placeholder="请输入或扫描条码"></u-input>
</u-form-item>
@ -73,7 +73,7 @@
</view>
<view class="titleValue">
<span class="title"> </span>
<span class="value">{{item2.bgSpecifications}}</span>
<span class="value" style="font-size: 32rpx;">{{item2.bgSpecifications}}</span>
</view>
<view class="detail-icon">
<u-icon size="40" name="../../static/icon/bg-right.png" @click="goodDetail(item2)"></u-icon>
@ -92,7 +92,7 @@
<u-empty class="no-list" mode="list" v-else>
</u-empty>
<view class="loadmore-data">
<u-loadmore :status="loadStatus"></u-loadmore>
<u-loadmore font-size="32" :status="loadStatus"></u-loadmore>
</view>
</view>
<view class="enter-button">

@ -1,15 +1,15 @@
<template>
<view >
<view v-if="data" class="receiveBody">
<view class="titleValue1">
<view class="titleValue1" style="font-size: 32rpx;">
<span class="title">商品编号</span>
<span class="value">{{orderNoList[0].bgGoodNo || '-'}}</span>
</view>
<view class="titleValue1">
<view class="titleValue1" style="font-size: 32rpx;">
<span class="title">商品名称</span>
<span class="value">{{orderNoList[0].bgGoodName || '-'}}</span>
</view>
<view class="titleValue1">
<view class="titleValue1" style="font-size: 32rpx;">
<span class="title">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="value">{{orderNoList[0].bgSpecifications || '-'}}</span>
</view>
@ -17,11 +17,11 @@
<text class='recommend-title'>收货数量确认</text>
</view>
<view class="orderList" v-for="item in orderNoList">
<view class="titleValue">
<view class="titleValue" style="font-size: 32rpx;">
<span class="title" >单据编号</span>
<span class="value">{{item.orderNo|| '-'}}</span>
</view>
<view class="titleValue">
<view class="titleValue" style="font-size: 32rpx;">
<span class="title">收货数量</span>
<view style="width: 80px;">
<u-input v-model="item.actualQty" @input="changeValue" border placeholder="请输入件装量" width="110" @click="choosePackage">
@ -375,7 +375,7 @@
.titleValue1 {
display: flex;
align-items: center;
font-size: 28rpx;
font-size: 32rpx;
padding: 15px 50rpx;
// margin: 15px 10px 15px 5px;

@ -90,7 +90,7 @@
top: 92%;
left: 40%;
transform: translate(-30%,-50%);
color: rgb(213, 21, 32);">
color: rgb(213, 21, 32);font-size: 30rpx;">
释放点位后需确认已将点位上的托盘取下
且无任何障碍物
</view>

Loading…
Cancel
Save