|
@@ -41,7 +41,7 @@
|
|
|
<view class="right">{{retreatList.inOutType}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="retreatList.inOutType == '移库出库'">
|
|
|
- <view class="left">移库任务编号</view>
|
|
|
+ <view class="left" style="width: 180rpx;">移库任务编号</view>
|
|
|
<view class="right">{{retreatList.moveTaskNo}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="retreatList.inOutType != '移库出库'">
|
|
@@ -103,7 +103,7 @@
|
|
|
<view class="right">{{OutList.inOutType}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="OutList.inOutType == '移库出库'">
|
|
|
- <view class="left">移库任务编号</view>
|
|
|
+ <view class="left" style="width: 180rpx;">移库任务编号</view>
|
|
|
<view class="right">{{OutList.moveTaskNo}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="OutList.inOutType != '移库出库'">
|
|
@@ -159,7 +159,6 @@
|
|
|
<u-input v-model="OutList.binNumber" input-align="right" placeholder="未指定" disabled/>
|
|
|
</u-form-item>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<view v-if="EnterList.judge == 2 && EnterList">
|
|
|
<view class="uForm_item">
|
|
@@ -178,7 +177,7 @@
|
|
|
<view class="right">{{EnterList.inOutType}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="EnterList.inOutType == '移库入库'">
|
|
|
- <view class="left">移库任务编号</view>
|
|
|
+ <view class="left" style="width: 180rpx;">移库任务编号</view>
|
|
|
<view class="right">{{EnterList.moveTaskNo}}</view>
|
|
|
</view>
|
|
|
<view class='row' v-if="EnterList.inOutType != '移库入库'">
|