@ -1,3 +1,4 @@
import { codeType } from "../_options.js";
const schema = {
title: "备件价格单",
type: "object",
@ -38,6 +39,7 @@ const schema = {
type: "boolean",
title: "是否已停用",
},
codeType
};
@ -108,6 +110,13 @@ export default function (service) {
value: null,
readOnly: true,
{
logic: "and",
column: "codeType",
action: "equal",
],
skipCount: {
@ -106,15 +106,15 @@ export default function () {
column: "contractNo",
action: "like",