diff --git a/ghy-admin/src/main/resources/templates/order/master.html b/ghy-admin/src/main/resources/templates/order/master.html index c517a62c..c5f19b32 100644 --- a/ghy-admin/src/main/resources/templates/order/master.html +++ b/ghy-admin/src/main/resources/templates/order/master.html @@ -302,9 +302,9 @@ shiro:hasPermission="order:order:export"> 导出 - - 指派 - + + + @@ -606,7 +606,7 @@ actions.push('查看 '); actions.push('师傅退单 '); actions.push('商家退单 '); - actions.push('指派 '); + if (row.payStatus == 0) { actions.push('付款 '); } diff --git a/ghy-admin/src/main/resources/templates/order/orderManager.html b/ghy-admin/src/main/resources/templates/order/orderManager.html index ef7edeef..81651286 100644 --- a/ghy-admin/src/main/resources/templates/order/orderManager.html +++ b/ghy-admin/src/main/resources/templates/order/orderManager.html @@ -360,7 +360,7 @@ function showOrderWorker(id) { var url = "order/master/orderWorker/" + id; - $.modal.open("指派师傅", url, '800', '300'); + $.modal.open("指派师傅", url, '800', '500'); } 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 23b5f21f..11c69802 100644 --- a/ghy-admin/src/main/resources/templates/order/orderWorker.html +++ b/ghy-admin/src/main/resources/templates/order/orderWorker.html @@ -3,31 +3,302 @@