|
@ -18,13 +18,14 @@ |
|
|
</scroll-view> |
|
|
</scroll-view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<requiredLocation title="目标库位" :locationCode="toLocationCode" @getLocation='getToLocationCode' |
|
|
|
|
|
:locationTypeList="tolocationTypeList"></requiredLocation> |
|
|
|
|
|
|
|
|
|
|
|
<view class="page-footer"> |
|
|
<view class="page-footer"> |
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
|
|
|
<requiredLocation title="目标库位" :locationCode="toLocationCode" @getLocation='getToLocationCode' |
|
|
|
|
|
:locationTypeList="tolocationTypeList"></requiredLocation> |
|
|
</view> |
|
|
</view> |
|
|
<view class=" uni-flex uni-row"> |
|
|
<view class=" uni-flex uni-row"> |
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
@ -119,9 +120,9 @@ |
|
|
}, |
|
|
}, |
|
|
mounted(option) { |
|
|
mounted(option) { |
|
|
var typeCode ="" |
|
|
var typeCode ="" |
|
|
if(this.transferType=="transferIssue"){ |
|
|
if(this.transferType=="TransferDeliver"){ |
|
|
typeCode = "Transfer" |
|
|
typeCode = "TransferDeliver" |
|
|
}else if(this.transferType=="transferReceipt"){ |
|
|
}else if(this.transferType=="TransferReceipt"){ |
|
|
typeCode = "TransferReceipt" |
|
|
typeCode = "TransferReceipt" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|