diff --git a/src/api/ebiz/branchOffice/branchOffice.js b/src/api/ebiz/branchOffice/branchOffice.js
index 5ae8801ed..de7caa026 100644
--- a/src/api/ebiz/branchOffice/branchOffice.js
+++ b/src/api/ebiz/branchOffice/branchOffice.js
@@ -39,10 +39,30 @@ export function getOrgList(data) {
// 获取MIS全部机构 (分级)接口--因内勤多加一级,所以用这个接口
export function getMisBranchComList(data) {
+ // data.isJzg false 为内勤
+ // data.isJzg true 为外勤
return request({
- url: getUrl('/data/performance/getMisBranchComList', 1),
+ url: getUrl( '/data/performance/getMisBranchComList', 1),
+ method: 'post',
+ data
+ })
+}
+export function getMisBranchComList2(data) {
+ // data.isJzg false 为内勤
+ // data.isJzg true 为外勤
+ return request({
+ url: getUrl( '/agent/agent/getJZGManageComList' , 1),
method: 'post',
data
})
}
+// 内勤机构
+// export function getMisBranchComList(data) {
+// return request({
+// url: getUrl('/data/performance/getMisBranchComList', 1),
+// method: 'post',
+// data
+// })
+// }
+
diff --git a/src/components/ebiz/billingDetail/tableDetail2.vue b/src/components/ebiz/billingDetail/tableDetail2.vue
new file mode 100644
index 000000000..eb1c0a5f4
--- /dev/null
+++ b/src/components/ebiz/billingDetail/tableDetail2.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+ {{item}}
+ double_click(index)" >
+
+
+ {{Number(index)+1}}
+ {{item.sign_date}}
+ {{item.appnt_date}}
+ {{item.productName}}
+ {{item.prem}}
+ {{item.name}}
+ {{item.appntDate}}
+
该功能暂未开放,敬请期待!
-