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