diff --git a/klp-ui/src/components/KLPService/ProductSelect/index.vue b/klp-ui/src/components/KLPService/ProductSelect/index.vue index 0c7fd27a..be724d59 100644 --- a/klp-ui/src/components/KLPService/ProductSelect/index.vue +++ b/klp-ui/src/components/KLPService/ProductSelect/index.vue @@ -27,16 +27,20 @@ @keyup.enter.native="handleQuery" /> - + - + - + - + 搜索 @@ -44,6 +48,17 @@ +

最近选择

+ + + + + + + + + +
diff --git a/klp-ui/src/components/KLPService/RawMaterialSelect/index.vue b/klp-ui/src/components/KLPService/RawMaterialSelect/index.vue index e1dea4c8..7b317379 100644 --- a/klp-ui/src/components/KLPService/RawMaterialSelect/index.vue +++ b/klp-ui/src/components/KLPService/RawMaterialSelect/index.vue @@ -23,19 +23,24 @@ @keyup.enter.native="handleQuery" /> - + - + - + - + - + 搜索 @@ -43,6 +48,16 @@ +

最近选择

+ + + + + + + + +
规格:{{ item.specification || '-' }}
-
单位:{{ item.unit || '-' }}
材质:{{ item.material || '-' }}
厂家:{{ item.manufacturer || '-' }}
表面处理:{{ item.surfaceTreatmentDesc || '-' }}
@@ -89,7 +103,7 @@