Browse Source

发票时间改为导入时间

master
zhouhongjun 1 year ago
parent
commit
e8b16570fe
  1. 9
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js

9
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/settle/commerce.js

@ -10,6 +10,10 @@ const schema = {
title: "金税发票号",
type: "string",
},
creationTime: {
title: "导入时间",
type: "DateTime",
},
invbillNum: {
title: "系统发票号",
type: "string",
@ -55,10 +59,7 @@ const schema = {
title: "客户代码",
type: "string",
},
creationTime: {
title: "发票时间",
type: "DateTime",
},
},
};

Loading…
Cancel
Save