Commit af1fbbaf authored by 黄奎's avatar 黄奎

页面修改

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