|
|
@ -20,7 +20,7 @@ |
|
|
|
<receipt-job-list-popup ref="jobListPopup" @selectedItem="selectedItem"></receipt-job-list-popup> |
|
|
|
</view> |
|
|
|
<win-scan-button @goScan='openScanPopup' v-if="jobList.length>0"></win-scan-button> |
|
|
|
<winScanPackJob ref="scanPopup" @getResult='getScanResult' :allowNullBalance="true"> |
|
|
|
<winScanPackJob :title="scanTitle" ref="scanPopup" @getResult='getScanResult' :allowNullBalance="true"> |
|
|
|
</winScanPackJob> |
|
|
|
<jobList ref="jobList" @selectItem="selectItem"></jobList> |
|
|
|
<comMessage ref="comMessage"></comMessage> |
|
|
@ -90,7 +90,11 @@ |
|
|
|
isShowJob:{ |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
scanTitle:{ |
|
|
|
type: String, |
|
|
|
default: '箱标签' |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// onShow() { |
|
|
|