From a99e00771a290b0944f9f09af361129fcb9448a3 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 3 Jun 2024 16:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E7=A5=A8=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E4=B8=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js | 2 ++ 1 file changed, 2 insertions(+) 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: "生成发票中" },