寄售类型单据
@@ -216,7 +216,7 @@ import {
getChangeBusType,
addChangeBusType,
deleteChangeBusType,
- updateChangeBusType
+ updateChangeBusType, removeBusChange
} from "../../api/basic/busChangeType";
export default {
@@ -306,7 +306,17 @@ export default {
});
},
-
+ removeBusChangeType() {
+ let query = {
+ scAction: this.inputQuery.action,
+ };
+ removeBusChange(query)
+ .then((response) => {
+ this.changeList = [];
+ })
+ .catch(() => {
+ });
+ },
addChangeType() {
this.changeEdit = 0;
this.editQuery = {};
@@ -367,6 +377,7 @@ export default {
this.getList()
} else {
this.visibleChange = false;
+ this.removeBusChangeType();
}
}
,
diff --git a/src/views/basic/BussinessTypeModify.vue b/src/views/basic/BussinessTypeModify.vue
index 302f7e6..abcef7d 100644
--- a/src/views/basic/BussinessTypeModify.vue
+++ b/src/views/basic/BussinessTypeModify.vue
@@ -234,13 +234,23 @@
UDI扫码通
+
+