- {{ item.cmy }}
+ {{ item.companyName }}
@@ -80,7 +92,7 @@ export default {
{
type: "textarea",
itemAttrs: {
- label: "回复意见",
+ label: "回复意见:",
span: 22,
},
attrs: {
@@ -106,6 +118,12 @@ export default {
checkDetail(obj) {
this.$refs.formDialog.openDialog("detail", obj);
},
+ reset() {
+ this.queryParam = {};
+ this.queryParam.verificationType = 3;
+ this.searchQuery();
+ },
+ formSubmit(obj) {},
},
};
diff --git a/src/views/applySupermarket/index.vue b/src/views/applySupermarket/index.vue
index 112021b..89d1ccc 100644
--- a/src/views/applySupermarket/index.vue
+++ b/src/views/applySupermarket/index.vue
@@ -810,4 +810,10 @@ export default {
}
}
}
+
+.examineDialogPanel {
+ .tableWrap {
+ height: calc(100% - 96px);
+ }
+}
diff --git a/src/views/applySupermarket/keyPerson/components/detailDialog.vue b/src/views/applySupermarket/keyPerson/components/detailDialog.vue
new file mode 100644
index 0000000..792a960
--- /dev/null
+++ b/src/views/applySupermarket/keyPerson/components/detailDialog.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
企业名称:
+
{{ dataInfo.companyName }}
+
+
+
申请时间:
+
{{ dataInfo.createTime }}
+
+
+
审查人数:
+
+ {{
+ dataInfo.detailsByAuditResultTrue.length +
+ dataInfo.detailsByAuditResultFalse.length
+ }}人
+
+
+
+
审查结果:
+
+ {{ dataInfo.detailsByAuditResultTrue.length }}人正常,{{
+ dataInfo.detailsByAuditResultFalse.length
+ }}人异常
+
+
+
+
+
+
+
+ 正常
+ 异常
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/applySupermarket/keyPerson/components/examineDialog.vue b/src/views/applySupermarket/keyPerson/components/examineDialog.vue
new file mode 100644
index 0000000..ad9bb02
--- /dev/null
+++ b/src/views/applySupermarket/keyPerson/components/examineDialog.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
企业名称:
+
{{ dataInfo.companyName }}
+
+
+
申请时间:
+
{{ dataInfo.createTime }}
+
+
+
审查人数:
+
+ {{ (dataInfo.details && dataInfo.details.length) || 0 }}人
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 异常
+
+
+
+
+
+ 确定提交
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/applySupermarket/keyPerson/index.vue b/src/views/applySupermarket/keyPerson/index.vue
index 0d3afa3..9b9f8a6 100644
--- a/src/views/applySupermarket/keyPerson/index.vue
+++ b/src/views/applySupermarket/keyPerson/index.vue
@@ -5,13 +5,14 @@
-
+
查询
- 重置
+ 重置
@@ -26,20 +27,39 @@