记得上下班打卡 | git大法好,push需谨慎

Commit 14537e7a authored by 张国柄's avatar 张国柄

+会员订单申请入口权限;

parent 1cfee272
...@@ -182,8 +182,6 @@ ...@@ -182,8 +182,6 @@
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<script th:inline="javascript"> <script th:inline="javascript">
var flg = [[${@permission.hasPermi('adam:order:orderlist:refund')}]];
console.log(flg);
var pricePaid = [[${orderDetailsVo.adamMemberOrderVo.pricePaid}]]; var pricePaid = [[${orderDetailsVo.adamMemberOrderVo.pricePaid}]];
$("#form-member-order-refund").validate({ $("#form-member-order-refund").validate({
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<script th:inline="javascript"> <script th:inline="javascript">
var detailFlag = [[${@permission.hasPermi('adam:order:orderList')}]]; var detailFlag = [[${@permission.hasPermi('adam:order:orderlist:detail')}]];
var prefix = ctx + "adam/order/orderList"; var prefix = ctx + "adam/order/orderList";
var orderStatusDic = [[${@dict.getType('zhengzai_member_order_status')}]]; var orderStatusDic = [[${@dict.getType('zhengzai_member_order_status')}]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment