|
|
@ -16,13 +16,13 @@ |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<targetContainer ref="scanContainer" title="托盘" :containerCode="containerCode" @getContainer="getContainer"> |
|
|
|
</targetContainer> |
|
|
|
|
|
|
|
<view class="page-footer"> |
|
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
|
<view class=""> |
|
|
|
<targetContainer ref="scanContainer" title="托盘" :containerCode="containerCode" |
|
|
|
@getContainer="getContainer"> |
|
|
|
</targetContainer> |
|
|
|
</view> |
|
|
|
<view class=" uni-flex uni-row"> |
|
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
|
@ -41,7 +41,7 @@ |
|
|
|
import { |
|
|
|
goHome, |
|
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
getDirectoryItemArray |
|
|
|
} from '@/common/directory.js'; |
|
|
@ -175,11 +175,11 @@ |
|
|
|
scanPopupGetFocus() { |
|
|
|
this.$refs.scanPopup.getfocus(); |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
scanPopupLoseFocus() { |
|
|
|
this.$refs.scanPopup.losefocus(); |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commit() { |
|
|
|
if (this.containerCode == "") { |
|
|
|