From f684309520dae540d79325d1c05af8b0c20fa136 Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Sun, 12 Nov 2023 17:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7=E4=BA=8B?= =?UTF-8?q?=E5=BD=92=E5=B1=9E=E9=83=A8=E9=97=A8=E6=97=A0=E6=B3=95=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=9B=B4=E6=96=B0=E7=9A=84=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/customer/view/index/add.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/customer/view/index/add.html b/app/customer/view/index/add.html index 8c31047..d46a7bd 100644 --- a/app/customer/view/index/add.html +++ b/app/customer/view/index/add.html @@ -45,16 +45,13 @@ 归属员工* -
- -
-
部门:{$userinfo.department}
+ 归属部门 - + 共享员工 @@ -145,7 +142,7 @@ $('[name="belong_uid"]').val(ids); $('[name="belong_name"]').val(names); $('[name="belong_did"]').val(dids); - $('#department_name').html(departments); + $('#department_name').val(departments); } }); });