Bladeren bron

出入库申请更新

liqianyi 2 jaren geleden
bovenliggende
commit
2fdc10aa42
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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