From 48663801b730b7800019e8b578f68bc94e10c9ec Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 6 Sep 2023 10:39:26 +0800 Subject: [PATCH] update --- .../wwwroot/models/settle/commerce.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js index f0341dad..b48b1723 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js @@ -23,6 +23,14 @@ const schema = { title: "税后金额", type: "number", }, + realAmt: { + title: "税额", + type: "number", + }, + taxDiff: { + title: "税后金额含尾差", + type: "number", + }, invGroupNum: { title: "发票分组号", type: "number", @@ -39,10 +47,6 @@ const schema = { { value: 3, label: "提交" }, ], }, - taxDiff: { - title: "发票税后尾差", - type: "number", - }, clientCode: { title: "客户代码", type: "string",