From 1ef7f2e8fcabedc88c2a10e74d695d991c3da04f Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Sat, 20 Jul 2024 15:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 10 +++ src/mycomponents/qty/countQtyEdit.vue | 14 ++++ src/pages/count/job/countJob.vue | 10 +-- src/pages/count/job/fuzzyCountDetail.vue | 82 ++++++++++++++---------- src/pages/index/index.vue | 2 - 5 files changed, 77 insertions(+), 41 deletions(-) diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 41120cb1..dacc8147 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2645,6 +2645,16 @@ button[disabled] { padding: 5rpx; } + +.desc_input { + height: 100rpx; + font-size: 10rpx; + color: #000000; + text-align: left; + border: 1px solid rgb(220, 211, 211); + padding: 5rpx; +} + .qty_inspect_input { width: 150rpx; height: 60rpx; diff --git a/src/mycomponents/qty/countQtyEdit.vue b/src/mycomponents/qty/countQtyEdit.vue index 9f89a579..b1112053 100644 --- a/src/mycomponents/qty/countQtyEdit.vue +++ b/src/mycomponents/qty/countQtyEdit.vue @@ -66,6 +66,20 @@ + + + + + + 描述 : + + + + + + diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index a65dea8e..f0040e84 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -167,11 +167,11 @@ // action: "==", // value: this.$store.state.user.id // }) - filters.push({ - column: "accept_user_id", - action: "==", - value: this.$store.state.user.id - }) + // filters.push({ + // column: "accept_user_id", + // action: "==", + // value: this.$store.state.user.id + // }) var params = { filters: filters, pageNo: this.pageNo, diff --git a/src/pages/count/job/fuzzyCountDetail.vue b/src/pages/count/job/fuzzyCountDetail.vue index 8e269f9a..5a19ff01 100644 --- a/src/pages/count/job/fuzzyCountDetail.vue +++ b/src/pages/count/job/fuzzyCountDetail.vue @@ -1,17 +1,12 @@