Browse Source

options

master
zhouhongjun 11 months ago
parent
commit
cace389b55
  1. 13
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/_options.js

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

@ -136,18 +136,13 @@ const billState = {
};
const codeType = {
title: "生产码类型",
title: "启用类型",
type: "string",
input: "select",
options: [
{ value: "01", label: "前保" },
{ value: "03", label: " 左门槛" },
{ value: "04", label: "右门槛" },
{ value: "05", label: "扰流板" },
{ value: "06", label: "前左轮眉" },
{ value: "07", label: "前右轮眉 " },
{ value: "08", label: "后左轮眉" },
{ value: "09", label: "后右轮眉" },
{ value: "01", label: "启用" },
{ value: "03", label: "停用" },
],
clearable: true,
rules: [

Loading…
Cancel
Save