This commit is contained in:
lb 2023-03-13 15:54:41 +08:00
parent 24bf76f9cf
commit 09bce178de
2 changed files with 18 additions and 0 deletions

View File

@ -42,6 +42,15 @@ export default function () {
placeholder: "请输入主订单号查询",
},
},
{
prop: "cate",
label: "主订单子号",
input: true,
default: { value: "" },
bind: {
placeholder: "请输入主订单子号查询",
},
},
// {
// prop: "bom",
// label: "配方号",

View File

@ -51,6 +51,15 @@ export default function () {
placeholder: "请输入主订单号查询",
},
},
{
prop: "cate",
label: "主订单子号",
input: true,
default: { value: "" },
bind: {
placeholder: "请输入主订单子号查询",
},
},
// {
// prop: "bom",
// label: "配方号",