+
{{ dataCount.caseApplyAwardSeal }}
@@ -185,11 +195,11 @@ export default {
// 点击代办案件按钮
pushPage(status) {
if (status == 0 || status == 1 || status == 2 || status == 5 || status == 6 || status == 7 || status == 31 || status == 8 || status == 9) {
- this.$router.push({ name: 'CaseManagement/caseList', params: { status: status } })
- } else if (status == 11 || status == 12 || status == 13 || status == 14 || status == 15 || status == 16) {
- this.$router.push({ name: 'AwardManagement/listofAwards', params: { status: status } })
+ this.$router.push({ name: 'CaseManagement/caseList', params: { status: status + '' } })
+ } else if (status == 11 || status == 12 || status == 13 || status == 14 || status == 15 || status == 16 || status == 18) {
+ this.$router.push({ name: 'AwardManagement/listofAwards', params: { status: status + '' } })
} else if (status == 3){
- this.$router.push({ name: 'PaymentManagement/paymentList', params: { status: status } })
+ this.$router.push({ name: 'PaymentManagement/paymentList', params: { status: status + ''} })
}
}
// goTarget(href) {
@@ -270,7 +280,7 @@ export default {
}
.imgTitle {
- font-size: 20px;
+ font-size: 18px;
font-weight: 600;
}
}
diff --git a/src/views/officialSeal/components/addManager.vue b/src/views/officialSeal/components/addManager.vue
new file mode 100644
index 0000000..d9396b6
--- /dev/null
+++ b/src/views/officialSeal/components/addManager.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/officialSeal/components/editManager.vue b/src/views/officialSeal/components/editManager.vue
new file mode 100644
index 0000000..cf7db0b
--- /dev/null
+++ b/src/views/officialSeal/components/editManager.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/officialSeal/components/grabRules.vue b/src/views/officialSeal/components/grabRules.vue
new file mode 100644
index 0000000..225b079
--- /dev/null
+++ b/src/views/officialSeal/components/grabRules.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/officialSeal/templateManagement.vue b/src/views/officialSeal/templateManagement.vue
index 50a5235..5aa9b9a 100644
--- a/src/views/officialSeal/templateManagement.vue
+++ b/src/views/officialSeal/templateManagement.vue
@@ -20,6 +20,7 @@
删除
修改模板
+ 设置抓取规则
@@ -31,6 +32,7 @@
+
@@ -44,13 +46,15 @@ import addInstitution from "./components/addInstitution";
import addTemplate from "./components/addTemplate";
import sealManage from "./components/sealManage";
import editTemplate from "./components/editTemplate";
+import grabRules from "./components/grabRules.vue"
export default {
name: "paymentList",
components: {
addInstitution,
addTemplate,
sealManage,
- editTemplate
+ editTemplate,
+ grabRules
},
data() {
return {
@@ -70,10 +74,12 @@ export default {
operateVisable: false,//新增弹窗
uploadVisable: false,//上传弹窗
sealVisable: false,//公章列表弹窗
+ rulesVisable:false,//抓取规则弹窗
uploadData: {},
sealData: {},
editVisable:false,
- editData:{}
+ editData:{},
+ rulesData:{}
};
},
created() {
@@ -114,6 +120,14 @@ export default {
cancelEdit() {
this.editVisable = false;
},
+ // 抓取规则
+ grabRulesClick(row){
+ this.rulesVisable = true;
+ this.rulesData = row;
+ },
+ cancelRules(){
+ this.rulesVisable = false;
+ },
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;
diff --git a/src/views/officialSeal/templateManager.vue b/src/views/officialSeal/templateManager.vue
new file mode 100644
index 0000000..f560b1e
--- /dev/null
+++ b/src/views/officialSeal/templateManager.vue
@@ -0,0 +1,140 @@
+