diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue
index 07e9e83..05b999b 100644
--- a/src/views/inventory/InvPreInProductsDetail.vue
+++ b/src/views/inventory/InvPreInProductsDetail.vue
@@ -83,6 +83,12 @@
width="120"
show-overflow-tooltip
>
+
+
+
-
+
@@ -291,6 +291,25 @@
+
+ 其他数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
第三方基础信息
@@ -795,6 +814,8 @@ export default {
scanChangeConfig: null,
busChangeConfig: null,
dbDiCompany: null,
+ udiCodeLost:null,
+ udiCodeRel:null,
},
checkedBusTypes: [],
checkedToInBusTypes: [],
diff --git a/src/views/sync/SysUdimsData.vue b/src/views/sync/SysUdimsData.vue
index f5b5171..1064962 100644
--- a/src/views/sync/SysUdimsData.vue
+++ b/src/views/sync/SysUdimsData.vue
@@ -29,7 +29,7 @@
查询
-
+
@@ -48,7 +48,7 @@
-
+
@@ -72,9 +72,9 @@
-
+
-
+
@@ -83,7 +83,8 @@
下载
-
删除
@@ -119,7 +120,7 @@ export default {
return {
filterQuery: {
id: null,
- status: "1",
+ status: null,
page: 1,
limit: 10,
syncTime: null,
@@ -197,8 +198,8 @@ export default {
this.syncTime = null;
this.getList();
},
- search(){
- this.filterQuery.page=1;
+ search() {
+ this.filterQuery.page = 1;
this.getList();
},
getList() {
@@ -274,7 +275,8 @@ export default {
.then(() => {
this.createSchedule(type);
})
- .catch(() => {});
+ .catch(() => {
+ });
} else {
this.createSchedule(type);
}
@@ -297,7 +299,8 @@ export default {
this.$alert(response.message, '提示', {
confirmButtonText: '确定',
type: "warning",
- callback: action => {}
+ callback: action => {
+ }
});
} else {
@@ -333,7 +336,8 @@ export default {
this.loading = false;
});
})
- .catch(() => {});
+ .catch(() => {
+ });
},
handleChange(response, files, fileList) {
if (response.code != 20000) {
@@ -354,7 +358,7 @@ export default {
return statusMap[status];
},
wmsFilterType(status) {
- return status?'success':'warning';
+ return status ? 'success' : 'warning';
},
@@ -365,7 +369,8 @@ export default {
this.configParms = response.data;
}
})
- .catch(() => {});
+ .catch(() => {
+ });
},
detailDialog(id) {
this.syncVisible = true;
@@ -401,11 +406,13 @@ export default {
}
this.getList();
})
- .catch(() => {});
+ .catch(() => {
+ });
}
},
- mounted() {},
+ mounted() {
+ },
components: {},
created() {
this.headers = {
diff --git a/src/views/sync/SysUdimsDownloadData.vue b/src/views/sync/SysUdimsDownloadData.vue
index 73e63f7..0694ac4 100644
--- a/src/views/sync/SysUdimsDownloadData.vue
+++ b/src/views/sync/SysUdimsDownloadData.vue
@@ -28,6 +28,7 @@
@@ -91,7 +92,7 @@
下载
-
删除
@@ -122,7 +123,7 @@