Browse Source

update

master
wanggang 1 year ago
parent
commit
48663801b7
  1. 12
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js

12
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",

Loading…
Cancel
Save