diff --git a/src/pages/modules/finished/finished-instore.vue b/src/pages/modules/finished/finished-instore.vue
index 9a52fbe..8a8658e 100644
--- a/src/pages/modules/finished/finished-instore.vue
+++ b/src/pages/modules/finished/finished-instore.vue
@@ -49,7 +49,7 @@
-
+
@@ -142,7 +142,7 @@ export default {
this.toSure()
},
showDialog () {
- if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.remark === '' || this.dataList === []) {
+ if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.dataList === []) {
// this.toast('请填写完整')
return
}
@@ -167,7 +167,7 @@ export default {
async toSure () {
this.$refs.child.disabled = true
this.disabled2 = true
- if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.remark === '' || this.dataList === []) {
+ if (this.value1 === '' || this.value2 === '' || this.value3 === '' || this.dataList === []) {
this.disabled2 = false
return
}