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: [ default: [
{ {
logic: "and", logic: "and",
column: "changedTime", column: "billTime",
action: "biggerThanOrEqual", action: "biggerThanOrEqual",
value: null, value: null,
readOnly: true, readOnly: true,
title: "变动开始", title: "发运开始",
default: dayjs().subtract(1, "month").startOf("day").format("YYYY-MM-DD HH:mm:ss"), default: dayjs().subtract(1, "month").startOf("day").format("YYYY-MM-DD HH:mm:ss"),
clearable: false, clearable: false,
}, },
{ {
logic: "and", logic: "and",
column: "changedTime", column: "billTime",
action: "smallThan", action: "smallThan",
value: null, value: null,
readOnly: true, readOnly: true,
title: "变动结束", title: "发运结束",
default: dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"), default: dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
clearable: false, clearable: false,
}, },

Loading…
Cancel
Save