From d44f76b641f18a1ea30c08082398372a2265766b Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 4 Mar 2024 13:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E5=9B=A2-=E5=8C=85=E8=A3=85=E8=A6=81?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/orderGroup/components/orderGroupAdd.vue | 11 ++--------- src/views/order/base/orderGroup/index.vue | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/order/base/orderGroup/components/orderGroupAdd.vue b/src/views/order/base/orderGroup/components/orderGroupAdd.vue index 1c272dfb..a57e2909 100644 --- a/src/views/order/base/orderGroup/components/orderGroupAdd.vue +++ b/src/views/order/base/orderGroup/components/orderGroupAdd.vue @@ -60,14 +60,7 @@ - - - - + @@ -127,7 +120,7 @@ export default { this.form.customerId = res.data.customerId this.form.planQuantity = res.data.planQuantity this.form.deliveTime = res.data.deliveTime ? res.data.deliveTime : null - this.form.packReq = res.data.packReq ? res.data.packReq+'' : '' + this.form.packReq = res.data.packReq this.form.remark = res.data.remark setTimeout(() => { this.getSpecifications(this.form.planProductId) diff --git a/src/views/order/base/orderGroup/index.vue b/src/views/order/base/orderGroup/index.vue index d71b9638..d1303908 100644 --- a/src/views/order/base/orderGroup/index.vue +++ b/src/views/order/base/orderGroup/index.vue @@ -125,7 +125,7 @@ const tableProps = [ { prop: 'packReq', label: '包装要求', - filter: publicFormatter('pack_spec'), + // filter: publicFormatter('pack_spec'), minWidth: 120, showOverflowtooltip: true },