diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue
index d8a54a55..d2034e88 100644
--- a/src/views/material/back/component/addReturn.vue
+++ b/src/views/material/back/component/addReturn.vue
@@ -12,12 +12,19 @@
+ v-model="queryParams.unitId"
+ :disabled="backId != ''"
+ :options="unitList"
+ :normalizer="normalizer"
+ :show-count="true"
+ style="width: 240px"
+ :disable-branch-nodes="true"
+ noChildrenText="没有数据了"
+ noOptionsText="没有数据"
+ noResultsText="没有搜索结果"
+ placeholder="请选择退料单位"
+ @select="unitChange"
+ />
-
+
@@ -73,7 +87,58 @@
/>
-
+
+
+
+
+
+ 库存:{{ item.storageNum }}
+
+
+
+
+
+
+
+
+ {{ currentMatchIndex + 1 }}/{{ matchedOptions.length }}
+
+
+
+
+
+
-
-
+
-
+
@@ -117,14 +180,7 @@
>
-->
- 保存
+ 保存
@@ -138,61 +194,31 @@
>导出 -->
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
- 编码管理
- 数量管理
+ 编码管理
+ 数量管理
-
+
- 添加编码
+
+ 添加编码
+
-
+
-
+
-
+
-
-
-
- 上传
-
+
+
+ 上传
-
+
查看
-
+
- 删除
+ 删除
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
-
+
+
-
-
-
- 上传
-
+
+
+ 上传
-
+
查看
@@ -333,21 +389,20 @@
-->
-
+
保存
- 取消
+ 取消
-
-
+
+
-
-
-
\ No newline at end of file
+
+.custom-tree-node {
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 14px;
+ padding-right: 8px;
+}
+
+.el-icon-arrow-down.is-reverse {
+ transform: rotateZ(180deg);
+}
+
+.el-tree {
+ max-height: 300px;
+ overflow-y: auto;
+}
+
+.highlight-text {
+ background-color: #ffd04b;
+ color: #000;
+}
+
+::v-deep .el-input-group__append {
+ padding: 0;
+ .el-button {
+ padding: 0 10px;
+ border: none;
+ height: 100%;
+ &:first-child {
+ border-right: 1px solid #dcdfe6;
+ }
+ &[disabled] {
+ color: #c0c4cc;
+ }
+ }
+}
+
+.type-select-dropdown {
+ .el-select-dropdown__wrap {
+ max-height: 400px !important;
+ }
+
+ .el-select-dropdown__item {
+ height: auto;
+ padding: 8px 20px;
+ white-space: normal;
+ word-break: break-all;
+ }
+}
+
+.highlight-text {
+ background-color: #ffd04b;
+ color: #000;
+}
+
+.el-input-group__append {
+ padding: 0;
+ .el-button {
+ padding: 0 10px;
+ border: none;
+ height: 100%;
+ &:first-child {
+ border-right: 1px solid #dcdfe6;
+ }
+ &[disabled] {
+ color: #c0c4cc;
+ }
+ }
+}
+