Commit c1762307 authored by Mac's avatar Mac

1

parent cf0aaa43
...@@ -1893,11 +1893,11 @@ ...@@ -1893,11 +1893,11 @@
GetSupperOrderEditAuth() { GetSupperOrderEditAuth() {
// F_GeneralManager_Special 财务总经理副总经理权限 // F_GeneralManager_Special 财务总经理副总经理权限
var actionCode = this.$AuthCode.F_GeneralManager_Special; var actionCode = this.$AuthCode.F_GeneralManager_Special;
this.CheckUserAuth(actionCode, res => { // this.CheckUserAuth(actionCode, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.F_GeneralManager = true; // this.F_GeneralManager = true;
} // }
}); // });
}, },
rowClick(rowIndex,rowData,column){ rowClick(rowIndex,rowData,column){
let path='RegistrationList'; let path='RegistrationList';
......
...@@ -250,11 +250,11 @@ ...@@ -250,11 +250,11 @@
this.IsAdvanceFinance=data.IsAdvanceFinance; this.IsAdvanceFinance=data.IsAdvanceFinance;
this.ECommerceGoodsModel=data.ECommerceGoodsModel; this.ECommerceGoodsModel=data.ECommerceGoodsModel;
this.details=data; this.details=data;
if(this.OtherType==7){ // if(this.OtherType==7){
this.getDetails() // this.getDetails()
}else{ // }else{
this.getczTableList(); // this.getczTableList();
} // }
} }
}, err => {}) }, err => {})
......
...@@ -1535,17 +1535,17 @@ ...@@ -1535,17 +1535,17 @@
methods:{ methods:{
GetAuth() { GetAuth() {
var actionCode = this.$AuthCode.TeamShouZhi; var actionCode = this.$AuthCode.TeamShouZhi;
this.CheckUserAuth(actionCode, res => { // this.CheckUserAuth(actionCode, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.TeamShouZhi = true; // this.TeamShouZhi = true;
} // }
}); // });
var actionCodeNew = this.$AuthCode.F_Disbursement_Schedule; var actionCodeNew = this.$AuthCode.F_Disbursement_Schedule;
this.CheckUserAuth(actionCodeNew, res => { // this.CheckUserAuth(actionCodeNew, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.F_Disbursement_Schedule = true; // this.F_Disbursement_Schedule = true;
} // }
}); // });
}, },
goPrintPageNew(type,id,Merge,OrderSource){ goPrintPageNew(type,id,Merge,OrderSource){
...@@ -2565,11 +2565,11 @@ ...@@ -2565,11 +2565,11 @@
}, },
GetSupperOrderEditAuth() { GetSupperOrderEditAuth() {
var actionCode = this.$AuthCode.F_PayMoney_CapitalPool; var actionCode = this.$AuthCode.F_PayMoney_CapitalPool;
this.CheckUserAuth(actionCode, res => { // this.CheckUserAuth(actionCode, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.F_PayMoney_CapitalPool = true; // this.F_PayMoney_CapitalPool = true;
} // }
}); // });
}, },
AccountType_post_GetList(){ //获取账户类型下拉 AccountType_post_GetList(){ //获取账户类型下拉
this.apipost('AccountType_post_GetList',this.queryAccMsg,res=>{ this.apipost('AccountType_post_GetList',this.queryAccMsg,res=>{
......
...@@ -988,17 +988,17 @@ ...@@ -988,17 +988,17 @@
methods:{ methods:{
GetAuth() { GetAuth() {
var actionCode = this.$AuthCode.TeamShouZhi; var actionCode = this.$AuthCode.TeamShouZhi;
this.CheckUserAuth(actionCode, res => { // this.CheckUserAuth(actionCode, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.TeamShouZhi = true; // this.TeamShouZhi = true;
} // }
}); // });
var actionCodeNew = this.$AuthCode.F_Disbursement_Schedule; var actionCodeNew = this.$AuthCode.F_Disbursement_Schedule;
this.CheckUserAuth(actionCodeNew, res => { // this.CheckUserAuth(actionCodeNew, res => {
if (res.data.resultCode == 1 && res.data.data == 1) { // if (res.data.resultCode == 1 && res.data.data == 1) {
this.F_Disbursement_Schedule = true; // this.F_Disbursement_Schedule = true;
} // }
}); // });
}, },
goHand(type,GetDetail){ goHand(type,GetDetail){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment