diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_INBILLQUERY.wql b/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_INBILLQUERY.wql index 45e4a7bc6..1e612b7e6 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_INBILLQUERY.wql +++ b/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_INBILLQUERY.wql @@ -49,7 +49,7 @@ IF 输入.flag = "1" PAGEQUERY - SELECT + SELECT DISTINCT mst.stor_name, dis.sect_name, dis.struct_code, @@ -158,7 +158,7 @@ IF 输入.flag = "2" PAGEQUERY - SELECT + SELECT DISTINCT MAX(mst.stor_name) AS stor_name, MAX(dis.sect_name) AS sect_name, MAX(dis.struct_code) AS struct_code, @@ -257,7 +257,7 @@ IF 输入.flag = "3" PAGEQUERY - SELECT + SELECT DISTINCT mst.stor_name, dis.sect_name, dis.struct_code, @@ -368,7 +368,7 @@ IF 输入.flag = "4" PAGEQUERY - SELECT + SELECT DISTINCT MAX(mst.stor_name) AS stor_name, MAX(dis.sect_name) AS sect_name, MAX(dis.struct_code) AS struct_code, diff --git a/lms/nladmin-ui/src/views/wms/stat/inbillquery/index.vue b/lms/nladmin-ui/src/views/wms/stat/inbillquery/index.vue index 626e1915b..5570aa2f9 100644 --- a/lms/nladmin-ui/src/views/wms/stat/inbillquery/index.vue +++ b/lms/nladmin-ui/src/views/wms/stat/inbillquery/index.vue @@ -219,7 +219,7 @@ export default { optShow: { add: false, reset: true }, idField: 'iostorinv_id', url: '/api/in/InQuery', - query: { 'is_all': '0', 'bill_type': '0001', 'createTime': [new Date().daysAgo(7), new Date()] }, + query: { 'is_all': '0', 'bill_type': '0001', 'createTime': [new Date(), new Date()], 'stor_id': '1582991156504039424' }, crudMethod: { ...crudInbillquery } }) },