Browse Source

修改盘点包装查询

intex
李俊城 6 days ago
parent
commit
4026010db8
  1. 9
      src/mycomponents/scan/winScanPackAndLocation.vue
  2. 1
      src/pages/count/job/countLightDetail.vue

9
src/mycomponents/scan/winScanPackAndLocation.vue

@ -39,7 +39,9 @@
</view>
<view class="">
<view class="">
<win-com-scan ref="comscan" :placeholder="title" @getResult="getScanResult" :isShowHistory="isShowHistory"
<win-com-scan ref="comscan"
:isHavePackNumber="isHavePackNumber"
:placeholder="title" @getResult="getScanResult" :isShowHistory="isShowHistory"
:clearResult="true" :headerType="headerType" :locationCode='fromLocationCode'></win-com-scan>
</view>
</view>
@ -134,6 +136,11 @@
type: Boolean,
default: false
},
isHavePackNumber: {
type: Boolean,
default: true
},
},
data() {

1
src/pages/count/job/countLightDetail.vue

@ -49,6 +49,7 @@
<win-scan-button @goScan='openScanPopup'></win-scan-button>
<win-scan-pack-and-location :allowModifyLocation="false" ref="scanPopup" :noShowBalanceMessage="true"
:isHavePackNumber="true"
:pdaCountBalanceQuery="true" :isShowHistory="false" @getCountScanResult='getCountScanResult'>
</win-scan-pack-and-location>
<detail-info-popup ref="detailInfoPopup"></detail-info-popup>

Loading…
Cancel
Save