diff --git a/src/api/system/dept.js b/src/api/system/dept.js index c723fa1..1cd3dcf 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -62,5 +62,5 @@ export function apiGetPartTree() { // 新增公司 export const addCompanyApi = (data) => { - return request.post('/system/dept/addCompany', data) + return request.post('/system/dept/addFirm', data) } diff --git a/src/views/claimAndreturn/picking/outbound-nw/index.vue b/src/views/claimAndreturn/picking/outbound-nw/index.vue index 62ea88c..3996058 100644 --- a/src/views/claimAndreturn/picking/outbound-nw/index.vue +++ b/src/views/claimAndreturn/picking/outbound-nw/index.vue @@ -93,7 +93,7 @@ >导出 - 推送到智慧工地 + > --> - - + --> + + + + + + + + 搜索 + 绑定新设备 + + + + + + + + + + + + + + + 在线 + 掉线 + + + + + + + 解绑 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/claimAndreturn/picking/pushAndLocation/component/MapDIalog.vue b/src/views/claimAndreturn/picking/pushAndLocation/component/MapDIalog.vue new file mode 100644 index 0000000..89e21c4 --- /dev/null +++ b/src/views/claimAndreturn/picking/pushAndLocation/component/MapDIalog.vue @@ -0,0 +1,661 @@ + + + + + + + {{ deviceName }} + ({{ deviceType }}) + + + 定位设备编号: {{ iotCode }} + {{ engineering }}工程 + + + + 查询 + + + + + + + + + + + {{ index + 1 }} + + + + + + 始 + {{ + item.startTime + }} + + {{ item.startAddress }} + + + + 终 + {{ item.endTime }} + + {{ item.endAddress }} + + + + + + {{ loadingData ? '数据加载中...' : '暂无数据' }} + + + + + + + {{ + index + 1 + }} + {{ item.startTime }} + {{ item.hours }}时{{ + item.mints + }}分 + + {{ item.address }} + + + 暂无数据 + + + + + + {{ + index + 1 + }} + {{ item.warnTime }} + + {{ item.startAlarm }} + + + 暂无数据 + + + + + + + + + + + + + + + diff --git a/src/views/claimAndreturn/picking/pushAndLocation/index.vue b/src/views/claimAndreturn/picking/pushAndLocation/index.vue new file mode 100644 index 0000000..a126368 --- /dev/null +++ b/src/views/claimAndreturn/picking/pushAndLocation/index.vue @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + 导出 + 推送到智慧工地 + + + + + + + + + + + + + + + + + + + + + + 未推送 + 已推送 + + + + + {{ + row.iotNum === 0 ? '未绑定' : row.iotNum + }} + + + + + + - + + + + + + + + + + + + + + + diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index f3339ee..8c76e22 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -149,7 +149,6 @@ >新增 - + @@ -199,11 +203,48 @@ + + + + + + + + + + + + + + + @@ -259,11 +300,43 @@ - + + + + + + + + + + + + + + +