Commit af1fbbaf authored by 黄奎's avatar 黄奎

页面修改

parent cfc3068a
...@@ -210,7 +210,6 @@ export default { ...@@ -210,7 +210,6 @@ export default {
} }
}) })
}) })
console.log(this.colorlist)
}, },
//新增修改班次 //新增修改班次
Editshift(obj) { Editshift(obj) {
...@@ -225,7 +224,6 @@ export default { ...@@ -225,7 +224,6 @@ export default {
break break
} }
} }
console.log(Color)
this.shiftOption = { this.shiftOption = {
Id:0, Id:0,
Name:'', Name:'',
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
this.typeMsg.CountryId = CountryId; this.typeMsg.CountryId = CountryId;
GetStudyabroadTypeList(this.typeMsg).then(res => { GetStudyabroadTypeList(this.typeMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(res);
} }
}); });
}, },
......
...@@ -2102,7 +2102,6 @@ ...@@ -2102,7 +2102,6 @@
} }
if(this.$route.query.iscopy){ if(this.$route.query.iscopy){
this.iscopy = this.$route.query.iscopy//复制的值 this.iscopy = this.$route.query.iscopy//复制的值
console.log(this.iscopy)
} }
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.department = userInfo.DeptName; this.department = userInfo.DeptName;
......
...@@ -1870,7 +1870,6 @@ ...@@ -1870,7 +1870,6 @@
mounted() { mounted() {
if(this.$route.query.iscopy){ if(this.$route.query.iscopy){
this.iscopy = this.$route.query.iscopy//复制的值 this.iscopy = this.$route.query.iscopy//复制的值
console.log(this.iscopy)
} }
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.department = userInfo.DeptName; this.department = userInfo.DeptName;
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<div class="page-search row items-center"> <div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md"> <div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3"> <div class="col-3">
<q-input @input="resetSearch" clearable filled v-model="msg.Name" label="项目名称" <q-input @input="resetSearch" clearable filled v-model="msg.Name" label="项目名称" @clear="resetSearch"
@clear="resetSearch" maxlength="20" /> maxlength="20" />
</div> </div>
<div class="col-3"> <div class="col-3">
<q-select class="q-pb-lg q-pr-lg" filled stack-label clearable option-value="Id" option-label="Name" <q-select class="q-pb-lg q-pr-lg" filled stack-label clearable option-value="Id" option-label="Name"
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
'Remark', 'Name', 'StudyCountryName', 'SchoolName', 'SuggestPrice', 'SellPrice', "PreferentialList", 'Remark', 'Name', 'StudyCountryName', 'SchoolName', 'SuggestPrice', 'SellPrice', "PreferentialList",
"PreferentialListSellCommission", "PreferentialListSellCommission",
"PreferentialListB2BCommission", "PreferentialListB2BCommission",
"EducationCommission", 'SaleStateName', 'Id', 'SupplierName', 'ProductTypeName' "EducationCommission", 'SaleStateName', 'Id', 'ProductTypeName', 'SupplierName'
], //可见列 ], //可见列
PageCount: 0, PageCount: 0,
isShowStudy: false, //是否显示留学弹窗 isShowStudy: false, //是否显示留学弹窗
...@@ -405,6 +405,7 @@ ...@@ -405,6 +405,7 @@
return x; return x;
} }
}); });
return action && action.FunctionCode; return action && action.FunctionCode;
} }
return false; return false;
......
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