9
0
Este cometimento está contido em:
lb
2023-03-13 15:54:41 +08:00
ascendente 24bf76f9cf
cometimento 09bce178de
2 ficheiros modificados com 18 adições e 0 eliminações

Ver ficheiro

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

Ver ficheiro

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