From f5e488d5e5694b8f72949cea3557e890ce4265cd Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 24 Jun 2024 15:47:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4QAD?= =?UTF-8?q?=E9=80=80=E5=9B=9E=E5=88=B0=E8=B4=A2=E5=8A=A1=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=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 e71668db..8c4b9542 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 @@ -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退回到财务审核中" }, ], };