diff --git a/.gitignore b/.gitignore
index de06ffba..6b5c6686 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,5 +20,6 @@ UDI_WMS_NEW/
*.sln
*.local
+/vue.config.js
package-lock.json
yarn.lock
diff --git a/src/api/sync/spsSyncStatus.js b/src/api/sync/spsSyncStatus.js
index a822d6c2..08d81b0c 100644
--- a/src/api/sync/spsSyncStatus.js
+++ b/src/api/sync/spsSyncStatus.js
@@ -50,3 +50,13 @@ export function updateConfig(query) {
});
}
+export function infoByStatus(query) {
+ return axios({
+ url: "/spssync/basic/udiinfo/infoByStatus",
+ method: "post",
+ data: query,
+ responseType: 'blob'
+ });
+}
+
+
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index 56f5a6b9..294d90e3 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -96,7 +96,8 @@ export default {
handleCurrentChange(val) {
this.$emit('pagination', { page: val, limit: this.pageSize })
if (this.autoScroll) {
- scrollTo(0, 800)
+ //分页向上滚动效果
+ // scrollTo(0, 800)
}
}
}
diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue
index 91087b05..bdd28aa2 100644
--- a/src/views/basic/busType/bussinessTypeModify.vue
+++ b/src/views/basic/busType/bussinessTypeModify.vue
@@ -529,10 +529,10 @@
-
+
-
+
@@ -551,7 +551,7 @@
-
+
@@ -573,7 +573,7 @@
-
+
@@ -595,7 +595,7 @@
-
+
@@ -617,7 +617,7 @@
-
+
@@ -639,7 +639,7 @@
-
+
@@ -660,7 +660,7 @@
-
+
@@ -682,7 +682,7 @@
-
+
@@ -703,7 +703,7 @@
-
+
diff --git a/src/views/basic/business/stockOrderDistribution.vue b/src/views/basic/business/stockOrderDistribution.vue
index c961f12f..dc7b316f 100644
--- a/src/views/basic/business/stockOrderDistribution.vue
+++ b/src/views/basic/business/stockOrderDistribution.vue
@@ -296,7 +296,7 @@ export default {
},
};
-
diff --git a/src/views/basic/product/udiInfoImport.vue b/src/views/basic/product/udiInfoImport.vue
index f1ef664f..541dc9f8 100644
--- a/src/views/basic/product/udiInfoImport.vue
+++ b/src/views/basic/product/udiInfoImport.vue
@@ -265,7 +265,7 @@
},
};
-
diff --git a/src/views/sync/SysUdimsDownloadData.vue b/src/views/sync/SysUdimsDownloadData.vue
index be97f35d..76cba185 100644
--- a/src/views/sync/SysUdimsDownloadData.vue
+++ b/src/views/sync/SysUdimsDownloadData.vue
@@ -355,7 +355,7 @@ export default {
},
};
-