diff --git a/pages/ProductManage/ManmadeBake.vue b/pages/ProductManage/ManmadeBake.vue index 64af380..efdd0ae 100644 --- a/pages/ProductManage/ManmadeBake.vue +++ b/pages/ProductManage/ManmadeBake.vue @@ -93,6 +93,11 @@ title: res.message, icon: 'none' }) + this.val1 = '' + this.val2 = '' + this.val3 = '' + this.val4 = '' + this.val5 = '' this.disabled = false } catch (e) { this.disabled = false @@ -110,6 +115,11 @@ title: res.message, icon: 'none' }) + this.val1 = '' + this.val2 = '' + this.val3 = '' + this.val4 = '' + this.val5 = '' this.disabled = false } catch (e) { this.disabled = false @@ -127,6 +137,11 @@ title: res.message, icon: 'none' }) + this.val1 = '' + this.val2 = '' + this.val3 = '' + this.val4 = '' + this.val5 = '' this.disabled3 = false } catch (e) { this.disabled3 = false diff --git a/pages/ProductManage/PointManage.vue b/pages/ProductManage/PointManage.vue index a055f0b..d75d311 100644 --- a/pages/ProductManage/PointManage.vue +++ b/pages/ProductManage/PointManage.vue @@ -8,11 +8,7 @@ 点位 - + @@ -59,15 +55,15 @@ }; }, methods: { - toSearch (e) { - this._pointStatusQuery() + handleChange1 (e) { + this._pointStatusQuery(e) }, /** 查询 */ - async _pointStatusQuery () { - if (!this.val1) { + async _pointStatusQuery (val1) { + if (!val1) { return } - let res = await pointStatusQuery(this.val1) + let res = await pointStatusQuery(val1) this.val2 = res.data.container_name this.val3 = res.data.have_goods }, @@ -83,6 +79,9 @@ title: res.message, icon: 'none' }) + this.val1 = '' + this.val2 = '' + this.val3 = '' this.disabled = false } catch (e) { this.disabled = false diff --git a/pages/WarehouseManage/EmptyInStore.vue b/pages/WarehouseManage/EmptyInStore.vue index 4347744..fe7799d 100644 --- a/pages/WarehouseManage/EmptyInStore.vue +++ b/pages/WarehouseManage/EmptyInStore.vue @@ -59,6 +59,8 @@ title: res.message, icon: 'none' }) + this.val1 = '' + this.val2 = '' this.disabled1 = false } catch (e) { this.disabled1 = false