wuxw
2019-10-19 d9ff0e4ce768db657a66f3db49e3cf7d639526ae
优化 下一步 时不带过去组织ID问题
3个文件已修改
6 ■■■■ 已修改文件
WebService/src/main/resources/components/ownerRepairPackage/repairDispatchStep/repairDispatchStep.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/staffPackage/search-staff/searchStaff.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/staffPackage/view-staff-info/viewStaffInfo.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/ownerRepairPackage/repairDispatchStep/repairDispatchStep.js
@@ -139,6 +139,8 @@
                }else if(vc.component.repairDispatchStepInfo.index == 1){
                    vc.component.repairDispatchStepInfo.departmemtOrgInfo.parentOrgId = vc.component.repairDispatchStepInfo.branchOrgInfo.orgId;
                    vc.emit('viewOrgInfo', '_initInfo',vc.component.repairDispatchStepInfo.departmemtOrgInfo);
                }else{
                    vc.emit('viewStaffInfo', '_initInfo',vc.component.repairDispatchStepInfo.departmemtOrgInfo);
                }
            }
        }
WebService/src/main/resources/components/staffPackage/search-staff/searchStaff.html
@@ -33,7 +33,6 @@
                                        <th>员工名称</th>
                                        <th>手机号</th>
                                        <th>性别</th>
                                        <th>创建时间</th>
                                        <th>操作</th>
                                    </tr>
                                    </thead>
@@ -43,7 +42,6 @@
                                        <td>{{staff.name}}</td>
                                        <td>{{staff.tel}}</td>
                                        <td>{{staff.sex == 0 ? '男' : (staff.sex == 1 ?'女':'')}}</td>
                                        <td>{{vc.dateFormat(staff.createTime)}}</td>
                                        <td>
                                            <button class="btn btn-primary btn-xs" v-on:click="chooseStaff(staff)">选择</button>
                                        </td>
WebService/src/main/resources/components/staffPackage/view-staff-info/viewStaffInfo.html
@@ -52,6 +52,6 @@
    <vc:create name="searchStaff"
               emitChooseOrg="viewStaffInfo"
               emitLoadData="viewStaffInfo"
               emitLoadData="chooseStaff"
    ></vc:create>
</div>