wanggang 1 year ago
parent
commit
f2217da879
  1. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/vmi.js

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

@ -135,12 +135,14 @@ function useLogSchema() {
},
changedType: {
title: "变动类型",
type: "string",
type: "number",
input: "select",
options: [
{
value: 0,
label: "入库",
},
{
value: 1,
label: "出库",
},

Loading…
Cancel
Save