From c28a5cd5367ba6a0d210dc897fd9a7cf6e46e570 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 03 二月 2023 09:40:06 +0800 Subject: [PATCH] 把会员系统和oa系统手机号相同的客户关联起来 --- zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Index.cshtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Index.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Index.cshtml index 2f83fd4..c248cd9 100644 --- a/zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/OrderBanciOrder/Index.cshtml @@ -27,7 +27,7 @@ { label: '瀛﹁垂', name: 'Xuefei', labtype: 'txt', hidden: false, width: 70 }, { label: '鎶ュ悕浜烘暟', name: 'Baomingrenshu', labtype: 'txt', hidden: false, width: 50 }, //{ label: '閲戦', name: 'Jine', labtype: 'txt', hidden: false, width: 100 }, - + { label: '绉垎', name: 'Jifen', labtype: 'txt', hidden: false, width: 50 }, ]; dataUrl = "/OrderBanciOrder/GetList?Kechengleixings=3&Baomingtime=" + Baomingtimebegin + "|" + Baomingtimeend; -- Gitblit v1.9.1