Browse Source

出入库申请更新

liqianyi 2 years ago
parent
commit
2fdc10aa42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/common/material-component.vue

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

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