diff --git a/supervise-organizational-ui/src/views/brank/brankAdd.vue b/supervise-organizational-ui/src/views/brank/brankAdd.vue index 5da879de..76d9b778 100644 --- a/supervise-organizational-ui/src/views/brank/brankAdd.vue +++ b/supervise-organizational-ui/src/views/brank/brankAdd.vue @@ -23,7 +23,6 @@ -
省-市-县:
diff --git a/warehousing-system/project_web/src/components/ButtonBar/index.vue b/warehousing-system/project_web/src/components/ButtonBar/index.vue new file mode 100644 index 00000000..2024ee73 --- /dev/null +++ b/warehousing-system/project_web/src/components/ButtonBar/index.vue @@ -0,0 +1,122 @@ + + + + + diff --git a/warehousing-system/project_web/src/components/initial_value/storehouse.vue b/warehousing-system/project_web/src/components/initial_value/storehouse.vue index bbecae4c..1b7ce66d 100644 --- a/warehousing-system/project_web/src/components/initial_value/storehouse.vue +++ b/warehousing-system/project_web/src/components/initial_value/storehouse.vue @@ -58,21 +58,121 @@ - - - - - - - - - - - - - - - + + + + + + *仓库名称: + + + + + + + *仓库简称: + + + + + + + *仓库编码: + + + + + + + + + + *所属地:    + + + + + + + + + + + + + + + + + + + + + + *库房面积: + + + + + + + *库房高度: + + + + + + + *月租金: + + + + + + + + + *库房性质编码: + + + + + + + + + + + + *房源: + + + + + + + + + *联系人姓名: + + + + + + + *联系人电话: + + + + + + + *附件: + + + + + *客户名称: @@ -60,7 +60,7 @@ v-for="(item, i) in dataList" :key="i" :label="item.templateid" - :value="item.taskid" + :value="item.templateid" /> @@ -161,9 +161,9 @@
- - - + + +
@@ -227,6 +227,14 @@ export default { taskid: '' } }, + queryParamsA: { + current: 1, + size: 10, + total: 0, + params: { + orderId:'' + } + }, } }, mounted(){ @@ -234,7 +242,6 @@ export default { if (resp.success) { const data = resp.data this.dataList = data.records - this.list = data.records } }) }, @@ -258,7 +265,7 @@ export default { this.formobj.operationcontent = '' // 处理情况 this.formobj.receiveperson = '' // 现场联系人 this.formobj.receivetel = '' // 现场联系人电话 - + this.queryParamsA.params.orderId='' this.$refs['form_obj'].resetFields() this.$emit('doback') }, @@ -276,6 +283,7 @@ export default { this.$refs['form_obj'].clearValidate() }) this.viewTitle = '【新增】工单数据' + this.ShowList() }, showEdit(row) { this.$nextTick(() => { @@ -310,6 +318,9 @@ export default { .catch(e => { this.formobj = row }) + this.queryParamsA.params.orderId=row.sid + this.ShowList() + this.ShowYunwei() }, saveOrUpdate() { if (this.formobj.workers.length === 0) { @@ -327,6 +338,7 @@ export default { if (resp.success) { _this.$message({ showClose: true, type: 'success', message: resp.msg }) _this.handleReturn('true') + _this.queryParamsA.params.orderId='' } else { // 根据resp.code进行异常情况处理 } @@ -362,9 +374,21 @@ export default { }).then(() => { this.TabList.splice(index, 1); }) - }, - } - } + }, + // 查询运维人员信息 + ShowYunwei(){ + req.listPageB(this.queryParamsA).then((res)=>{ + console.log(res); + }) + }, + // 查询任务项列表信息 + ShowList(){ + req.listPageA(this.queryParamsA).then((res)=>{ + this.list = res.data.records + }) + }, + } +} diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchorderinfo/dispatchpatrolplanAdds.vue b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchorderinfo/dispatchpatrolplanAdds.vue index 6d090484..8afda781 100644 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchorderinfo/dispatchpatrolplanAdds.vue +++ b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchorderinfo/dispatchpatrolplanAdds.vue @@ -130,17 +130,40 @@
巡视人员
+ 新增
- + > - - - - + + + + + + + + + + + + + + +
@@ -149,9 +172,9 @@
- - - + + +
@@ -162,6 +185,7 @@ diff --git a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchworker/dispatchworker.vue b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchworker/dispatchworker.vue index 2404eca3..63df65b6 100644 --- a/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchworker/dispatchworker.vue +++ b/yxt_supervise/supervise-dispatchcenter/supervise-dispatchcenter-ui/src/views/yxtdispatchcenter/dispatchworker/dispatchworker.vue @@ -52,7 +52,7 @@ - + @@ -437,6 +437,7 @@ export default { }, purchase(row){ this.drawer=true + this.formobj = Object.assign({}, row); }, } }