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

页面修改

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