From 689eeae9d0b75476107bdf8e150c1009131e64f1 Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Mon, 24 Jun 2024 11:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=80=E6=9C=89=E5=BC=80?= =?UTF-8?q?=E7=A5=A8=E7=8A=B6=E6=80=81=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/models/_options.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 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 4ede9d6f..e71668db 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 @@ -16,11 +16,13 @@ const stateOptions = [ { value: 4, label: "客户已收票" }, { value: 5, label: "已扣减" }, { value: 6, label: "扣减进行中" }, - { value: 7, label: "撤销扣减进行中" }, - { value: 12, label: "发票同步中" }, + { value: 7, label: "撤销扣减进行中" }, { value: 8, label: "已提交QAD" }, { value: 9, label: "红冲" }, - { value: 10, label: "开票中" }, + { value: 10, label: "生成发票中" }, + { value: 11, label: "扣减单生成中" }, + { value: 12, label: "发票同步中" }, + { value: 13, label: "可结退回不可结同步中" }, ]; const state = { title: "状态", type: "number", input: "select", options: stateOptions }; const state2 = Object.assign(Object.assign({}, state), { @@ -202,11 +204,13 @@ const invState = { { value: 4, label: "客户已收票" }, { value: 5, label: "已扣减" }, { value: 6, label: "扣减进行中" }, - { value: 7, label: "撤销扣减进行中" }, - { value: 12, label: "发票同步中" }, + { value: 7, label: "撤销扣减进行中" }, { value: 8, label: "已提交QAD" }, { value: 9, label: "红冲" }, { value: 10, label: "生成发票中" }, + { value: 11, label: "扣减单生成中" }, + { value: 12, label: "发票同步中" }, + { value: 13, label: "可结退回不可结同步中" }, ], };