Browse Source

更新扣减状态枚举显示值

master
wanggang 1 year ago
parent
commit
a6c351502b
  1. 4
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

4
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

@ -15,8 +15,8 @@ const stateOptions = [
{ value: 3, label: "财务已审核" },
{ value: 4, label: "客户已收票" },
{ value: 5, label: "已扣减" },
{ value: 6, label: "已提交扣减" },
{ value: 7, label: "已提交撤销扣减" },
{ value: 6, label: "扣减进行中" },
{ value: 7, label: "撤销扣减进行中" },
{ value: 8, label: "已提交QAD" },
];
const state = { title: "状态", type: "number", input: "select", options: stateOptions };

Loading…
Cancel
Save