diff --git a/dist.zip b/dist.zip deleted file mode 100644 index af390cf..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/views/basic/carInfo.vue b/src/views/basic/carInfo.vue index 0f6c414..48e4b23 100644 --- a/src/views/basic/carInfo.vue +++ b/src/views/basic/carInfo.vue @@ -22,6 +22,9 @@ 新增 + + 重置车辆状态 + { + this.$http({ + url: this.$http.adornUrl('/vehicle/resetStatus'), + method: 'post' + }).then(({data}) => { + if (data && data.code === 0) { + this.$message({ + message: '操作成功', + type: 'success', + duration: 1500, + onClose: () => { + this.getDataList() + } + }) + } else { + this.$message.error(data.msg) + } + }) + }).catch(() => {}) + }, // 删除 deleteHandle (id) { this.$confirm(`确定对[id=${id}]进行删除操作?`, '提示', { diff --git a/src/views/common/ex-warehouse-info.vue b/src/views/common/ex-warehouse-info.vue index 3fa3d8e..02892b9 100644 --- a/src/views/common/ex-warehouse-info.vue +++ b/src/views/common/ex-warehouse-info.vue @@ -34,18 +34,60 @@ align="center" label="客户信息"> + + + + + + + + + + + + + + 取消 diff --git a/src/views/common/home.vue b/src/views/common/home.vue index e1dc9b4..ca3fb3f 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -100,7 +100,7 @@