master
Mr.sun 2 years ago
parent c6d3912173
commit 1524d4180e
  1. 7
      App.vue
  2. 3
      manifest.json
  3. 5
      pages.json
  4. 4
      pages/AvgCarry/index.vue
  5. 8
      pages/AvgOrderPkg/index.vue
  6. 2
      pages/payInto/index.scss
  7. 12
      pages/payInto/index.vue
  8. 9
      pages/receive/index.vue
  9. 12
      pages/receive/receiveHomeWorks/receiveHomeWork.vue
  10. 8
      pages/release/index.vue
  11. BIN
      static/song.ttf

@ -8,6 +8,13 @@
<style lang="scss"> <style lang="scss">
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */ /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss"; @import "uview-ui/index.scss";
@font-face {
font-family:myfont;
src: url('@/static/song.ttf');
}
.global-font{
font-family: 'myfont';
}
</style> </style>
<!-- 去除登录页返回按钮 --> <!-- 去除登录页返回按钮 -->
<style> <style>

@ -7,6 +7,9 @@
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
"globalStyle":{
"fontFamily":"宋体"
},
"usingComponents" : true, "usingComponents" : true,
"nvueCompiler" : "uni-app", "nvueCompiler" : "uni-app",
"compilerVersion" : 3, "compilerVersion" : 3,

@ -8,7 +8,10 @@
"path": "pages/start/start", "path": "pages/start/start",
"style": { "style": {
"app-plus": { "app-plus": {
"titleNView": false "titleNView": false,
"globalStyle":{
"fontFamily":"宋体"
}
} }
} }
}, },

@ -1,7 +1,7 @@
<template> <template>
<view class="sh-content" style="padding: 50rpx 50rpx;"> <view class="sh-content" style="padding: 50rpx 50rpx;">
<view class="task" style="font-size: 32rpx;" > <view class="task global-font" style="font-size: 32rpx;" >
<span >扫描托盘条码:</span> <span >扫描托盘条码:</span>
<u-input v-model="dataForm.containerCode" border style="background-color: #ffffff;margin-bottom: 20px;" <u-input v-model="dataForm.containerCode" border style="background-color: #ffffff;margin-bottom: 20px;"
placeholder="请输入或输入要搬运的托盘条码" :focus="focusFlag" @confirm="changeCode()"></u-input> placeholder="请输入或输入要搬运的托盘条码" :focus="focusFlag" @confirm="changeCode()"></u-input>
@ -17,7 +17,7 @@
<!-- <img src="@/static/icon/down.png" alt="" style="width: 300rpx;"> --> <!-- <img src="@/static/icon/down.png" alt="" style="width: 300rpx;"> -->
</view> </view>
<view class="task" style="font-size: 32rpx;" > <view class="task global-font" style="font-size: 32rpx;" >
<span>搬运目标点位:</span> <span>搬运目标点位:</span>
<u-input v-model="end" border type="select" font-size='32' 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" /> placeholder-style="color:#000000" @click="showTwo = true" />

@ -1,7 +1,7 @@
<template> <template>
<view class="sh-content"> <view class="sh-content">
<view class="sh-search"> <view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form"> <u-form labelPosition="left" :model="dataForm" class="sh-form global-font">
<u-form-item prop="barCode"> <u-form-item prop="barCode">
<u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号" <u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号"
@confirm="inputQuery()" :focus="firstFocus"> @confirm="inputQuery()" :focus="firstFocus">
@ -14,10 +14,10 @@
<text>{{dataForm.containerCode1}}</text> <text>{{dataForm.containerCode1}}</text>
</view> --> </view> -->
<view class='recommend'> <view class='recommend'>
<text class='recommend-title' style="font-size: 32rpx;">待出库物料信息</text> <text class='recommend-title global-font' style="font-size: 32rpx;">待出库物料信息</text>
</view> </view>
<!-- {{dataList}} --> <!-- {{dataList}} -->
<view class="all-card"> <view class="all-card global-font">
<!-- class="sh-card" --> <!-- class="sh-card" -->
<view v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0" <view v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0"
style="border-radius: 20rpx;"> style="border-radius: 20rpx;">
@ -111,7 +111,7 @@
</view> --> </view> -->
<!-- <button @click="open">测试</button> --> <!-- <button @click="open">测试</button> -->
<view class="bottom"> <view class="bottom">
<button @click="pickUp()" >完成出库</button> <button @click="pickUp()" class="global-font" >完成出库</button>
</view> </view>
</view> </view>

@ -181,7 +181,7 @@
font-size: 36rpx; font-size: 36rpx;
// font-family: '黑体'; // font-family: '黑体';
color: #555555; color: #555555;
width: 160rpx; width: 164rpx;
text-align: right; text-align: right;
// right: 0; // right: 0;
} }

@ -3,7 +3,7 @@
<view class="sh-search"> <view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form"> <u-form labelPosition="left" :model="dataForm" class="sh-form global-font">
<view style="display: flex;line-height:5vh;margin-bottom: 2vh;"> <view style="display: flex;line-height:5vh;margin-bottom: 2vh;">
<text style="font-size: 34rpx;">台车编号:</text><input style="width: 72%; text-align: left;padding-left: 15rpx;" class="barNo" <text style="font-size: 34rpx;">台车编号:</text><input style="width: 72%; text-align: left;padding-left: 15rpx;" class="barNo"
v-model="dataForm.containerCode" @confirm="inputQuery()" :focus="firstFocus" ref="input" v-model="dataForm.containerCode" @confirm="inputQuery()" :focus="firstFocus" ref="input"
@ -11,8 +11,8 @@
</view> </view>
<view style="display: flex;line-height: 65rpx;" > <view style="display: flex;line-height: 65rpx;" >
<text style="font-size: 34rpx;margin-top: 3px;">选择物料:</text> <text style="font-size: 34rpx;margin-top: 3px;width:78px;">选择物料:</text>
<select-lay :options="datalist1" style="width: 78%;padding-left: 1vh; " <select-lay :options="datalist1" style="width: 78%;padding-left: 0.5vh; "
smoldName="ptName" slabel="ptDesc" smodel="ptName" name="name3" svalue="id" @selectitem="queryList" smoldName="ptName" slabel="ptDesc" smodel="ptName" name="name3" svalue="id" @selectitem="queryList"
:value="dataForm.ptName" placeholder="请选择物料编码"> </select-lay> :value="dataForm.ptName" placeholder="请选择物料编码"> </select-lay>
</view> </view>
@ -25,19 +25,19 @@
</view> </view>
<u-button @click="handleAdd()" style="width: 75%;height:5vh;margin-left:11vh; margin-top: 2.5vh; <u-button @click="handleAdd()" style="width: 75%;height:5vh;margin-left:11vh; margin-top: 2.5vh;
;color: black;background-color: #fafafa;">加入列表</u-button> ;color: black;background-color: #fafafa;"><text >加入列表</text> </u-button>
<!-- background-color: rgb(31, 163, 219) --> <!-- background-color: rgb(31, 163, 219) -->
</u-form> </u-form>
<!-- @input="inputQuery()" --> <!-- @input="inputQuery()" -->
</view> </view>
<view class='recommend'> <view class='recommend'>
<text class='recommend-title' style="font-size: 32rpx;">物料信息</text> <text class='recommend-title global-font' style="font-size: 32rpx;">物料信息</text>
</view> </view>
<!-- {{dataList}} --> <!-- {{dataList}} -->
<view class="all-card"> <view class="all-card">
<view class="sh-card" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0" <view class="sh-card global-font" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0"
style="border-radius: 20rpx; margin-bottom: 2vh;"> style="border-radius: 20rpx; margin-bottom: 2vh;">
<!-- <view class="sh-card-title" style="border-radius: 20rpx;"> <!-- <view class="sh-card-title" style="border-radius: 20rpx;">
<image src="@/static/icon/error.png" @click="delBtn(index)" <image src="@/static/icon/error.png" @click="delBtn(index)"

@ -1,9 +1,9 @@
<template> <template>
<view class="sh-content"> <view class="sh-content">
<view class="sh-search"> <view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form"> <u-form labelPosition="left" :model="dataForm" class="sh-form global-font">
<u-form-item style="font-size: 32rpx;" 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;" <u-input v-model="dataForm.sourceOrderNo" border style="background-color: #ffffff;"
placeholder="请输入或扫描单号"></u-input> placeholder="请输入或扫描单号"></u-input>
</u-form-item> </u-form-item>
<u-form-item style="font-size: 32rpx;" label="供货单位" prop="companyMnemonic" labelWidth="150rpx"> <u-form-item style="font-size: 32rpx;" label="供货单位" prop="companyMnemonic" labelWidth="150rpx">
@ -16,12 +16,12 @@
</u-form-item> </u-form-item>
</u-form> </u-form>
<view class="sh-sub-search"> <view class="sh-sub-search">
<u-button class="sh-search-button" @click="searchClick()">搜索</u-button> <u-button class="sh-search-button global-font" @click="searchClick()">搜索</u-button>
</view> </view>
</view> </view>
<view class="all-card"> <view class="all-card">
<view class="sh-card" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" <view class="sh-card global-font" v-for="(item, index) in dataList" :keys="item.id" :index="item.id"
v-if="dataList.length > 0" > v-if="dataList.length > 0" >
<view class="sh-card-title" :class="{'borderBottom':!item.businInOrderDVos.length}"> <view class="sh-card-title" :class="{'borderBottom':!item.businInOrderDVos.length}">
<view class="receipt-number"> <view class="receipt-number">
@ -60,7 +60,6 @@
<!-- <checkbox v-if="" class="pad-checked" ref="testDom" :checked="item2.isChcked" @click="handleData(item2,index)" /> --> <!-- <checkbox v-if="" class="pad-checked" ref="testDom" :checked="item2.isChcked" @click="handleData(item2,index)" /> -->
<u-checkbox-group class="pad-checked" @change="checkboxGroupChange(item2)"> <u-checkbox-group class="pad-checked" @change="checkboxGroupChange(item2)">
<u-checkbox <u-checkbox
@change="handleData(item2,index)" @change="handleData(item2,index)"
v-model="item2.isChcked" v-model="item2.isChcked"
></u-checkbox> ></u-checkbox>

@ -1,7 +1,7 @@
<template> <template>
<view > <view >
<view v-if="data" class="receiveBody"> <view v-if="data" class="receiveBody global-font">
<view class="titleValue1" style="font-size: 32rpx;"> <view class="titleValue1 " style="font-size: 32rpx;">
<span class="title">商品编号</span> <span class="title">商品编号</span>
<span class="value">{{orderNoList[0].bgGoodNo || '-'}}</span> <span class="value">{{orderNoList[0].bgGoodNo || '-'}}</span>
</view> </view>
@ -16,7 +16,7 @@
<view class='recommend'> <view class='recommend'>
<text class='recommend-title'>收货数量确认</text> <text class='recommend-title'>收货数量确认</text>
</view> </view>
<view class="orderList" v-for="item in orderNoList"> <view class="orderList " v-for="item in orderNoList">
<view class="titleValue" style="font-size: 32rpx;"> <view class="titleValue" style="font-size: 32rpx;">
<span class="title" >单据编号</span> <span class="title" >单据编号</span>
<span class="value">{{item.orderNo|| '-'}}</span> <span class="value">{{item.orderNo|| '-'}}</span>
@ -30,13 +30,13 @@
<span class="title" style="margin-left: 15px;">未收{{item.ableQty}}</span> <span class="title" style="margin-left: 15px;">未收{{item.ableQty}}</span>
</view> </view>
</view> </view>
<view class="titleValue" style="margin-top: 44px;"> <view class="titleValue global-font" style="margin-top: 44px;">
<span class="title" style="font-size: 22px;font-weight: 600;width: 120px;">收货数量:</span> <span class="title global-font" style="font-size: 22px;font-weight: 600;width: 120px;">收货数量:</span>
<span style="font-size: 22px;font-weight: 600;width: 120px;">{{receiptNum}}</span> <span style="font-size: 22px;font-weight: 600;width: 120px;">{{receiptNum}}</span>
</view> </view>
<view class="enter-button"> <view class="enter-button">
<button class="smell-button" @click="confirmSave">确认收货</button> <button class="smell-button global-font" @click="confirmSave">确认收货</button>
</view> </view>
<!-- <view class="footer"> <!-- <view class="footer">
<u-button type="primary" @click="confirmSave">确认收货</u-button> <u-button type="primary" @click="confirmSave">确认收货</u-button>

@ -1,7 +1,7 @@
<template> <template>
<view class="sh-content"> <view class="sh-content">
<view class="sh-search"> <view class="sh-search">
<u-form labelPosition="left" :model="dataForm" class="sh-form"> <u-form labelPosition="left" :model="dataForm" class="sh-form global-font">
<u-form-item prop="barCode"> <u-form-item prop="barCode">
<!-- <u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号" <!-- <u-input v-model="dataForm.containerCode" border input-align="left" height="70" style="background-color: #ffffff;height: 38px;line-height: 38px;" placeholder="请扫描台车编号"
@confirm="inputQuery()" :focus="firstFocus"> @confirm="inputQuery()" :focus="firstFocus">
@ -17,7 +17,7 @@
<text>{{dataForm.containerCode1}}</text> <text>{{dataForm.containerCode1}}</text>
</view> --> </view> -->
<view class='recommend'> <view class='recommend'>
<text class='recommend-title'>点位物料信息</text> <text class='recommend-title global-font'>点位物料信息</text>
</view> </view>
<!-- {{dataList}} --> <!-- {{dataList}} -->
<view class="all-card"> <view class="all-card">
@ -83,10 +83,10 @@
</view> --> </view> -->
<!-- <button @click="open">测试</button> --> <!-- <button @click="open">测试</button> -->
<view class="bottom"> <view class="bottom">
<button @click="pickUp()" >释放点位</button> <button @click="pickUp()"class="global-font" >释放点位</button>
</view> </view>
<view style=" position: absolute; <view class="global-font" style=" position: absolute;
top: 92%; top: 92%;
left: 40%; left: 40%;
transform: translate(-30%,-50%); transform: translate(-30%,-50%);

Binary file not shown.
Loading…
Cancel
Save