Explorar el Código

出入库申请更新

liqianyi hace 2 años
padre
commit
2fdc10aa42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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