From d7f78d2cea86c9c2386d403655090e5473fa8e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=97=AD=E4=B9=8B?= <12930972+jiang-xuzhi@user.noreply.gitee.com> Date: Fri, 11 Aug 2023 10:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/models/inventory/log.js | 45 ++++++++++--------- .../wwwroot/views/inventory/log.js | 6 +-- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js index 6003865a..3e38b21a 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js @@ -152,27 +152,30 @@ export default function () { value: null, readOnly: true, }, - { - logic: "and", - column: "billTime", - action: "BiggerThanOrEqual", - value: null, - readOnly: true, - }, - { - logic: "and", - column: "billTime", - action: "SmallThanOrEqual", - value: null, - readOnly: true, - }, - { - logic: "and", - column: "isReplenished", - action: "equal", - value: true, - readOnly: true, - }, + // { + // logic: "and", + // column: "billTime", + // action: "biggerThanOrEqual", + // value: null, + // readOnly: true, + // hidden: true, + // }, + // { + // logic: "and", + // column: "billTime", + // action: "smallThanOrEqual", + // value: null, + // readOnly: true, + // hidden: true, + // }, + // { + // logic: "and", + // column: "isReplenished", + // action: "equal", + // value: true, + // readOnly: true, + // hidden: true, + // }, { logic: "and", column: "billType", diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js index e47f63fa..6bd46998 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js @@ -33,9 +33,9 @@ export default { return postData; } const openDialog = async () => { - // const url = - // const method = - // const postData = buildQuery(); + const url = "settleaccount/vmi/replenished-export"; + const method = "POST"; + const postData = buildQuery(); const response = await request(url, postData, { method }); if (!response.errors) { window.open(getUrl(`settleaccount/getblobfile/download/${response.data}`));