Browse Source

库存事务历史查询增加虚拟总成号和生产码类型

master
zhouhongjun 7 months ago
parent
commit
97e9aa424b
  1. 10
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/vmi.js

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

@ -25,6 +25,10 @@ function useSchema() {
], ],
}, },
codeType, codeType,
matchNumber: {
title: "虚拟总成号",
type: "string",
},
deliverBillType: Object.assign({ rules: [{ required: true }] }, deliverBillType), deliverBillType: Object.assign({ rules: [{ required: true }] }, deliverBillType),
qty: { qty: {
title: "数量", title: "数量",
@ -72,11 +76,7 @@ function useSchema() {
uniqueCode: { uniqueCode: {
title: "塑件唯一码", title: "塑件唯一码",
type: "string", type: "string",
}, },
matchNumber: {
title: "EDI总成号",
type: "string",
},
pjsNum: { pjsNum: {
title: "PJIS生产顺序号", title: "PJIS生产顺序号",
type: "string", type: "string",

Loading…
Cancel
Save