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 e4a83427..1720a60f 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 @@ -20,11 +20,11 @@ const stateOptions = [ { value: 8, label: "已提交QAD" }, { value: 9, label: "红冲" }, ]; -const state = { title: "扣减单状态", type: "number", input: "select", options: stateOptions }; +const state = { title: "状态", type: "number", input: "select", options: stateOptions }; const state2 = Object.assign(Object.assign({}, state), { options: stateOptions.filter((a) => parseInt(a.value) > 0).filter((a) => parseInt(a.value) !== 6 && parseInt(a.value) !== 7), }); -const state3 = Object.assign(Object.assign({}, state), { options: stateOptions.filter((a) => parseInt(a.value) > 3) }); +const state3 = Object.assign(Object.assign({}, state), { title: "扣减单状态", options: stateOptions.filter((a) => parseInt(a.value) > 3) }); const businessType = { title: "业务类型",