diff --git a/src/views/purchase/purchaseOrder/relation/chooseproducts.vue b/src/views/purchase/purchaseOrder/relation/chooseproducts.vue
index e5a2323..564994d 100644
--- a/src/views/purchase/purchaseOrder/relation/chooseproducts.vue
+++ b/src/views/purchase/purchaseOrder/relation/chooseproducts.vue
@@ -14,11 +14,35 @@
@@ -92,14 +116,23 @@
size: 10,
params: {
createOrgSid: '',
- goodsName: '',
- goodsSkuCode: '',
+ goodsCode: "", //商品编码
+ goodsName: "", //商品名称
+ barCode: "", //条形码
+ goodsSkuCode: "", //规格编码
+ title: '', //规格型号
+ ownSpec: "", //具体规格
+ brandName: "", //品牌
+ typeName: "", //类别
+ manufacturerName: "", //厂家
+ manufacturerCode: "" //厂家货号
},
total: 0
},
tableData: [],
selectedItems: [],
randomKey: Math.random(),
+ createOrgSid: ""
}
},
methods: {
@@ -139,8 +172,19 @@
this.listQuery.current = 1
this.listQuery.size = 10
this.listQuery.total = 0
- this.listQuery.params.goodsName = ''
- this.listQuery.params.goodsSkuCode = ''
+ this.listQuery.params = {
+ createOrgSid: this.createOrgSid,
+ goodsCode: "", //商品编码
+ goodsName: "", //商品名称
+ barCode: "", //条形码
+ goodsSkuCode: "", //规格编码
+ title: '', //规格型号
+ ownSpec: "", //具体规格
+ brandName: "", //品牌
+ typeName: "", //类别
+ manufacturerName: "", //厂家
+ manufacturerCode: "" //厂家货号
+ }
this.getList()
},
// handleSelectionChange(row) {
@@ -157,6 +201,7 @@
// this.listQuery.params.saleVehSids = []
// }``
this.listQuery.params.createOrgSid = createOrgSid
+ this.createOrgSid = createOrgSid
this.listQuery.current = 1
this.listQuery.size = 5
this.listQuery.total = 0