Browse Source

修改api

branch_ccpg_220107
佐 张 3 years ago
parent
commit
baf6557cdb
  1. 19
      vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue

19
vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue

@ -905,13 +905,13 @@ export default {
this.multipleSelection = val;
},
handleConfirm(row){
if (this.multipleSelection.length == 0) {
this.$message({
message: "至少选择一行!",
type: "warning",
});
return;
}
// if (this.multipleSelection.length == 0) {
// this.$message({
// message: "",
// type: "warning",
// });
// return;
// }
var params = [];
let myalert = ""; //使
if (row) {
@ -933,7 +933,7 @@ export default {
})
.then(() => {
this.$axios
.posts("/api/settleaccount/wms/WmsJitOutPut", params)
.gets("/api/settleaccount/wmsjitoutput/WmsJitOutPutAudit", params)
.then((response) => {
const index = this.list.indexOf(row);
this.$notify({
@ -982,7 +982,7 @@ export default {
})
.then(() => {
this.$axios
.posts("/api/settleaccount/wms/WmsJitOutPut", params)
.gets("/api/settleaccount/wmsjitoutput/WmsJitOutPut", params)
.then((response) => {
const index = this.list.indexOf(row);
this.$notify({
@ -991,6 +991,7 @@ export default {
type: "success",
duration: 2000,
});
console.log(response);
this.getList();
});
})

Loading…
Cancel
Save