Browse Source

更新开票枚举类型

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

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

@ -23,7 +23,7 @@ const stateOptions = [
{ value: 11, label: "扣减单生成中" },
{ value: 12, label: "发票同步中" },
{ value: 13, label: "可结退回不可结同步中" },
{ value: 14, label: "提交QAD退回到财务审核中" },
{ value: 14, label: "提交QAD退回到已开票中" },
];
const state = { title: "状态", type: "number", input: "select", options: stateOptions };
const state2 = Object.assign(Object.assign({}, state), {
@ -212,7 +212,7 @@ const invState = {
{ value: 11, label: "扣减单生成中" },
{ value: 12, label: "发票同步中" },
{ value: 13, label: "可结退回不可结同步中" },
{ value: 14, label: "提交QAD退回到财务审核中" },
{ value: 14, label: "提交QAD退回到已开票中" },
],
};

Loading…
Cancel
Save