diff --git a/src/views/wms/matetowsn/index.vue b/src/views/wms/matetowsn/index.vue index af51998..9e37643 100644 --- a/src/views/wms/matetowsn/index.vue +++ b/src/views/wms/matetowsn/index.vue @@ -43,15 +43,6 @@ @keyup.enter.native="handleQuery" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 重置 @@ -114,40 +84,44 @@ 删除 - - + - - - - - + + - + + + + + + + - + @@ -173,15 +147,8 @@ {{ parseTime(scope.row.gmtCreate, '{y}-{m}-{d}') }} - - - - - - - ({ mateOrderInSnId: id })); + console.log(postData) this.$modal.confirm('是否确认删除标识卡编号为"' + wlCode + '"的数据项?').then(function() { - return Removecard(); + return Removecard(postData); }).then(() => { this.editBatch(); this.$modal.msgSuccess("删除成功");