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: { changedType: {
title: "变动类型", title: "变动类型",
type: "string", type: "number",
input: "select", input: "select",
options: [ options: [
{ {
value: 0, value: 0,
label: "入库", label: "入库",
},
{
value: 1, value: 1,
label: "出库", label: "出库",
}, },

Loading…
Cancel
Save