update
This commit is contained in:
parent
24bf76f9cf
commit
09bce178de
@ -42,6 +42,15 @@ export default function () {
|
|||||||
placeholder: "请输入主订单号查询",
|
placeholder: "请输入主订单号查询",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: "cate",
|
||||||
|
label: "主订单子号",
|
||||||
|
input: true,
|
||||||
|
default: { value: "" },
|
||||||
|
bind: {
|
||||||
|
placeholder: "请输入主订单子号查询",
|
||||||
|
},
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// prop: "bom",
|
// prop: "bom",
|
||||||
// label: "配方号",
|
// label: "配方号",
|
||||||
|
@ -51,6 +51,15 @@ export default function () {
|
|||||||
placeholder: "请输入主订单号查询",
|
placeholder: "请输入主订单号查询",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: "cate",
|
||||||
|
label: "主订单子号",
|
||||||
|
input: true,
|
||||||
|
default: { value: "" },
|
||||||
|
bind: {
|
||||||
|
placeholder: "请输入主订单子号查询",
|
||||||
|
},
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// prop: "bom",
|
// prop: "bom",
|
||||||
// label: "配方号",
|
// label: "配方号",
|
||||||
|
Loading…
Reference in New Issue
Block a user