diff --git a/src/api/param/systemPDFTemplate.js b/src/api/param/systemPDFTemplate.js
index c60fcb7..53848dd 100644
--- a/src/api/param/systemPDFTemplate.js
+++ b/src/api/param/systemPDFTemplate.js
@@ -38,6 +38,7 @@ export function updateDetailRel(query) {
}
+
export function getSystemPDFModules(query) {
return axios({
url: "/system/pdf/module/pdfModules",
diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue
index c556f0f..2d3f190 100644
--- a/src/views/basic/UdiInfoManage.vue
+++ b/src/views/basic/UdiInfoManage.vue
@@ -57,7 +57,7 @@
- 查询
+ 查询
关联选入
@@ -857,9 +857,13 @@ export default {
};
this.getList();
},
- getList() {
+ submit(){
this.loading = true;
this.filterQuery.page = 1;
+ this.getList();
+ },
+ getList() {
+
getUdiInfos(this.filterQuery)
.then((response) => {
this.loading = false;
diff --git a/src/views/basic/UdiInfoSelectLocalUdi.vue b/src/views/basic/UdiInfoSelectLocalUdi.vue
index 1625193..97e1f9f 100644
--- a/src/views/basic/UdiInfoSelectLocalUdi.vue
+++ b/src/views/basic/UdiInfoSelectLocalUdi.vue
@@ -45,6 +45,7 @@
@@ -66,7 +67,7 @@
@@ -537,7 +538,7 @@ export default {
// this.$emit("closeUdi", false);
// });
} else if (response.code == 499) {
- this.$confirm(response.message,{type:"warning"})
+ this.$confirm(response.message, {type: "warning"})
.then(_ => {
this.combine();
// combineUdi(this.combineQuery)
@@ -554,7 +555,8 @@ export default {
// this.$emit("closeUdi", false);
// });
})
- .catch(_ => {});
+ .catch(_ => {
+ });
}
})
.catch(() => {
diff --git a/src/views/basic/UdiInfoselectErpUdi.vue b/src/views/basic/UdiInfoselectErpUdi.vue
index e527a3d..d64c112 100644
--- a/src/views/basic/UdiInfoselectErpUdi.vue
+++ b/src/views/basic/UdiInfoselectErpUdi.vue
@@ -2,12 +2,6 @@
-
-
-
-
-
-
@@ -47,6 +41,13 @@
@keyup.enter.native="keyup_submit($event)"
>
+
+
+
@@ -100,6 +101,7 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 保存
+
+
+
{
});
},
+
+ handleEdit(index, row) {
+ this.currentCheckIndex = index;
+ console.log(this.currentCheckIndex)
+ },
+ handleSave(index, row) {
+ this.currentCheckIndex = -1;
+ updateDetailRel(row).then((res) => {
+ if (res.code == 20000) {
+ this.$message.success(res.data);
+ }
+ })
+ },
+
},
filters: {
paramStatusFilterType(paramStatus) {
diff --git a/src/views/warehouse/DialogSelectUnit.vue b/src/views/warehouse/DialogSelectUnit.vue
index 80f05f6..64e605b 100644
--- a/src/views/warehouse/DialogSelectUnit.vue
+++ b/src/views/warehouse/DialogSelectUnit.vue
@@ -12,13 +12,13 @@
>查询
- 确定
-
+
+
+
+
+
+
+
@@ -51,6 +51,17 @@
>
+
+
+
+ 选入绑定
+
+
+
@@ -112,8 +123,8 @@ export default {
handleDetail(row) {
this.curUnitRow = row;
},
- selectUnit() {
- this.$emit("selectSupUnit", this.curUnitRow);
+ selectUnit(row) {
+ this.$emit("selectSupUnit", row);
this.$emit("closeBindDialog", true);
},
},
diff --git a/src/views/warehouse/errorCode.vue b/src/views/warehouse/errorCode.vue
index bea5c41..ad16e5f 100644
--- a/src/views/warehouse/errorCode.vue
+++ b/src/views/warehouse/errorCode.vue
@@ -11,10 +11,10 @@
>查询
-
-
-
-
+ 删除
+
@@ -27,7 +27,7 @@
tooltip-effect="dark"
@selection-change="handleSelectionChange"
>
-
+
@@ -52,13 +52,13 @@
- 删除
-
+
+
+
+
+
+
+