From 3cc47682cd451c2a720be21d7926d76b6a42214e Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 12 Apr 2023 11:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E9=A2=84=E8=AD=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/addInvRemindSetDialog.vue | 5 ----- src/views/supplier/products/supProductsAddDi.vue | 2 +- src/views/system/param/helpSettings.vue | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/inventory/addInvRemindSetDialog.vue b/src/views/inventory/addInvRemindSetDialog.vue index cd7da55..6f2a4a0 100644 --- a/src/views/inventory/addInvRemindSetDialog.vue +++ b/src/views/inventory/addInvRemindSetDialog.vue @@ -166,11 +166,6 @@ export default { getInfoByInvId({invId: this.invId}).then((res) => { if (res.code === 20000) { this.formData = res.data; - this.formData.lowStock = false; - this.formData.lackStock = false; - this.formData.overStock = false; - this.formData.expireDate = false; - this.formData.recentDate = false; } else { this.$message.error(res.meesage); } diff --git a/src/views/supplier/products/supProductsAddDi.vue b/src/views/supplier/products/supProductsAddDi.vue index 3c8a104..cbb73cc 100644 --- a/src/views/supplier/products/supProductsAddDi.vue +++ b/src/views/supplier/products/supProductsAddDi.vue @@ -69,7 +69,7 @@