Browse Source

更新顺序

master
zhouhongjun 9 months ago
parent
commit
4a7e9457e8
  1. 3
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/compare/vmi-job.js
  2. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/balance.js

3
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/compare/vmi-job.js

@ -75,8 +75,7 @@ const nameList = {
}; };
export default function (businessType, type) { export default function (businessType, type) {
alert(businessType);
alert(type);
let compareService = "report/get-balance-sum"; let compareService = "report/get-balance-sum";
let title = null; let title = null;
let name = "生成库存余额"; let name = "生成库存余额";

4
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/balance.js

@ -35,13 +35,13 @@ function balanceSchema() {
}, },
], ],
}, },
billTime: { shippingTime: {
title: "最后发运日期", title: "最后发运日期",
type: "string", type: "string",
input: "datetime", input: "datetime",
clearable: true, clearable: true,
}, },
shippingTime: { billTime: {
title: "最后结算时间", title: "最后结算时间",
type: "string", type: "string",
input: "datetime", input: "datetime",

Loading…
Cancel
Save