From f99192f48bc00bb7fa57688ee9b89a283ae2513b Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 19 Jun 2020 14:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=81=9C=E8=BD=A6=E8=B4=B9?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E7=BB=93=E6=9D=9F=E6=97=B6=E8=BF=98=E8=83=BD?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/editMachine/editMachine.html | 3 +- .../property/selectStaff/selectStaff.html | 59 ++++++++++--------- .../property/selectStaff/selectStaff.js | 46 +++++++++++++-- public/css/vc-ui.css | 48 ++++----------- .../listParkingSpaceFee.html | 5 +- .../workflowSettingManage.html | 15 +++-- .../workflowSettingManage.js | 2 +- 7 files changed, 96 insertions(+), 82 deletions(-) diff --git a/public/components/property/editMachine/editMachine.html b/public/components/property/editMachine/editMachine.html index 122b0e960..93def4b91 100644 --- a/public/components/property/editMachine/editMachine.html +++ b/public/components/property/editMachine/editMachine.html @@ -56,7 +56,8 @@
-
-
- - +
+ + 选择员工 +
@@ -64,9 +65,10 @@
-
- +
@@ -90,4 +92,5 @@
+
\ No newline at end of file diff --git a/public/pages/property/workflowSettingManage/workflowSettingManage.js b/public/pages/property/workflowSettingManage/workflowSettingManage.js index ffdb701fe..4d1244a1c 100644 --- a/public/pages/property/workflowSettingManage/workflowSettingManage.js +++ b/public/pages/property/workflowSettingManage/workflowSettingManage.js @@ -158,7 +158,7 @@ $that.workflowSettingInfo.steps.push(_step); }, chooseStaff: function () { - + vc.emit('selectStaff','openStaff',{}) }, _goBack: function () { vc.getBack();