diff --git a/src/components/report/TurnoverReport.vue b/src/components/report/TurnoverReport.vue
index 6a0ba0e..45bbbe8 100644
--- a/src/components/report/TurnoverReport.vue
+++ b/src/components/report/TurnoverReport.vue
@@ -60,7 +60,7 @@
人员类别
-
diff --git a/src/components/report/TurnoverReportM.vue b/src/components/report/TurnoverReportM.vue
index c80a59c..09c071a 100644
--- a/src/components/report/TurnoverReportM.vue
+++ b/src/components/report/TurnoverReportM.vue
@@ -26,7 +26,7 @@
体检类别
-
{{ item.displayName }}
@@ -178,20 +178,20 @@ export default {
},
// 体检类别过滤
- filterMethod(keyWords) {
- if (keyWords) {
- this.medicalType = [];
- this.dict.medicalType.forEach((item) => {
- if (
- item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
- ) {
- this.medicalType.push(item);
- }
- });
- } else {
- this.medicalType = deepCopy(this.dict.medicalType);
- }
- },
+ // filterMethod(keyWords) {
+ // if (keyWords) {
+ // this.medicalType = [];
+ // this.dict.medicalType.forEach((item) => {
+ // if (
+ // item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
+ // ) {
+ // this.medicalType.push(item);
+ // }
+ // });
+ // } else {
+ // this.medicalType = deepCopy(this.dict.medicalType);
+ // }
+ // },
// 查询
btnQuery() {
diff --git a/src/components/report/TurnoverReportP.vue b/src/components/report/TurnoverReportP.vue
index a1bb9e9..58319b0 100644
--- a/src/components/report/TurnoverReportP.vue
+++ b/src/components/report/TurnoverReportP.vue
@@ -26,7 +26,7 @@
人员类别
-
{{ item.displayName }}
@@ -178,21 +178,21 @@ export default {
},
// 人员类别过滤
- filterMethod(keyWords) {
- if (keyWords) {
- this.personnelType = [];
- this.dict.personnelType.forEach((item) => {
- if (
- item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
- // || item.shortName.toLowerCase().indexOf(keyWords.toLowerCase()) > - 1
- ) {
- this.personnelType.push(item);
- }
- });
- } else {
- this.personnelType = deepCopy(this.dict.personnelType);
- }
- },
+ // filterMethod(keyWords) {
+ // if (keyWords) {
+ // this.personnelType = [];
+ // this.dict.personnelType.forEach((item) => {
+ // if (
+ // item.displayName.toLowerCase().indexOf(keyWords.toLowerCase()) > -1
+ // // || item.shortName.toLowerCase().indexOf(keyWords.toLowerCase()) > - 1
+ // ) {
+ // this.personnelType.push(item);
+ // }
+ // });
+ // } else {
+ // this.personnelType = deepCopy(this.dict.personnelType);
+ // }
+ // },
// 查询
btnQuery() {
diff --git a/src/components/report/TurnoverReportReal.vue b/src/components/report/TurnoverReportReal.vue
index 9d3eca6..398a93b 100644
--- a/src/components/report/TurnoverReportReal.vue
+++ b/src/components/report/TurnoverReportReal.vue
@@ -59,7 +59,7 @@
体检类别
-
@@ -69,7 +69,7 @@
人员类别
-
diff --git a/src/router/index.js b/src/router/index.js
index 2fc7a95..1632080 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -488,6 +488,12 @@ const routes = [{
component: () =>
import ("../views/charge/charge.vue"),
},
+ {
+ path: "/invoiceReg",
+ name: "开票申请",
+ component: () =>
+ import ("../views/charge/invoiceReg.vue"),
+ },
{
path: "/patientLis",
name: "条码打印",
diff --git a/src/views/charge/invoiceReg.vue b/src/views/charge/invoiceReg.vue
new file mode 100644
index 0000000..9209451
--- /dev/null
+++ b/src/views/charge/invoiceReg.vue
@@ -0,0 +1,1782 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+
+
+
+ 体检单位
+
+
+ {{ item.displayName }}
+
+
+
+
+ 开票状态
+
+
+
+
+
+
+ 到款状态
+
+
+
+
+
+
+
+ 申请人
+
+
+
+
+
+
+
+
+
+
+
+ {{ moment(scope.row.expiryDate).format("yyyy-MM-DD") }}
+
+
+
+
+
+ {{ query.isChild == 'Y' ? scope.row.customerOrgName + (scope.row.departmentName &&
+ scope.row.customerOrgName != scope.row.departmentName ?
+ '--' + scope.row.departmentName : '') : scope.row.customerOrgName }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ moment(scope.row.creationTime).format("yyyy-MM-DD") }}
+
+
+
+
+
+
+
+ {{
+ moment(scope.row.lastModificationTime).format("yyyy-MM-DD")
+ }}
+
+
+
+
+
+
+
+ 共:{{ loadOpts.totalCount }} 条记录,当前显示:{{
+ dataList.length
+ }}
+ 条。
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ dddw(dict.payMode, "id", scope.row.payModeId, "displayName")
+ }}
+
+
+
+
+
+
+
+ {{
+ dddw(dict.billFlag, "id", scope.row.billFlag, "displayName")
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 新增
+
+
+ 编辑
+
+
+
+ 启用
+
+
+ 禁用
+
+
+ 充值
+
+
+ 退费
+
+
+
+ 导入建卡
+
+
+
+ 导出excel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
导入Excel时,Excel的格式必须符合一定规范,该格式的模板文件可通过下载模板获取。
+
注意事项如下:
+
+
+ 1、卡号、卡主不能为空,其余数据可根据实际情况选择是否填写;
+
2、卡类别与本软件系统中的名称完全一致,初始金额不为 0 时,充值方式必填;
+
3、折扣率填写错误(未填、0、负数或非有数字)时,则默认为 100
+
4、Excel中标题列不能有单元格合并。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标题行: 第
+
+ 行
+
+
+
+
+
+
+
+
+
+ 1、在标题列右击鼠标可设置列名,即:标题列有 √
+ 的,才参与数据导入;
+ 3、按住 Ctr1 或 Shift 键可进行多选。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ "\u200C" + scope.row.cardNo }}
+
+
+
+
+
+
+
+
+
+
+ {{ "\u200C" + scope.row.idNo }}
+
+
+
+
+ {{ "\u200C" + scope.row.telephone }}
+
+
+
+
+ {{ "\u200C" + scope.row.mobileTelephone }}
+
+
+
+
+
+
+
+
+
+