浏览代码

出入库申请更新

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