@@ -95,6 +95,8 @@ const sourceList = ref({
pageSize: 10,
name: "",
code: "",
+ specCode: "",
+ specName: "",
type: 1,
brand: "",
},
@@ -104,14 +106,24 @@ const searchConfig = computed(() => {
return [
{
type: "input",
+ prop: "code",
+ label: "群组品号",
+ },
+ {
+ type: "input",
prop: "name",
- label: "品名",
+ label: "群组品名",
- prop: "code",
+ prop: "specCode",
label: "品号",
+ prop: "specName",
+ label: "品名",
];
});
const config = computed(() => {
@@ -111,6 +111,8 @@ const sourceList = ref({
type: 0,
@@ -120,15 +122,25 @@ const searchConfig = computed(() => {
type: "select",
prop: "brand",
dictKey: "wlnBrand",
@@ -67,6 +67,8 @@ const sourceList = ref({
@@ -76,15 +78,25 @@ const searchConfig = computed(() => {