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 = {
title: "销售价格单",
type: "object",
@ -37,6 +38,7 @@ const schema = {
type: "boolean",
title: "是否已停用",
},
codeType
},
};
@ -104,8 +106,8 @@ export default function () {
},
{
logic: "and",
column: "clientCode",
action: "like",
column: "codeType",
action: "equal",
value: null,
readOnly: true,
},

Loading…
Cancel
Save