소스 검색

耗材增加品牌规格

seimin 3 년 전
부모
커밋
e738a7c584
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/processing.vue

+ 1 - 1
src/views/processing.vue

@@ -938,7 +938,7 @@ export default {
938 938
           if (res.data.status == 200) {
939 939
             this.hcs = res.data.list.map((v) => ({
940 940
               value: v.id,
941
-              text: v.name,
941
+              text: v.name+'【'+v.brandModel+'】'+'【'+v.specification+'】',
942 942
             }));
943 943
           }
944 944
         });