From 52ab4669f47d7bbb59a7a1b948b4103249d3d683 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 30 Jun 2023 10:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=201=E3=80=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=88=B7=E6=96=B0=E7=BA=A2=E5=8C=85=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=8F=B7=E7=89=B9=E6=80=A7=202=E3=80=81uuid=E7=94=9F=E6=88=90?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=9B=B4=E5=94=AF=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/redPackets/index.jsx | 13 ++++++++++--- src/components/redPackets/index.less | 18 ++++++++++++++++++ src/components/redPackets/static.js | 2 +- src/tools/utils.js | 5 ++--- 4 files changed, 31 insertions(+), 7 deletions(-) diff --git a/src/components/redPackets/index.jsx b/src/components/redPackets/index.jsx index 0d79eefe..11fe245b 100644 --- a/src/components/redPackets/index.jsx +++ b/src/components/redPackets/index.jsx @@ -22,7 +22,8 @@ import { Tag, TimeRangePicker, DatePicker, - BlockHeader + BlockHeader, + Button } from "zent" import isArray from "lodash/isArray" import cloneDeep from "lodash/cloneDeep" @@ -248,7 +249,7 @@ export default class addKnockGold extends Component { model.effect_date = [] model.effect_date[0] = begin_time model.effect_date[1] = end_time - model.copy && (model.cash_activity_id = uuid()) /* 是否是复制 */ + model.copy && (model.cash_activity_id = uuid(12)) /* 是否是复制 */ /* 以下操作 筛选出输入框的预警值并经行填充 */ const copy_early_per = early_per || [] copy_early_per.map((item) => { @@ -561,9 +562,15 @@ export default class addKnockGold extends Component { labelWidth={"0px"} maxLength={50} height={"36px"} - width={"520px"} + width={"452px"} alignment={"left"} /> +