diff --git a/src/components/stockSelect/single.vue b/src/components/stockSelect/single.vue
index e625639..964cdb6 100644
--- a/src/components/stockSelect/single.vue
+++ b/src/components/stockSelect/single.vue
@@ -32,63 +32,71 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
搜索
重置
@@ -96,16 +104,6 @@
-
- 导出
-
@@ -126,6 +124,7 @@
+
@@ -172,6 +171,7 @@ export default {
multiple: true,
// 显示搜索条件
showSearch: true,
+ itemTypeName: undefined,
// 总条数
total: 0,
//物料产品分类树
@@ -182,11 +182,16 @@ export default {
title: "",
// 是否显示弹出层
open: false,
+ defaultProps: {
+ children: "children",
+ label: "label"
+ },
// 查询参数
queryParams: {
pageNum: 1,
pageSize: 10,
itemTypeId: null,
+ itemTypeName: null,
itemId: null,
itemCode: null,
itemName: null,
@@ -206,6 +211,9 @@ export default {
vendorCode: null,
vendorName: null,
vendorNick: null,
+ clientId: null,
+ clientCode: null,
+ clientName: null,
workorderId: this.workorderId,
quantityOnhand: null,
expireDate: null,
diff --git a/src/views/mes/wm/productsalse/index.vue b/src/views/mes/wm/productsalse/index.vue
index 73f9766..81a6713 100644
--- a/src/views/mes/wm/productsalse/index.vue
+++ b/src/views/mes/wm/productsalse/index.vue
@@ -87,9 +87,17 @@
-
+
+
+ {{scope.row.salseCode}}
+
+
-
+
@@ -220,10 +228,13 @@
+ 物料信息
+
+
+
@@ -232,13 +243,14 @@