|
|
@ -301,7 +301,7 @@ export default { |
|
|
|
.then(() => { |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Cancel", |
|
|
|
"/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Cancel", |
|
|
|
this.listOutPutQuery |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -340,7 +340,7 @@ export default { |
|
|
|
.then(() => { |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", |
|
|
|
"/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass", |
|
|
|
this.listOutPutQuery |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -392,7 +392,7 @@ export default { |
|
|
|
.then(() => { |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", |
|
|
|
"/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass", |
|
|
|
this.listOutPutQuery |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
@ -493,7 +493,7 @@ export default { |
|
|
|
console.log("查询条件:" + JSON.stringify(this.listQuery)); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanDetailList", |
|
|
|
"/api/settleaccount/WmsHQCaroutput/WmsSharePartDetailList", |
|
|
|
this.listQuery |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|