|
|
@ -14,9 +14,9 @@ |
|
|
|
@change="switchChange"></u-switch> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="" v-if="operation=='reject'"> |
|
|
|
<view class="" v-if ="operation=='reject'"> |
|
|
|
<uni-section title="拒收原因" type="line"> |
|
|
|
<uni-easyinput v-model="reasonText" placeholder="请输入拒收原因"></uni-easyinput> |
|
|
|
<uni-easyinput v-model="reasonText" placeholder="请输入拒收原因" ></uni-easyinput> |
|
|
|
</uni-section> |
|
|
|
|
|
|
|
</view> |
|
|
@ -677,7 +677,6 @@ |
|
|
|
|
|
|
|
showMessage(message) { |
|
|
|
setTimeout(r => { |
|
|
|
this.scanPopupLoseFocus(); |
|
|
|
this.$refs.comMessage.showMessage(message, res => { |
|
|
|
if (res) { |
|
|
|
this.scanPopupGetFocus() |
|
|
@ -688,7 +687,6 @@ |
|
|
|
|
|
|
|
showErrorMessage(message) { |
|
|
|
setTimeout(r => { |
|
|
|
this.scanPopupLoseFocus(); |
|
|
|
this.$refs.comMessage.showErrorMessage(message, res => { |
|
|
|
if (res) { |
|
|
|
this.scanPopupGetFocus() |
|
|
@ -711,15 +709,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
scanPopupLoseFocus() { |
|
|
|
if (this.$refs.scanPopup != undefined) { |
|
|
|
this.$refs.scanPopup.losefocus(); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
showCommitSuccessMessage(hint) { |
|
|
|
|
|
|
|
this.$refs.comMessage.showSuccessMessage(hint, res => { |
|
|
|
navigateBack(1) |
|
|
|
}) |
|
|
|