Browse Source

更新发票上传中状态

master
zhouhongjun 4 months ago
parent
commit
a99e00771a
  1. 2
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

2
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

@ -17,6 +17,7 @@ const stateOptions = [
{ value: 5, label: "已扣减" },
{ value: 6, label: "扣减进行中" },
{ value: 7, label: "撤销扣减进行中" },
{ value: 12, label: "发票同步中" },
{ value: 8, label: "已提交QAD" },
{ value: 9, label: "红冲" },
{ value: 10, label: "开票中" },
@ -202,6 +203,7 @@ const invState = {
{ value: 5, label: "已扣减" },
{ value: 6, label: "扣减进行中" },
{ value: 7, label: "撤销扣减进行中" },
{ value: 12, label: "发票同步中" },
{ value: 8, label: "已提交QAD" },
{ value: 9, label: "红冲" },
{ value: 10, label: "生成发票中" },

Loading…
Cancel
Save