Commit 86e9d1b1 by 米嘉伟

发查询

parent 3339c724
......@@ -110,9 +110,9 @@
</el-form-item>
<el-form-item
label="数据类型:"
prop="destPsnDataType"
prop="srcDataType "
>
<el-checkbox-group v-model="ruleForm.destPsnDataType">
<el-checkbox-group v-model="ruleForm.srcDataType ">
<el-checkbox label="1">滚动</el-checkbox>
<el-checkbox label="2">平面</el-checkbox>
<el-checkbox
......@@ -551,7 +551,7 @@ export default {
cxtype: [],
querytype: '', // 查询类型
},
destPsnDataType: [],// 目标数据类型
srcDataType: [],// 源数据类型
queryClass: '5', // 优先级
matchCount: '10',// 候选个数
},
......@@ -559,7 +559,7 @@ export default {
cxlx: [
{ required: true, message: '请选择活动资源', trigger: 'change' }
],
destPsnDataType: [
srcDataType: [
{ type: 'array', required: true, message: '请选择数据类型', trigger: 'change' }
],
queryClass: [
......@@ -810,7 +810,7 @@ export default {
this.$refs[formName].validate((valid) => {
if (valid) {
// alert('submit!');
// //console.log(this.ruleForm.destPsnDataType)
// //console.log(this.ruleForm.srcDataType)
this.search()
} else {
return false;
......@@ -843,7 +843,7 @@ export default {
//
queryClass: '', // 优先级
matchCount: '', // 候选个数
srcDataType: [1, 2],// 源数据类型1,2,3,7
srcDataType: [],// 源数据类型1,2,3,7
// queryRequest: [{ id: '5' }],// 本地资源库 远程资源库
// destPsnDataType: [],// 目标数据类型1,2,3,7 destPsnDataType
srcQueryDataList: [], // 源数据数组
......@@ -864,6 +864,8 @@ export default {
queryRequest['destPsnDataType'] = this.ruleForm.destPsnDataType
}
}
queryRequest.srcDataType = this.ruleForm.srcDataType // 源数据类型
// queryRequest.querytype = this.ruleForm.cxlx.querytype
queryRequest.matchCount = this.ruleForm.matchCount
// queryRequest.destPsnDataType.push(Number(this.ruleForm.destPsnDataType))
......
......@@ -623,6 +623,9 @@ export default {
background: linear-gradient(133deg, #42bbf2 0%, #12a1e5 100%);
transform: scale(102%);
}
.xzimg {
margin-right: 5px;
}
}
.xzright {
width: 47%;
......@@ -636,6 +639,9 @@ export default {
background: linear-gradient(133deg, #42bbf2 0%, #12a1e5 100%);
transform: scale(102%);
}
.xzimg {
margin-right: 5px;
}
}
}
.xzbottom {
......
......@@ -128,10 +128,12 @@
<span
:class="[faceStatus===1?'iconfont cgColors':'iconfont cgColors tmxz ']"
v-if="faceStatus!=null"
@click="tjRx1"
>&#xe629;</span>
<span
:class="[faceStatus===0?'iconfont sbColors':'iconfont sbColors tmxz ']"
v-if="faceStatus!=null"
@click="tjRx0"
>&#xe63c;</span>
<span
class="iconfont cgColor"
......
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