diff --git a/pages/modules/rawmater-outstore.vue b/pages/modules/rawmater-outstore.vue index d19868a..75bc56a 100644 --- a/pages/modules/rawmater-outstore.vue +++ b/pages/modules/rawmater-outstore.vue @@ -31,7 +31,7 @@ - + @@ -80,12 +80,12 @@ }, async _yclck () { this.disabled = true - if (!this.index1 || !this.index2 || !this.val2) { + if (!this.index1 || !this.index2 || !this.val2 || !this.val3) { this.disabled = false return } try { - let res = await yclck(this.index1, this.index2, this.val2) + let res = await yclck(this.index1, this.index2, this.val2, this.val3) this.disabled = false uni.showToast({ title: res.message,