Commit e4523f08 by xue_wengang

审批流程

parent 2a08104c
...@@ -1917,6 +1917,9 @@ export default { ...@@ -1917,6 +1917,9 @@ export default {
"07": "协破认定申请提请审批", "07": "协破认定申请提请审批",
"08": "协破认定申请申请方审批", "08": "协破认定申请申请方审批",
"09": "协破认定申请部级审批", "09": "协破认定申请部级审批",
"10": "隐案认定申请提请审批",
"11": "隐案认定申请申请方审批",
"12": "隐案认定申请部级审批",
}; };
self.laspxqtableData2.forEach((shenPiPrograssItem) => { self.laspxqtableData2.forEach((shenPiPrograssItem) => {
shenPiPrograssItem.spType = codeDic[shenPiPrograssItem.spType]; shenPiPrograssItem.spType = codeDic[shenPiPrograssItem.spType];
......
...@@ -209,7 +209,7 @@ export default { ...@@ -209,7 +209,7 @@ export default {
}, },
tqsp(item) { tqsp(item) {
let self = this; let self = this;
this.$confirm("确认审批?", "审批", { this.$confirm("确认提请审批?", "审批", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning", type: "warning",
......
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