|
@@ -64,7 +64,7 @@
|
|
|
<NewPicker placeholder="添加卸货港" inputStyle="width: 140rpx;height: 40rpx;font-size: 28rpx;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #0089FD;line-height: 40rpx;text-align:center" bind:selectItem="selectDiscPort" url="/port/getCol"></NewPicker>
|
|
<NewPicker placeholder="添加卸货港" inputStyle="width: 140rpx;height: 40rpx;font-size: 28rpx;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #0089FD;line-height: 40rpx;text-align:center" bind:selectItem="selectDiscPort" url="/port/getCol"></NewPicker>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="line">
|
|
<view class="line">
|
|
|
- <view class="line-full-item aic jcsb">
|
|
|
|
|
|
|
+ <view class="line-full-item aic jcsb" style="padding: 0;">
|
|
|
<view class="df aic">
|
|
<view class="df aic">
|
|
|
<view class="line-full-title">货量</view>
|
|
<view class="line-full-title">货量</view>
|
|
|
<input class="d-input" model:value="{{tons}}" type="text" />
|
|
<input class="d-input" model:value="{{tons}}" type="text" />
|
|
@@ -73,14 +73,14 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="line">
|
|
<view class="line">
|
|
|
- <view class="line-full-item">
|
|
|
|
|
|
|
+ <view class="line-full-item" style="padding: 0;">
|
|
|
<view class="line-full-title"></view>
|
|
<view class="line-full-title"></view>
|
|
|
<input class="d-input" model:value="{{pieces}}" type="text" />
|
|
<input class="d-input" model:value="{{pieces}}" type="text" />
|
|
|
<view style="margin-right:10rpx;color:#333">{{' 件'}}</view>
|
|
<view style="margin-right:10rpx;color:#333">{{' 件'}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="line">
|
|
<view class="line">
|
|
|
- <view class="line-full-item">
|
|
|
|
|
|
|
+ <view class="line-full-item" style="padding: 0;">
|
|
|
<view class="line-full-title">合理卸货天数</view>
|
|
<view class="line-full-title">合理卸货天数</view>
|
|
|
<input class="d-input" model:value="{{reasonableUnloadingDays}}" type="number" />
|
|
<input class="d-input" model:value="{{reasonableUnloadingDays}}" type="number" />
|
|
|
<view class="unit">天</view>
|
|
<view class="unit">天</view>
|