|
@@ -16,7 +16,7 @@
|
|
|
<div style="">
|
|
|
<el-button type="primary" v-if="saveStatus" @click="clickSave">保存</el-button>
|
|
|
<el-button type="primary" v-if="startStatus" @click="clickHandles">处理</el-button>
|
|
|
- <el-button type="primary" v-if="closeStatus" @click="handleClose">关闭</el-button>
|
|
|
+ <el-button type="primary" v-if="closeStatus" @click="handleClose">关闭</el-button>
|
|
|
</div>
|
|
|
<el-form ref="form" :model="fromList" :rules="rule" label-width="120px" style="margin-top: 30px">
|
|
|
<div style="text-align: center; font-size: 24px;">账号删除流程</div>
|
|
@@ -65,7 +65,7 @@
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
<div class="flex-header">
|
|
|
- <el-form-item label="4A主账号:" >
|
|
|
+ <el-form-item label="4A主账号:">
|
|
|
<el-input v-model="fromList.mainAccount4a" :disabled="disabled"></el-input>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
@@ -129,9 +129,9 @@
|
|
|
<el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
|
|
|
v-if="handleStatus" :destroy-on-close="true">
|
|
|
<Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
|
|
|
- :requestForm="requestForm" :request_formTitle="request_form.title"/>
|
|
|
+ :requestForm="requestForm" :request_formTitle="request_form.title" />
|
|
|
<WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
|
|
|
- :requestForm="requestForm" :request_formTitle="request_form.title"/>
|
|
|
+ :requestForm="requestForm" :request_formTitle="request_form.title" />
|
|
|
<!-- 后期维护 -->
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -315,27 +315,27 @@ export default {
|
|
|
{
|
|
|
label: "环节名称",
|
|
|
prop: "taskName",
|
|
|
- width: 300,
|
|
|
+ //width: 300,
|
|
|
},
|
|
|
{
|
|
|
label: "处理人",
|
|
|
prop: "assignee",
|
|
|
- width: 300,
|
|
|
+ //width: 300,
|
|
|
},
|
|
|
{
|
|
|
label: "到达时间",
|
|
|
prop: "startTime",
|
|
|
- width: 300,
|
|
|
+ //width: 300,
|
|
|
},
|
|
|
{
|
|
|
label: "处理时间",
|
|
|
prop: "endTime",
|
|
|
- width: 300,
|
|
|
+ //width: 300,
|
|
|
},
|
|
|
{
|
|
|
label: "回复意见",
|
|
|
prop: "content",
|
|
|
- width: 300,
|
|
|
+ //width: 300,
|
|
|
},
|
|
|
], //表格头
|
|
|
data: [], //内容数据
|
|
@@ -386,23 +386,23 @@ export default {
|
|
|
{
|
|
|
label: "任务主题",
|
|
|
prop: "need_name",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
|
|
|
},
|
|
|
{
|
|
|
label: "申请人",
|
|
|
prop: "proposer",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "申请时间",
|
|
|
prop: "proposer_time",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "当前环节",
|
|
|
prop: "taskName",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
], //表格头
|
|
|
data: [], //内容数据
|
|
@@ -434,23 +434,23 @@ export default {
|
|
|
{
|
|
|
label: "任务主题",
|
|
|
prop: "need_name",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
|
|
|
},
|
|
|
{
|
|
|
label: "申请人",
|
|
|
prop: "proposer",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "申请时间",
|
|
|
prop: "proposer_time",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "当前环节",
|
|
|
prop: "taskName",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
], //表格头
|
|
|
data: [], //内容数据
|
|
@@ -482,28 +482,28 @@ export default {
|
|
|
{
|
|
|
label: "任务主题",
|
|
|
prop: "need_name",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
|
|
|
},
|
|
|
{
|
|
|
label: "申请人",
|
|
|
prop: "proposer",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "申请时间",
|
|
|
prop: "proposer_time",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "当前环节",
|
|
|
prop: "taskName",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
{
|
|
|
label: "当前处理人",
|
|
|
prop: "currentMan",
|
|
|
- width: 350,
|
|
|
+ //width: 350,
|
|
|
},
|
|
|
], //表格头
|
|
|
data: [], //内容数据
|
|
@@ -1172,7 +1172,7 @@ export default {
|
|
|
//我的待办
|
|
|
getQueryList(e, status) {
|
|
|
this.loading = true;
|
|
|
- getTodoBase(this.pageNo, "", e || { tableName: this.tableName }).then((res) => {
|
|
|
+ getTodoBase(this.pageNo, "", e || { tableName: this.tableName }).then((res) => {
|
|
|
if (status === 0) {
|
|
|
this.clickDemand("任务主题", res.data.data[0]);
|
|
|
}
|
|
@@ -1220,7 +1220,7 @@ export default {
|
|
|
getDoneBase(this.pageNo, "", { tableName: this.tableName, }).then((res) => {
|
|
|
this.tabListMain[1].number = res.data.totalRecord
|
|
|
});
|
|
|
- getTodoBase(this.pageNo, "", { tableName: this.tableName }).then((res) => {
|
|
|
+ getTodoBase(this.pageNo, "", { tableName: this.tableName }).then((res) => {
|
|
|
this.tabListMain[0].number = res.data.totalRecord
|
|
|
});
|
|
|
}
|