diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 92d93af7..66114db5 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -252,20 +252,20 @@ export default {
this.openRstPwd=true;
});
},
- showOnlineKefu(){
-
+ initOnlineKefu(){
getKefuSsoToken().then(res=>{
if(res.code==200){
this.rlKefuURL="https://ykf.7moor.com?token="+res.data;
- this.openOnlineKefu=true;
}else{
this.$modal.msgError("token fail");
}
}).catch(error => {
this.$modal.msgError(error);
});
-
-
+ },
+ showOnlineKefu(){
+ this.initOnlineKefu();
+ this.openOnlineKefu=true;
},
goToRecharge(){
this.openPrepaidRecharge=true;
@@ -273,9 +273,9 @@ export default {
},
// 初始化客服
initKFClient(){
- qimoClientId = {userId: this.empCode, nickName:this.empName,agent:'8000',customField: {}, priority: false}
- console.log(qimoClientId);
- this.insertJsScript('https://ykf-weixin01.7moor.com/javascripts/7moorInit.js?accessId=0c6a3ec0-020b-11ef-a016-bf340ef083f1&autoShow=true&language=ZHCN');
+ // qimoClientId = {userId: this.empCode, nickName:this.empName,agent:'8000',customField: {}, priority: false}
+ // console.log(qimoClientId);
+ // this.insertJsScript('https://ykf-weixin01.7moor.com/javascripts/7moorInit.js?accessId=0c6a3ec0-020b-11ef-a016-bf340ef083f1&autoShow=true&language=ZHCN');
},
toggleSideBar() {
this.$store.dispatch('app/toggleSideBar')
diff --git a/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue b/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue
index 5119a777..95d778e7 100644
--- a/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue
+++ b/src/views/emis/emisSettleInvoiceChRecord/InvoiceChRecordList.vue
@@ -428,7 +428,7 @@ export default {
this.titleForm = "修改";
},
handleFormChanged(){
- this.openForm = false;
+ // this.openForm = false;
this.getList();
},
cancelForm(){
diff --git a/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue b/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue
index dcf74116..ff40cd50 100644
--- a/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue
+++ b/src/views/emis/emisSettleInvoiceRecord/OpenBillForm.vue
@@ -20,6 +20,9 @@
其它手工开票
¥{{ emisSettleInvoiceRecord.applyMoney }}
+ ¥{{ emisSettleInvoiceRecord.addTaxRate }}
+ ¥{{ emisSettleInvoiceRecord.addOpenMoney }}
+
{{ emisSettleInvoiceRecord.remark }}
diff --git a/src/views/emis/emisUser/editForm.vue b/src/views/emis/emisUser/editForm.vue
index 04a79411..9a59b54f 100644
--- a/src/views/emis/emisUser/editForm.vue
+++ b/src/views/emis/emisUser/editForm.vue
@@ -186,7 +186,8 @@
-
+