Browse Source

修改log

master
姜旭之 1 year ago
parent
commit
d7f78d2cea
  1. 45
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js
  2. 6
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js

45
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/inventory/log.js

@ -152,27 +152,30 @@ export default function () {
value: null, value: null,
readOnly: true, readOnly: true,
}, },
{ // {
logic: "and", // logic: "and",
column: "billTime", // column: "billTime",
action: "BiggerThanOrEqual", // action: "biggerThanOrEqual",
value: null, // value: null,
readOnly: true, // readOnly: true,
}, // hidden: true,
{ // },
logic: "and", // {
column: "billTime", // logic: "and",
action: "SmallThanOrEqual", // column: "billTime",
value: null, // action: "smallThanOrEqual",
readOnly: true, // value: null,
}, // readOnly: true,
{ // hidden: true,
logic: "and", // },
column: "isReplenished", // {
action: "equal", // logic: "and",
value: true, // column: "isReplenished",
readOnly: true, // action: "equal",
}, // value: true,
// readOnly: true,
// hidden: true,
// },
{ {
logic: "and", logic: "and",
column: "billType", column: "billType",

6
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/inventory/log.js

@ -33,9 +33,9 @@ export default {
return postData; return postData;
} }
const openDialog = async () => { const openDialog = async () => {
// const url = const url = "settleaccount/vmi/replenished-export";
// const method = const method = "POST";
// const postData = buildQuery(); const postData = buildQuery();
const response = await request(url, postData, { method }); const response = await request(url, postData, { method });
if (!response.errors) { if (!response.errors) {
window.open(getUrl(`settleaccount/getblobfile/download/${response.data}`)); window.open(getUrl(`settleaccount/getblobfile/download/${response.data}`));

Loading…
Cancel
Save