rev:重复数据

This commit is contained in:
2023-07-18 11:29:35 +08:00
parent f55a6f9d5b
commit 342c1502f7
2 changed files with 5 additions and 5 deletions

View File

@@ -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,

View File

@@ -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 }
})
},