diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js index e1090888..4ede9d6f 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js +++ b/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: "生成发票中" },