lxf 1 рік тому
батько
коміт
558ccc399b

+ 14 - 2
src/views/group/product/groupSKU/index.vue

@@ -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: "群组品名",
     },
     {
       type: "input",
-      prop: "code",
+      prop: "specCode",
       label: "品号",
     },
+    {
+      type: "input",
+      prop: "specName",
+      label: "品名",
+    },
   ];
 });
 const config = computed(() => {

+ 14 - 2
src/views/group/product/management/index.vue

@@ -111,6 +111,8 @@ const sourceList = ref({
     pageSize: 10,
     name: "",
     code: "",
+    specCode: "",
+    specName: "",
     type: 0,
     brand: "",
   },
@@ -120,15 +122,25 @@ const searchConfig = computed(() => {
   return [
     {
       type: "input",
+      prop: "code",
+      label: "群组品号",
+    },
+    {
+      type: "input",
       prop: "name",
-      label: "品名",
+      label: "群组品名",
     },
     {
       type: "input",
-      prop: "code",
+      prop: "specCode",
       label: "品号",
     },
     {
+      type: "input",
+      prop: "specName",
+      label: "品名",
+    },
+    {
       type: "select",
       prop: "brand",
       dictKey: "wlnBrand",

+ 14 - 2
src/views/subsidiary/product/management/index.vue

@@ -67,6 +67,8 @@ const sourceList = ref({
     pageSize: 10,
     name: "",
     code: "",
+    specCode: "",
+    specName: "",
     type: 0,
     brand: "",
   },
@@ -76,15 +78,25 @@ const searchConfig = computed(() => {
   return [
     {
       type: "input",
+      prop: "code",
+      label: "群组品号",
+    },
+    {
+      type: "input",
       prop: "name",
-      label: "品名",
+      label: "群组品名",
     },
     {
       type: "input",
-      prop: "code",
+      prop: "specCode",
       label: "品号",
     },
     {
+      type: "input",
+      prop: "specName",
+      label: "品名",
+    },
+    {
       type: "select",
       prop: "brand",
       dictKey: "wlnBrand",