Browse Source

增加提交QAD退回到财务审核中状态

master
zhouhongjun 3 months ago
parent
commit
f5e488d5e5
  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

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

Loading…
Cancel
Save