|
@@ -46,6 +46,9 @@
|
|
|
<!-- <el-table-column label="结算金额" prop="replyContent"></el-table-column> -->
|
|
|
<el-table-column label="麦穗" prop="gys1Price"></el-table-column>
|
|
|
<el-table-column label="神笔" prop="gys2Price"></el-table-column>
|
|
|
+
|
|
|
+ <el-table-column label="江苏邮电" prop="gys3Price"></el-table-column>
|
|
|
+ <el-table-column label="湖州绿包" prop="gys4Price"></el-table-column>
|
|
|
<el-table-column label="状态" prop="taskname"></el-table-column>
|
|
|
<el-table-column label="操作" fixed="right" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -231,6 +234,8 @@
|
|
|
</div>
|
|
|
</template> -->
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="江苏邮电" prop="gys3Price"></el-table-column>
|
|
|
+ <el-table-column label="湖州绿包" prop="gys4Price"></el-table-column>
|
|
|
<el-table-column label="操作" fixed="right" align="center"
|
|
|
v-if="this.infolist.tabletaskName == '起草' || this.infolist.tabletaskName == '地市宣传负责人'">
|
|
|
<template slot-scope="scope">
|
|
@@ -538,6 +543,16 @@ export default {
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ label: "江苏邮电",
|
|
|
+ prop: "gys3Price",
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "湖州绿包",
|
|
|
+ prop: "gys4Price",
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "状态",
|
|
|
prop: "taskname",
|
|
|
width: 200,
|
|
@@ -660,6 +675,16 @@ export default {
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ label: "江苏邮电",
|
|
|
+ prop: "gys3Price",
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "湖州绿包",
|
|
|
+ prop: "gys4Price",
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "状态",
|
|
|
prop: "taskname",
|
|
|
width: 200,
|
|
@@ -1109,17 +1134,18 @@ export default {
|
|
|
// console.log(this.selectLetter);
|
|
|
},
|
|
|
dealwith() {
|
|
|
+ console.log(this.infolist);
|
|
|
if (this.infolist.tabletaskName == "省公司宣传负责人" || this.infolist.tabletaskName == "区县公司负责人") {
|
|
|
|
|
|
if (this.teshuhuanjie.length == 0) {
|
|
|
this.$message.error("请先点击保存");
|
|
|
} else {
|
|
|
this.dialogVisible1 = true;
|
|
|
- this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + this.infolist.needName;
|
|
|
+ this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + this.infolist.businessName;
|
|
|
}
|
|
|
} else {
|
|
|
this.dialogVisible1 = true;
|
|
|
- this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + this.infolist.needName;
|
|
|
+ this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + this.infolist.businessName;
|
|
|
}
|
|
|
|
|
|
},
|
|
@@ -1151,6 +1177,8 @@ export default {
|
|
|
|
|
|
this.infomaterType[0].gys1Price = res.data.body.gys1Price;
|
|
|
this.infomaterType[0].gys2Price = res.data.body.gys2Price;
|
|
|
+ this.infomaterType[0].gys3Price = res.data.body.gys3Price;
|
|
|
+ this.infomaterType[0].gys4Price = res.data.body.gys4Price;
|
|
|
|
|
|
|
|
|
});
|
|
@@ -1184,10 +1212,11 @@ export default {
|
|
|
},
|
|
|
//任务下发
|
|
|
getinform(r) {
|
|
|
-
|
|
|
+ console.log(r);
|
|
|
this.infolist = r;
|
|
|
this.infolist.id = r.id;
|
|
|
this.request_form.businessKey = r.id;
|
|
|
+ this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + r.needName;
|
|
|
this.getUserIds();
|
|
|
|
|
|
},
|
|
@@ -1207,7 +1236,7 @@ export default {
|
|
|
|
|
|
this.request_form.userName = res.data[0].children[0].loginNameStr;
|
|
|
this.request_form.userId = res.data[0].children[0].loginNoStr;
|
|
|
- this.request_form.title = '[市场工作台]-' + '省宣传物料申请及审批-' + this.infolist.needName;
|
|
|
+
|
|
|
|
|
|
this.clickHandle(this.infolist);
|
|
|
});
|
|
@@ -1451,7 +1480,7 @@ export default {
|
|
|
tableName: this.requestForm.processDefinitionKey,
|
|
|
applyType: "省"
|
|
|
};
|
|
|
- if (e.taskId) {
|
|
|
+ if (e) {
|
|
|
list.taskId = e.taskId
|
|
|
}
|
|
|
this.$http({
|
|
@@ -1463,10 +1492,8 @@ export default {
|
|
|
},
|
|
|
data: list,
|
|
|
}).then((res) => {
|
|
|
- if (e.taskId) {
|
|
|
- if (status === 0) {
|
|
|
- this.clickDemand("业务名称", res.data.data[0]);
|
|
|
- }
|
|
|
+ if (status === 0) {
|
|
|
+ this.clickDemand("业务名称", res.data.data[0]);
|
|
|
}
|
|
|
this.firstTable.data = res.data.data;
|
|
|
this.firstTable.pageData.total = res.data.totalRecord;
|