diff --git a/ghy-admin/src/main/resources/templates/order/master.html b/ghy-admin/src/main/resources/templates/order/master.html index 4dc77cb3..f0cbd384 100644 --- a/ghy-admin/src/main/resources/templates/order/master.html +++ b/ghy-admin/src/main/resources/templates/order/master.html @@ -384,22 +384,7 @@ function showOrderWorker(id) { var url = "/order/detail/orderWorker/" + id; - layer.open({ - type: 2, - area: ['600px', '360px'], - fix: false, - //不固定 - maxmin: true, - shade: 0.3, - title: '指派师傅', - content: url, - btn: ['关闭'], - // 弹层外区域关闭 - shadeClose: true, - cancel: function(index) { - return true; - } - }); + $.modal.open("指派师傅", url, '800', '300'); } function selectRegion(regionLevelName, nextRegionLevelName) { diff --git a/ghy-admin/src/main/resources/templates/order/orderWorker.html b/ghy-admin/src/main/resources/templates/order/orderWorker.html index e5920b97..23b5f21f 100644 --- a/ghy-admin/src/main/resources/templates/order/orderWorker.html +++ b/ghy-admin/src/main/resources/templates/order/orderWorker.html @@ -1,210 +1,32 @@ - -