Commit fcd53213 authored by 旭艳's avatar 旭艳

执行派工页面开发

parent eb24090d
......@@ -40,13 +40,6 @@
<template slot="paneL">
<dee-tab :tabs="tabItems" @tabClick="tabClick">
<div slot="0" style="height:100%;box-sizing:border-box">
<!-- <dee-as-com
ref="detailComTo"
:key="layConfig.typeName"
:lay-config="layConfig"
:form="searchFormData"
@row-click="rowClick"
/> -->
<dee-up-table
selection-row
:index-row="indexRow"
......@@ -215,12 +208,6 @@ export default {
}
]
},
layConfig() {
return {
typeName: 'JoExecutePlan',
layKey: 'instructionsIssuedListTo'
}
},
layConfigAlready() {
return {
typeName: 'JoExecutePlan',
......@@ -303,7 +290,7 @@ export default {
value: row.defCode,
label: row.defName,
status: row.extPosition[0].extPositionPlans[0] ? row.extPosition[0].extPositionPlans[0].planState : '',
postionId: row.extPosition[0] ? row.extPosition[0].id : ''
postionId: row.extPosition[0].extPositionPlans[0] ? row.extPosition[0].extPositionPlans[0].id : ''
}
})
this.$set(this.searchFormData, 'sorties', this.sortiesData[0].value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment