From c9f2dde9d5d645b753b4ec377388e9953376b9e9 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Wed, 26 Jun 2024 10:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=80=E7=A5=A8=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.HttpApi.Host/wwwroot/models/_options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9546252f..eb469bfa 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,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退回到已开票中" }, ], };