Browse Source

前端库存余额查询增加虚拟总成号和生产码类型

master
zhouhongjun 5 months ago
parent
commit
060b23907d
  1. 18
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/balance.js

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

@ -108,6 +108,24 @@ function balanceSchema() {
}, },
], ],
}, },
codeType: {
title: "生产码类型",
type: "string",
rules: [
{
required: true,
},
],
},
matchNumber: {
title: "虚拟总成号",
type: "string",
rules: [
{
required: true,
},
],
},
shippingQty: { shippingQty: {
title: "发运入库数量", title: "发运入库数量",
type: "string", type: "string",

Loading…
Cancel
Save