diff --git a/src/views/basic/BasicThirdSys.vue b/src/views/basic/BasicThirdSys.vue
index 5e3f5d5..5b01ae3 100644
--- a/src/views/basic/BasicThirdSys.vue
+++ b/src/views/basic/BasicThirdSys.vue
@@ -214,7 +214,7 @@
this.list = response.data.list || [];
this.detailList = [];
this.total = response.data.total || 0;
- this.getDetailList(this.list[0]);
+ // this.getDetailList(this.list[0]);
})
diff --git a/src/views/thrsys/ThrInvProducts.vue b/src/views/thrsys/ThrInvProducts.vue
index 30b35f9..a21cc79 100644
--- a/src/views/thrsys/ThrInvProducts.vue
+++ b/src/views/thrsys/ThrInvProducts.vue
@@ -100,6 +100,9 @@
filterQuery: {
inventoryCode: null,
inventoryName: null,
+ spec: null,
+ registerCertNo: null,
+ manufactory: null,
thirdSys: null,
page: 1,
limit: 100,
@@ -125,8 +128,11 @@
inventoryCode: null,
inventoryName: null,
thirdSys: null,
+ spec: null,
+ registerCertNo: null,
+ manufactory: null,
page: 1,
- limit: 20,
+ limit: 100,
};
this.getList();
},
diff --git a/src/views/thrsys/ThrInvProductsSelect.vue b/src/views/thrsys/ThrInvProductsSelect.vue
index dca0544..4eb04cd 100644
--- a/src/views/thrsys/ThrInvProductsSelect.vue
+++ b/src/views/thrsys/ThrInvProductsSelect.vue
@@ -4,13 +4,31 @@
+
+
+
+
+
+
+
+
+
@@ -108,6 +126,9 @@
inventoryCode: null,
inventoryName: null,
thirdSys: null,
+ spec: null,
+ registerCertNo: null,
+ manufactory: null,
page: 1,
limit: 20,
},
@@ -133,8 +154,11 @@
inventoryCode: null,
inventoryName: null,
thirdSys: null,
+ spec: null,
+ registerCertNo: null,
+ manufactory: null,
page: 1,
- limit: 20,
+ limit: 100,
};
this.getList();
},