Parcourir la source

order.issues.index 添加归档日期筛选

ajun il y a 5 ans
Parent
commit
601fa47eff
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      resources/views/order/issue/index.blade.php

+ 8 - 1
resources/views/order/issue/index.blade.php

@@ -1199,7 +1199,14 @@
                         placeholder: '项目责任方',
                         data: this.userOwnerGroups
                     },
-                ]];
+                ],
+                    @cannot('订单管理-问题件-客户不可见')
+                    [
+                        {name: 'archive_at_start', type: 'dateTime', tip: '归档起始日期'},
+                        {name: 'archive_at_end', type: 'dateTime', tip: '归档结束日期'},
+                    ]
+                    @endcannot
+                ];
                 this.form = new query({
                     el: '#form_div',
                     condition: data,