main
xuziying 1 year ago
parent ae51179502
commit bae87b8238
  1. 2
      app.js
  2. 6
      app.wxss
  3. BIN
      images/saoma.png
  4. 2
      pages/freiLogistics/freiLogistics.json
  5. 4
      pages/index/index.js
  6. 8
      pages/index/index.wxml
  7. 4
      pages/index/index.wxss
  8. 26
      pages/meLogistics/meLogistics.wxml
  9. 54
      pages/meLogistics/meLogistics.wxss
  10. 2
      pages/otherLogistics/otherLogistics.wxss
  11. 2
      pages/threeLogistics/threeLogistics.json
  12. 14
      project.private.config.json

@ -15,7 +15,7 @@ App({
globalData: {
// 本地环境
baseUrl: 'http://192.168.51.4:8201/mall-portal',
baseUrl: 'http://192.168.51.6:8201/mall-portal',
// 线上环境
// baseUrl:'https://portal-api.macrozheng.com',
token: '',

@ -1,12 +1,12 @@
/**app.wxss**/
page{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1)
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f4f4f4)
}
.box{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1);
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f4f4f4);
min-height: 1400rpx;
padding: 20rpx;
padding: 5rpx 15rpx;
font-size: 28rpx;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

@ -1,4 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "物流签收"
"navigationBarTitleText": "三力货运物流"
}

@ -138,10 +138,6 @@ Page({
url = '../queryfrei/queryfrei'
}
//合作物流
if(tag == 'goOtherLogistics'){
url = '../otherLogistics/otherLogistics'
}
wx.navigateTo({
url: url,

@ -44,13 +44,7 @@
<image src="../../images/货运物流_查询.png"></image>
<view class="text">货运查询</view>
</view>
<view class="item" bindtap="goSelNav" data-id="goOtherLogistics">
<image src="../../images/货运物流_查询.png"></image>
<view class="text">合作物流</view>
</view>
</view>
</view>
</view>

@ -48,7 +48,9 @@ page {
background-color: #3ec6c9;
color: #fff;
margin-top: 10rpx;
padding: 30rpx 10rpx;
padding: 25rpx 10rpx;
font-size: 35rpx;
letter-spacing: 2rpx;
width: 98% !important;
}

@ -1,21 +1,18 @@
<!--pages/meLogistics/meLogistics.wxml 自建物流-->
<view class="box">
<view class="back">
<view class="top">
<input type="text" bindinput="inputTextInfo" data-id="barCode" value="{{pipenum}}" />
<view style="background-color: #eee;" bindtap="scacode">扫 码</view>
<!-- <view style="background-color: #23c559; color: #fff;" bindtap="phot" hidden="true">拍 照</view> -->
<view class="top">
<input type="text" bindinput="inputTextInfo" data-id="barCode" value="{{pipenum}}" />
<view bindtap="scacode">
<image src="../../images/saoma.png" style="width: 70rpx; height: 70rpx;"></image>
</view>
</view>
<!-- <view class="back"> -->
<!--样本列表-->
<view class="back" style="padding: 0rpx;">
<view class="back" style="padding: 10rpx 5;">
<view class="con">
<view style="flex: 1;">总计:{{sampleCount}}/管数</view>
<button style="background-color: #ddd;" hidden="ture">修 改</button>
</view>
<scroll-view scroll-x scroll-y class="tabel" style="height: 400rpx;">
<view class="tr tab-top">
<view class="td1"></view>
@ -75,7 +72,6 @@
<image bindtap="photograph" src="{{poto[10]}}" data-id="sam_2"></image>
<image bindtap="photograph" src="{{poto[11]}}" data-id="sam_3"></image>
</view>
</view>
<!-- <view class="back">
@ -105,7 +101,7 @@
<input type="text" disabled="true" placeholder="请选择日期" placeholder-class="place" value="{{date}}" />
</picker> -->
<view class="from-con">
<text space="nbsp">数 量:</text>
<text space="nbsp" style="letter-spacing: 14rpx;">数 量:</text>
<input type="number" bindinput="inputTextInfo" data-id="number" placeholder="数量" placeholder-class="place" />
</view>
@ -152,14 +148,14 @@
</view>
<view class="from-con">
<text space="nbsp">备 注:</text>
<text space="nbsp" style="letter-spacing: 14rpx;">备 注:</text>
<input type="text" bindinput="inputTextInfo" data-id="notes" placeholder="备注" placeholder-class="place" value="{{notes}}" />
</view>
</view>
</view>
<!-- </view> -->
<button class="bottomButton" style="width: 100%;height: 150rpx;" bindtap="saveInfo">保 存</button>
<button class="bottomButton"bindtap="saveInfo">保 存</button>
</view>

@ -7,17 +7,18 @@
}
.top input {
border: 1rpx #333 solid;
background-color: #fff;
border-radius: 40rpx !important;
height: 60rpx;
width: 700rpx;
border-radius: 5rpx;
padding: 5rpx 10rpx;
padding: 3rpx 30rpx;
font-size: 24rpx;
}
.top view {
width: 305rpx;
width: 120rpx;
margin-left: 20rpx;
background-color: #eee;
display: flex;
justify-content: center;
align-items: center;
@ -29,8 +30,9 @@
.form {
background-color: #fff;
border-radius: 15rpx;
padding: 0rpx 30rpx;
padding: 10rpx 30rpx;
margin-bottom: 15rpx;
margin-top: 15rpx;
}
.form .from-con {
@ -46,6 +48,7 @@
color: red;
font-weight: 900;
font-size: 28rpx;
width: 30%;
}
.from-con text {
@ -60,6 +63,10 @@
.from-con input {
text-align: right;
padding: 10rpx;
/* background-color: #23c559; */
position: relative;
left: 28%;
width: 70%;
}
.place {
@ -70,7 +77,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 40rpx;
padding-left: 30rpx;
}
.bush button {
@ -85,36 +92,41 @@
}
.bush-img {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 20rpx 10rpx;
padding:10rpx;
width: 100%;
}
.bush-img image {
width: 100rpx;
height: 100rpx;
width: 120rpx;
height: 120rpx;
margin-top: 5rpx;
border: 1rpx solid #999;
border-radius: 5rpx;
/* border: 10rpx solid #eee;
background-color: #eee; */
border: 1rpx solid #ddd;
/* background-color: #ddd; */
border-radius: 10rpx;
}
.back {
margin-top: 15rpx;
margin-top: 10rpx;
}
.back_img_box {
margin-top: 20rpx;
margin-top: 15rpx;
padding-top: 10rpx;
background-color: #e6e6e6;
border-radius: 5rpx;
background-color: #f6f6f6;
/* background-color: #fff; */
border-radius: 15rpx;
}
.con {
display: flex;
align-items: center;
padding: 0 20rpx;
font-size: 26rpx;
}
.con button {
@ -129,6 +141,8 @@
}
.bottomButton {
width: 100% !important;
height: 90rpx;
margin-top: 30rpx;
margin-bottom: 80rpx;
padding: 0rpx 10rpx;
@ -137,13 +151,15 @@
align-items: center;
justify-content: center;
text-align: center;
background-color: #7f96d3;
background-color:#4eb8b9;
color: #fff;
border-radius: 50rpx;
}
.tabel {
margin-top: 20rpx;
width: 100%;
border: 1rpx #ddd solid;
/* border: 1rpx #eee solid; */
}
@ -170,7 +186,7 @@
background-color: #51bdbe;
color: #fff;
font-weight: 700;
font-size: 28rpx;
font-size: 26rpx !important;
}
.td1 {

@ -5,7 +5,7 @@
font-size: 28rpx;
}
.top input{
border: 1rpx #333 solid;
border: 1rpx #f1f1f1 solid;
height: 60rpx;
width: 700rpx;
border-radius: 5rpx;

@ -1,4 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "物流签收"
"navigationBarTitleText": "三力第三方物流"
}

@ -83,6 +83,20 @@
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "",
"pathName": "pages/meLogistics/meLogistics",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "",
"pathName": "pages/threeLogistics/threeLogistics",
"query": "",
"launchMode": "default",
"scene": null
}
]
}

Loading…
Cancel
Save