| | |
| | | <template> |
| | | <view class="uni-page-modal-5602"> |
| | | <view class="uni-page-modal-5602" :class="largeMode?'large-mode':''"> |
| | | <!-- 表头样式 --> |
| | | <view class="view-header"> |
| | | <view class="v-headStyle" v-for="(item,index) in head_styledef.form.items"> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | largeMode: getApp().globalData.largeMode || false, |
| | | title: this.translateSys("sorting"), |
| | | ClsID: "Distribution_CNTR_Detail", |
| | | ClsID2: "Picking_Result", |
| | |
| | | // var $ele = e; |
| | | this.focusOldFieldId = item.fieldId |
| | | getApp().onScan((result) => { |
| | | console.log(result.decodedata); |
| | | item.value = result.decodedata; |
| | | console.log(result); |
| | | item.value = result; |
| | | //uni.hideKeyboard(); |
| | | var $this = this; |
| | | |