fix:Haier163库位校验

master
zhoulei 4 years ago
parent 152dbaa65b
commit 6b0d6f2a95

@ -248,7 +248,7 @@ export default class dnReceiptDom extends BasePage {
//
Add() {
const count = this.totalLocation(this.LocationList);
if (this.receiptAmount == '' || this.wl.value == '') {
if (this.receiptAmount == '' || !this.wl.value) {
uni.showToast({
icon: 'none',
title: this.$t('message.Commission_tips2') as any,

Loading…
Cancel
Save