liqianyi пре 2 година
родитељ
комит
2fdc10aa42
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/modules/common/material-component.vue

+ 1 - 1
src/views/modules/common/material-component.vue

@@ -95,7 +95,7 @@
             } else {
               data.data.records.forEach(item => {
                 this.options.push({...item,
-                  label: item.materialName,
+                  label: item.materialName + ' - ' + item.specifications,
                   value: item.materialId,
                   specification: item.specifications,
                   cntLimit: item.cnt - item.lockCnt