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

Loading…
Cancel
Save