From bf975ca9a712426ee434d52a5f3a1b124933ea0f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 13 Jul 2026 14:33:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20created=5Fby/sale=5Fid=E6=98=BE?= =?UTF-8?q?=E7=A4=BAusername;=20=E4=BF=83=E9=94=80=E7=A0=81logined=5Fuseri?= =?UTF-8?q?d=E8=BF=87=E6=BB=A4=E5=8F=AA=E6=98=BE=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/.discount_promo_code_list.json.swp | Bin 0 -> 12288 bytes json/discount_marketing_list.json | 16 ++++++++++++++++ json/discount_promo_code_list.json | 17 +++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 json/.discount_promo_code_list.json.swp diff --git a/json/.discount_promo_code_list.json.swp b/json/.discount_promo_code_list.json.swp new file mode 100644 index 0000000000000000000000000000000000000000..1e8151763cd327b438dde4393ea85529502e7a36 GIT binary patch literal 12288 zcmeI2Piz%M9LEPay(rL>m~fGlk${czURwebg5hRD&_oi%1HsL_-FdH5_U&$GXDN^8 z(;7Gs>H!U*i3z9&jvh>~QG4*>-Gc|C=nYLEF}_w?hbCmA3EWPl8i0Wv@a$N(821JAty6Rl$(Ba0XEOb+Gmb(MEsq!$?= z17v^;aTfi`2U}Ym?zk^@F&)^$y6)b@Bpbd_Lqu_0@57facU=z5vfw6zV-{3Fs z8(0EgfH`m$Bp?DV_y8OM4KM`$d5N(bx3({Ztp3tzunqH!eL}o7{u__ODp>6 zG-z9{M9G7e*AQK=>~pCg(6TC zMoHvU=ix@^wzT2-ySBsoD)7SDVvKO@s!TUZVYE@}SyL1iCn#Ljyj2NBByu}wynI5a<%U=#IT&kv5 zB6ClxN%RIl`oy!eik}2Wh0)u0HTtMc%@tr;I$~ z`eEWpoAZO*?577wm)o^>EUPGYE6ZiDu(+~tBcEo~BJ#74AB8f^>n_hB zGhE}Su?l$A7jI(2@$03fq@NxTOwS{sMJG>%m(I!)Zl~kISHgDT#YOt+)%moSY5K+S KSfd}h^w@n-QpMN+ literal 0 HcmV?d00001 diff --git a/json/discount_marketing_list.json b/json/discount_marketing_list.json index 117ada9..5e995fa 100644 --- a/json/discount_marketing_list.json +++ b/json/discount_marketing_list.json @@ -18,6 +18,22 @@ "status": { "title": "状态", "width": 80 + }, + "created_by": { + "title": "创建人", + "width": 120, + "uitype": "code", + "valueField": "created_by", + "textField": "created_by_text", + "params": { + "dbname": "{{get_module_dbname('discount')}}", + "table": "users", + "tblvalue": "id", + "tbltext": "username", + "valueField": "created_by", + "textField": "created_by_text" + }, + "dataurl": "{{entire_url('/appbase/get_code.dspy')}}" } }, "editexclouded": [ diff --git a/json/discount_promo_code_list.json b/json/discount_promo_code_list.json index a7c2fb0..365d9cd 100644 --- a/json/discount_promo_code_list.json +++ b/json/discount_promo_code_list.json @@ -19,6 +19,22 @@ "title": "状态", "width": 80 }, + "sale_id": { + "title": "生成销售", + "width": 120, + "uitype": "code", + "valueField": "sale_id", + "textField": "sale_id_text", + "params": { + "dbname": "{{get_module_dbname('discount')}}", + "table": "users", + "tblvalue": "id", + "tbltext": "username", + "valueField": "sale_id", + "textField": "sale_id_text" + }, + "dataurl": "{{entire_url('/appbase/get_code.dspy')}}" + }, "created_at": { "title": "生成时间", "width": 160 @@ -58,6 +74,7 @@ "new_data_url": "{{entire_url('/discount/api/promo_code_create.dspy')}}", "update_data_url": "{{entire_url('/discount/api/promo_code_update.dspy')}}", "delete_data_url": "{{entire_url('/discount/api/promo_code_delete.dspy')}}", + "logined_userid": "sale_id", "logined_userorgid": "resellerid" } } \ No newline at end of file