From 97e9aa424b2a8c8697fdf87cdce7aa17d0615b58 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Sun, 28 Apr 2024 11:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=8B=E5=8A=A1=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=9F=A5=E8=AF=A2=E5=A2=9E=E5=8A=A0=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E6=80=BB=E6=88=90=E5=8F=B7=E5=92=8C=E7=94=9F=E4=BA=A7=E7=A0=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/models/vmi/vmi.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",