From 264f6aec2ff599bc40a0577c62420b14c3e6563b Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 14 Oct 2022 16:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2chagnge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 2 +- pages/ProductManage/PointManage.vue | 11 +++++++---- pages/ProductManage/SboProcess.vue | 6 +++++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index e928199..04329ec 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -122,7 +122,7 @@ uni-button:after { padding: 0 15rpx; font-size: 28rpx; color: #606266; - border-radius: 14rpx; + border-radius: 10rpx; } .filter_input_disabled { background-color: #eee; diff --git a/pages/ProductManage/PointManage.vue b/pages/ProductManage/PointManage.vue index 0aee751..26cd02f 100644 --- a/pages/ProductManage/PointManage.vue +++ b/pages/ProductManage/PointManage.vue @@ -10,7 +10,8 @@ @@ -27,7 +28,7 @@ 是否有货 - + @@ -53,11 +54,12 @@ val1: '', val2: '', val3: '', + disabled0: true, disabled: false }; }, methods: { - handleChange1 (e) { + toSearch (e) { this._pointStatusQuery() }, /** 查询 */ @@ -66,7 +68,8 @@ return } let res = await pointStatusQuery(this.val1) - this.dataList = [...res.rows] + this.val2 = res.content.container_name + this.val3 = res.content.have_goods }, async _pointOperate () { this.disabled = true diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 7b4cd62..b0b1b9d 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -8,7 +8,9 @@ 设备 - + @@ -194,6 +196,8 @@