diff --git a/src/views/purchase/purApply/purOrderSelectProduct.vue b/src/views/purchase/purApply/purOrderSelectProduct.vue
index 432cee75..0136e112 100644
--- a/src/views/purchase/purApply/purOrderSelectProduct.vue
+++ b/src/views/purchase/purApply/purOrderSelectProduct.vue
@@ -75,12 +75,13 @@
-
-
-
-
-
+ :row-class-name="tableRowClassName" @current-change="handleChange" @selection-change="handleSelectionChange" ref="multipleTable">
+
+
+
+
+
+
@@ -186,6 +187,7 @@ export default {
keys: [],
},
ids: [],
+ lists:[],
radioCheck: null,
dataList: [],
pageTotal: 1,
@@ -197,6 +199,13 @@ export default {
thirdSysFk: null,
busTypes: [],
actDateRange: [],
+ tQuery : {
+ productId:"",
+ productName: "",
+ count: "",
+ orderIdFk: "",
+ supId:"",
+ },
pickerOptions: {
shortcuts: [
{
@@ -297,6 +306,7 @@ export default {
getList() {
this.loading = true;
this.listQuery.customerId = store.getters.customerId;
+ this.listQuery.id = this.pId;
filterCompanyProductplanRelevance(this.listQuery)
.then((response) => {
this.loading = false;
@@ -318,10 +328,23 @@ export default {
intentBack() {
this.closeDialog();
},
-
+ handleSelectionChange(val){
+ this.lists=[];
+ for (var i=0;i {
+ addApplyDetail(this.lists).then((response) => {
this.loading = false;
if (response.code === 20000) {
this.closeDialog(response.data);