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..67973441 100644 --- a/src/pages/count/job/fuzzyCountDetail.vue +++ b/src/pages/count/job/fuzzyCountDetail.vue @@ -1,17 +1,12 @@