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 },