Browse Source

下拉列表

master
周红军 1 year ago
parent
commit
960fdedc63
  1. 6
      code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/xiao-shou.js

6
code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/models/base-data/xiao-shou.js

@ -1,3 +1,4 @@
import { codeType } from "../_options.js";
const schema = { const schema = {
title: "销售价格单", title: "销售价格单",
type: "object", type: "object",
@ -37,6 +38,7 @@ const schema = {
type: "boolean", type: "boolean",
title: "是否已停用", title: "是否已停用",
}, },
codeType
}, },
}; };
@ -104,8 +106,8 @@ export default function () {
}, },
{ {
logic: "and", logic: "and",
column: "clientCode", column: "codeType",
action: "like", action: "equal",
value: null, value: null,
readOnly: true, readOnly: true,
}, },

Loading…
Cancel
Save