From 1ba37fe6b978811ab2e99f911541b248e8578fbf Mon Sep 17 00:00:00 2001 From: yangyufu <1617486762@qq.com> Date: Thu, 10 Jul 2025 09:22:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms):=20=E9=80=80=E8=B4=A7=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E6=9F=A5=E8=AF=A2=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD-=20=E5=BC=95=E5=85=A5=20DateRangePicker=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=94=A8=E4=BA=8E=E9=80=89=E6=8B=A9=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=20-=20=E6=B7=BB=E5=8A=A0=20udOperation=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BB=A5=E6=94=AF=E6=8C=81=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=92=8C=E5=88=A0=E9=99=A4=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/wms/stat/outbillquery/index2.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/nladmin-ui/src/views/wms/stat/outbillquery/index2.vue b/lms/nladmin-ui/src/views/wms/stat/outbillquery/index2.vue index 66d071ee8..492549c3a 100644 --- a/lms/nladmin-ui/src/views/wms/stat/outbillquery/index2.vue +++ b/lms/nladmin-ui/src/views/wms/stat/outbillquery/index2.vue @@ -151,7 +151,9 @@ import CRUD, { crud, header, presenter } from '@crud/crud' import rrOperation from '@crud/RR.operation' import crudOperation from '@crud/CRUD.operation' +import udOperation from '@crud/UD.operation' import pagination from '@crud/Pagination' +import DateRangePicker from '@/components/DateRangePicker/index' import crudUserStor from '@/views/wms/basedata/st/userStor/userStor' import crudOutbillquery from '@/views/wms/stat/outbillquery/outbillquery' import { download } from '@/api/data' @@ -159,7 +161,7 @@ import { downloadFile } from '@/utils' export default { name: 'OutQuery2', - components: { crudOperation, rrOperation, pagination }, + components: { crudOperation, rrOperation, udOperation, pagination, DateRangePicker }, cruds() { return CRUD({ title: '',