Browse Source

变动时间改为发运时间

master
zhouhongjun 10 months ago
parent
commit
1d33bb03ee
  1. 8
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/log.js

8
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/log.js

@ -54,21 +54,21 @@ export default function () {
default: [
{
logic: "and",
column: "changedTime",
column: "billTime",
action: "biggerThanOrEqual",
value: null,
readOnly: true,
title: "变动开始",
title: "发运开始",
default: dayjs().subtract(1, "month").startOf("day").format("YYYY-MM-DD HH:mm:ss"),
clearable: false,
},
{
logic: "and",
column: "changedTime",
column: "billTime",
action: "smallThan",
value: null,
readOnly: true,
title: "变动结束",
title: "发运结束",
default: dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
clearable: false,
},

Loading…
Cancel
Save