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 @@