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