Commit 0a4db0b7 authored by 黄奎's avatar 黄奎

页面修改

parent f182dfbb
...@@ -403,7 +403,6 @@ ...@@ -403,7 +403,6 @@
GetTeacherList() { GetTeacherList() {
getTeacherDropDownList({}).then(res => { getTeacherDropDownList({}).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(res, '老师');
this.TeacherList = res.Data; this.TeacherList = res.Data;
} }
}) })
......
...@@ -87,13 +87,10 @@ ...@@ -87,13 +87,10 @@
}) })
} }
}).catch(() => { }).catch(() => {
}) })
}, },
getCompanyList() { getCompanyList() {
getSchoolDropdown({}).then(res => { getSchoolDropdown({}).then(res => {
console.log(res)
if(res.Code == 1) { if(res.Code == 1) {
res.Data.forEach(x => { res.Data.forEach(x => {
var obj = { var obj = {
......
...@@ -719,7 +719,6 @@ ...@@ -719,7 +719,6 @@
}, },
goUrl(path, id) { goUrl(path, id) {
var tempStr = '/financial/' + path +'?TypeId='+id; var tempStr = '/financial/' + path +'?TypeId='+id;
console.log(tempStr)
this.$router.push({ this.$router.push({
path: tempStr path: tempStr
}); });
......
...@@ -540,7 +540,6 @@ ...@@ -540,7 +540,6 @@
} }
}, },
customCompFunc(params, index) { customCompFunc(params, index) {
console.log(params)
if (index == '2') { if (index == '2') {
this.financeinfoRemove(params.ID, params.Alias) this.financeinfoRemove(params.ID, params.Alias)
} else if (index == '1') { } else if (index == '1') {
...@@ -899,9 +898,7 @@ ...@@ -899,9 +898,7 @@
getCompanyList() { getCompanyList() {
getSchoolDropdown({}).then(res => { getSchoolDropdown({}).then(res => {
this.CompanyList = res.Data; this.CompanyList = res.Data;
console.log(res,'数据');
}).catch(() => { }).catch(() => {
}) })
}, },
editCurency(id) { editCurency(id) {
......
...@@ -400,7 +400,6 @@ ...@@ -400,7 +400,6 @@
cH = allH-260; // = 50 40 75 46 49 cH = allH-260; // = 50 40 75 46 49
this.contenWidth = cW; this.contenWidth = cW;
this.contenHeight = cH; this.contenHeight = cH;
console.log(cW,cH)
this.tableSize = this.msg.pageSize = parseInt(cH/45); this.tableSize = this.msg.pageSize = parseInt(cH/45);
}, },
methods: { methods: {
......
...@@ -405,16 +405,9 @@ ...@@ -405,16 +405,9 @@
} }
msg.School_Id = id; msg.School_Id = id;
getDeptPage(msg).then(res => { getDeptPage(msg).then(res => {
console.log(res,'数据');
this.DepartmentList=res.Data.PageData; this.DepartmentList=res.Data.PageData;
}).catch(() => { }).catch(() => {
}) })
// this.apipost('admin_get_DepartmentGetList', this.getDepartmentMsg, res => {
// if(res.data.resultCode == 1) {
// this.DepartmentList = res.data.data;
// }
// }, err => {})
}, },
timeAdd: function (t) { // 日期格式 timeAdd: function (t) { // 日期格式
if (t===1) { if (t===1) {
......
...@@ -2357,7 +2357,6 @@ ...@@ -2357,7 +2357,6 @@
}); });
}, },
goEit(type, id, edit, Conditon, pageIndex, item) { goEit(type, id, edit, Conditon, pageIndex, item) {
console.log(type)
let path = ''; let path = '';
if (type === 1) { if (type === 1) {
path = 'addReceivablesDocuments' path = 'addReceivablesDocuments'
......
...@@ -1449,7 +1449,6 @@ ...@@ -1449,7 +1449,6 @@
}, },
showImg(obj, type){ showImg(obj, type){
let isExsit=false let isExsit=false
console.log(this.images)
this.images.forEach(x=>{ this.images.forEach(x=>{
if(x==obj) if(x==obj)
isExsit=true isExsit=true
...@@ -1460,8 +1459,6 @@ ...@@ -1460,8 +1459,6 @@
this.$viewer.view(this.images.indexOf(obj)) this.$viewer.view(this.images.indexOf(obj))
} }
this.$viewer.show() this.$viewer.show()
// this.picObj= obj;
// this.picIsShow= true;
}, },
Financial_post_GetDetail(id,t){ //获取单据详情 Financial_post_GetDetail(id,t){ //获取单据详情
this.FuImgList = []; this.FuImgList = [];
......
...@@ -702,7 +702,6 @@ ...@@ -702,7 +702,6 @@
let path = "/Upload/Temporary" let path = "/Upload/Temporary"
this.$message.info(this.$t('tips.shangchuanzhong')) this.$message.info(this.$t('tips.shangchuanzhong'))
UploadSelfFile('Temporary', file.file, x => { UploadSelfFile('Temporary', file.file, x => {
console.log("xs",x)
let fileSize = file.file.size<1024? file.file.size:(file.file.size / 1024).toFixed(0); let fileSize = file.file.size<1024? file.file.size:(file.file.size / 1024).toFixed(0);
if (this.inUploadTrue) { if (this.inUploadTrue) {
this.inList[this.inUploadIndex].vorcherInos.push({ this.inList[this.inUploadIndex].vorcherInos.push({
......
...@@ -1716,7 +1716,6 @@ ...@@ -1716,7 +1716,6 @@
this.CompanyList.forEach(x=>{//给msg传校区的名字 this.CompanyList.forEach(x=>{//给msg传校区的名字
if(x.SId==Bid){ if(x.SId==Bid){
this.msg.RB_BranchName = x.SName; this.msg.RB_BranchName = x.SName;
console.log( this.msg)
} }
}) })
// this.msg.RB_Depart_Id = ''; // this.msg.RB_Depart_Id = '';
...@@ -1731,24 +1730,11 @@ ...@@ -1731,24 +1730,11 @@
} else { } else {
this.msg.RB_Depart_Id = this.msg.RB_Depart_Id ? this.msg.RB_Depart_Id : this.getLocalStorage().DeptId; this.msg.RB_Depart_Id = this.msg.RB_Depart_Id ? this.msg.RB_Depart_Id : this.getLocalStorage().DeptId;
this.msg.RB_DepartName =this.msg.RB_DepartName?this.msg.RB_DepartName: this.getLocalStorage().DeptName; this.msg.RB_DepartName =this.msg.RB_DepartName?this.msg.RB_DepartName: this.getLocalStorage().DeptName;
} }
console.log(this.msg)
} }
}).catch(() => { }).catch(() => {
}) })
// this.apipost('admin_get_DepartmentGetList', this.departmentMsg, res => {
// if (res.data.resultCode == 1) {
// this.departmentList = res.data.data;
// if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) {
//
// } else {
// this.msg.RB_Depart_Id = this.msg.RB_Depart_Id ? this.msg.RB_Depart_Id : this.getLocalStorage()
// .DeptId;
// }
// }
// }, err => {})
}, },
getCompany() { //公司 getCompany() { //公司
getSchoolPage(this.schoolMsg).then(res => { getSchoolPage(this.schoolMsg).then(res => {
......
...@@ -833,7 +833,6 @@ ...@@ -833,7 +833,6 @@
}, },
mounted() { mounted() {
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
console.log(userInfo, 'userInfouserInfo');
this.getCompanyMsg.RB_Group_Id = userInfo.Group_Id; //集团ID this.getCompanyMsg.RB_Group_Id = userInfo.Group_Id; //集团ID
this.getCompanyList(); this.getCompanyList();
this.getList(); this.getList();
......
...@@ -228,7 +228,6 @@ ...@@ -228,7 +228,6 @@
}, },
//新增、修改校区 //新增、修改校区
EditSchool(obj) { EditSchool(obj) {
console.log("obj",obj)
if (obj) { if (obj) {
this.objOption = obj; this.objOption = obj;
} else { } else {
......
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