diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/vmi.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/vmi.js index 31d56fac..860010b9 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/vmi/vmi.js +++ b/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",