@@ -190,6 +190,8 @@ const sourceList = ref({
bomClassifyId: "",
bomClassifyIdList: [],
priceSystemId: "",
+ bomSpecCode: "",
+ bomSpecName: "",
},
});
const loading = ref(false);
@@ -197,13 +199,23 @@ const searchConfig = computed(() => {
return [
{
type: "input",
+ prop: "code",
+ label: "品号",
+ },
+ {
+ type: "input",
prop: "name",
label: "品名",
- prop: "code",
- label: "品号",
+ prop: "bomSpecCode",
+ label: "规格品号",
+ prop: "bomSpecName",
+ label: "规格品名",
type: "select",