一些样式字体修改

master
Mr.sun 2 years ago
parent 876fe18935
commit c066d15e61
  1. 1
      common/config.js
  2. 42
      pages/checkAccept/checkHomework.vue
  3. 10
      pages/checkAccept/index.scss
  4. 24
      pages/checkAccept/index.vue
  5. 2
      pages/payInto/index.vue
  6. 1
      pages/receive/index22 .vue
  7. 6
      pages/receive/receiveHomeWork/receiveHomeWork.vue
  8. 2
      pages/receive/receiveHomeWorks/receiveHomeWork.vue

@ -11,6 +11,7 @@ const config = {
// config.baseUrl = 'http://192.168.19.120:8030';
// config.baseUrl = 'http://120.77.94.227:8030'
config.baseUrl = 'http://127.0.0.1:8030';
// config.baseUrl = 'http://192.168.7.29:8030';
// config.baseUrl = 'http://192.168.7.24:8030';
// config.baseUrl = 'http://192.168.229.120:8030';0
// config.baseUrl = 'http://120.77.94.227:8030';

@ -11,61 +11,61 @@
<span class="goodsItemValue">{{ result.orderNo}}</span>
</view>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">商品编号</span>
<span class="value" v-if="result.businInReceivingDForPdaVo">{{result.businInReceivingDForPdaVo.bgGoodNo}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">商品名称</span>
<span class="value"
v-if="result.businInReceivingDForPdaVo">{{result.businInReceivingDForPdaVo.bgGoodName}}</span>
</view>
<view class="titleValue">
<span class="title"> </span>
<view class="titleValue global-font">
<span class="title" > </span>
<span class="value"
v-if="result.businInReceivingDForPdaVo">{{result.businInReceivingDForPdaVo.bgSpecifications}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">件装量</span>
<span v-if="result.businInReceivingDForPdaVo"> {{result.businInReceivingDForPdaVo.bpPackageQty}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title"> </span>
<span class="value" v-if="result.businInReceivingDForPdaVo">{{result.businInReceivingDForPdaVo.unitName}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">未验数量</span>
<span class="value" v-if="result.businInReceivingDForPdaVo">{{result.businInReceivingDForPdaVo.ableQty}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">验收数量</span>
<span class="value" v-if="result.businInReceivingDForPdaVo">{{dataForm.actualQty}}</span>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title"> </span>
<u-input v-model="dataForm.actualCaseQty" border placeholder="请输入件数" @input="changeCase"></u-input>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title"> </span>
<u-input v-model="kubevalue" type="select" placeholder="请选择库别" class="u-input" placeholder-style="color:#000000"
@click="kube = true" />
<u-select v-model="kube" :list="storageList" @confirm="confirmKube"></u-select>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title"> </span>
<u-input v-model="dataForm.containerCode" border placeholder="请输入或扫描容器条码"></u-input>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">抽检件数</span>
<u-input v-model="dataForm.checkCaseQty" :disabled="true" border placeholder="请输入数量"></u-input>
</view>
<view class="titleValue">
<view class="titleValue global-font">
<span class="title">抽检零散数</span>
<u-input v-model="dataForm.checkPieceQty" :disabled="true" border placeholder="请输入数量"></u-input>
</view>
@ -122,8 +122,6 @@
};
},
onLoad: function(options) {
console.log(options)
this.sid = options.sid
this.detailId = options.did
this.getList(options)
@ -174,7 +172,6 @@
//
getByDicAcceptanceReason() {
this.$u.api.getByDicAcceptanceReason().then(res => {
// console.log(res)
if (res.code === 200) {
this.resustlist = res.data.map((item) => ({
label: item.dictLabel,
@ -197,14 +194,12 @@
this.storageList.push(obj);
}
});
// console.log(this.storageList)
},
//
confirmError() {
this.$u.api.acceptance.confirmError({
id: this.sid
}).then((res) => {
console.log(res)
if (res.code === 200) {
this.$u.toast('提报异常成功');
this.dataForm = {
@ -276,8 +271,6 @@
// this.$u.toast('');
// return
// }
console.log('这里执行了吗')
console.log(this.billingStatusValue)
this.$u.api.acceptance.confirmBilling({
id: this.sid,
businInReceivingDetailTransBo: {
@ -285,7 +278,6 @@
id: this.detailId
}
}).then(res => {
console.log(res)
if (res.code === 200) {
this.$u.toast('验收成功');
this.result = {}
@ -312,7 +304,6 @@
},
getList(params) {
this.$u.api.acceptance.getReceiving(params).then(res => {
console.log(res)
if (res.code === 200) {
this.result = res.data
if (!this.result.businInReceivingDForPdaVo) {
@ -348,28 +339,24 @@
this.endtime = true
},
change(e) {
console.log(e.result)
this.endTimeValue = e.result
this.endtime = false
this.dataForm.expiredDate = e.result
},
//
confirmKube(e) {
console.log(e)
this.kube = false
this.kubevalue = e[0].label
this.dataForm.storageId = e[0].value
},
//
confirmClusion(e) {
console.log(e)
this.receonclusion = false
this.billingStatusValue = e[0].label
this.dataForm.billingStatus = e[0].value
},
//
confirmResult(e) {
console.log(e)
this.resust = false
this.resustValue = e[0].label
this.dataForm.reason = e[0].value
@ -379,7 +366,6 @@
var pages = getCurrentPages(); //
if (pages.length > 1) {
var beforePage = pages[pages.length - 1]; //
console.log(beforePage)
beforePage._data.refreshIfNeeded = true;
}
}
@ -446,7 +432,7 @@
.titleValue {
display: flex;
align-items: center;
font-size: 28rpx;
font-size: 32rpx;
padding: 0 50rpx;
margin-bottom: 20rpx;

@ -70,11 +70,11 @@
flex-direction: row;
.receipt-number-title {
color: #333333;
font-size: 24rpx;
font-size: 32rpx;
}
.receipt-number-value {
color: #333333;
font-size: 28rpx;
font-size: 32rpx;
font-weight: 600;
margin-left: 20rpx;
}
@ -132,11 +132,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;
}
@ -159,7 +159,7 @@
display: flex;
align-items: center;
.item-title {
font-size: 24rpx;
font-size: 26rpx;
color: #555555;
}
.item-value {

@ -1,10 +1,10 @@
<template>
<view class="sh-content">
<view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form">
<u-form-item label="商品条码" prop="barCode" labelWidth="150rpx">
<u-input v-model="dataForm.barCode" border style="background-color: #ffffff;"
placeholder="请输入或扫描条码" @input="changeCode()"></u-input>
<u-form labelPosition="left" :model="dataForm" class="sh-form global-font">
<u-form-item label="商品条码" style="font-size: 32rpx;" prop="barCode" labelWidth="150rpx">
<u-input v-model="dataForm.barCode" fontSize='32' border style="font-size: 32rpx;background-color: #ffffff;"
placeholder="请输入或扫描条码" @input="changeCode()"></u-input>
</u-form-item>
</u-form>
@ -17,8 +17,7 @@
v-if="dataList.length > 0">
<view class="sh-card-title" >
<view class="sh-card-title" >
<u-checkbox-group class="pad-checked" @change="checkboxGroupChange(item)">
<u-checkbox
@ -27,10 +26,9 @@
></u-checkbox>
</u-checkbox-group>
<!-- <checkbox v-if="" class="pad-checked" :checked="item.isChcked" @click="handleData(item)" /> -->
<view class="sh-center">
<view style="font-size: 32rpx;" class="sh-center global-font">
<view class="receipt-number">
<text class="receipt-number-title">收货单号</text>
<text class="receipt-number-title ">收货单号</text>
<text class="receipt-number-value">{{item.orderNo}}</text>
</view>
<view class="card-content">
@ -113,9 +111,11 @@
},
onLoad() {
// uni.startPullDownRefresh()
// uni.startPullDownRefresh()\
this.dataList =[]
this.getDataList();
this.getDic()
},
//(100pages.json)
onReachBottom() {
@ -134,7 +134,8 @@
if ( currentPage._data.refreshIfNeeded) {
currentPage._data.refreshIfNeeded = false;
this.query.pageNum = 1
this.getDataList();; //
this.dataList =[]
this.getDataList(); //
// this.mescroll.scrollTo(0,0); //
}
},
@ -300,6 +301,7 @@
},
//
getDataList() {
uni.stopPullDownRefresh();
this.loadStatus = "loadmore";
this.$u.api.acceptance.pageReceiving({

@ -73,7 +73,7 @@
</view> -->
<u-card :show-foot="false" >
<u-card :show-foot="false" :title="index+1+''">
<view class="" slot="body">
<!-- <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>

@ -190,7 +190,6 @@
},
loadList() {
this.$u.api.recevie.pageOrder(this.dataForm).then(res => {
console.log(res);
if (!res.rows || res.rows.length == 0) {
if (this.dataForm.sourceOrderNo !== "") {
this.$u.toast("扫描单号" + this.dataForm.sourceOrderNo + "不存在任务");

@ -40,7 +40,7 @@
<span class="value">{{data.businInOrderDVo.bgGoodName || '-'}}</span>
</view>
<view class="titleValue">
<span class="title"> </span>
<span class="title">规格</span>
<span class="value">{{data.businInOrderDVo.bgSpecifications || '-'}}</span>
</view>
<view class="titleValue">
@ -290,7 +290,6 @@
},
//
choosePackage() {
console.log(this.packages)
if (this.packages >= 2) {
this.$u.route({
url: 'pages/receive/choosePackaging/choosePackaging',
@ -335,10 +334,7 @@
const month = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1
const day = date.getDate() < 10 ? '0' + date.getDate() : date.getDate()
this.toDay = year + '-' + month + '-' + day
console.log(this.toDay, e.result)
const days = this.getDays(this.toDay, e.result)
console.log(days)
if (this.toDay > e.result) {
this.showOverdue = true
return

@ -10,7 +10,7 @@
<span class="value">{{orderNoList[0].bgGoodName || '-'}}</span>
</view>
<view class="titleValue1" style="font-size: 32rpx;">
<span class="title">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="title">&nbsp;&nbsp;&nbsp;&nbsp;</span>
<span class="value">{{orderNoList[0].bgSpecifications || '-'}}</span>
</view>
<view class='recommend'>

Loading…
Cancel
Save