Commit 0ac6986d authored by zhengke's avatar zhengke

修改

parent ef9e5301
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<a v-if="objOption.SupplierContract&&isHaveViewContractAction" <a v-if="objOption.SupplierContract&&isHaveViewContractAction"
style="margin-left:10px;color:#2961FE;text-decoration:none;" :href="objOption.SupplierContract">查看合同</a> style="margin-left:10px;color:#2961FE;text-decoration:none;" :href="objOption.SupplierContract">查看合同</a>
</div> </div>
<div class="col-6"> <div class="col-6" v-if="Type==1">
<q-select filled stack-label option-value="ID" @input="getCountry(objOption.StudyCountryId)" option-label="Name" v-model="objOption.StudyCountryId" <q-select filled stack-label option-value="ID" @input="getCountry(objOption.StudyCountryId)" option-label="Name" v-model="objOption.StudyCountryId"
ref="StudyCountryId" :options="CountryList" label="留学国家" :dense="false" class="col-6 q-pb-lg" emit-value ref="StudyCountryId" :options="CountryList" label="留学国家" :dense="false" class="col-6 q-pb-lg" emit-value
map-options /> map-options />
</div> </div>
</div> </div>
<div class="row wrap"> <div class="row wrap" v-if="Type==1">
<div class="col-6"> <div class="col-6">
<q-select filled stack-label option-value="Id" option-label="Name" v-model="objOption.ProductType" <q-select filled stack-label option-value="Id" option-label="Name" v-model="objOption.ProductType"
ref="ProductType" :options="productList" label="产品类型" :dense="false" class="col-6 q-pb-lg q-pr-lg" emit-value ref="ProductType" :options="productList" label="产品类型" :dense="false" class="col-6 q-pb-lg q-pr-lg" emit-value
......
...@@ -226,6 +226,18 @@ ...@@ -226,6 +226,18 @@
field: 'Name', field: 'Name',
align: 'left' align: 'left'
}, },
{
name:'ProductTypeName',
label:'类型',
field: 'ProductTypeName',
align: 'left'
},
{
name:'StudyCountryName',
label:'留学国家',
field: 'StudyCountryName',
align: 'left'
},
{ {
name: 'Type', name: 'Type',
label: '项目类型', label: '项目类型',
...@@ -381,7 +393,7 @@ ...@@ -381,7 +393,7 @@
], ],
//表格可见列 //表格可见列
visibleColumns: [ visibleColumns: [
'Name', 'Type', 'SuggestPrice', 'SellPrice', "PreferentialList", "PreferentialListSellCommission", 'Name', 'ProductTypeName', 'StudyCountryName','Type', 'SuggestPrice', 'SellPrice', "PreferentialList", "PreferentialListSellCommission",
"PreferentialListB2BCommission", "PreferentialListB2BCommission",
"EducationCommission", 'SaleStateName', 'Id', "EducationCommission", 'SaleStateName', 'Id',
], //可见列 ], //可见列
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<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 standout="bg-primary text-white" v-model="msg.Name" label="项目名称" <q-input @input="resetSearch" clearable filled v-model="msg.Name" label="项目名称"
@clear="resetSearch" maxlength="20" /> @clear="resetSearch" maxlength="20" />
</div> </div>
<div class="col-3"> <div class="col-3">
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
:icon="props.row.expand ? 'remove' : 'add'" /> :icon="props.row.expand ? 'remove' : 'add'" />
</q-td> </q-td>
<q-td key="ProductTypeName" :props="props" style="width:100px;"> <!-- <q-td key="ProductTypeName" :props="props" style="width:100px;">
{{props.row.ProductTypeName}} {{props.row.ProductTypeName}}
</q-td> </q-td> -->
<q-td key="Name" :props="props" style="width:100px;"> <q-td key="Name" :props="props" style="width:100px;">
{{props.row.Name}} {{props.row.Name}}
</q-td> </q-td>
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
</a> </a>
</div> </div>
</q-td> </q-td>
<q-td key="StudyCountryName" :props="props"> <!-- <q-td key="StudyCountryName" :props="props">
{{props.row.StudyCountryName}} {{props.row.StudyCountryName}}
</q-td> </q-td> -->
<q-td key="SchoolName" :props="props"> <q-td key="SchoolName" :props="props">
{{props.row.SchoolName}} {{props.row.SchoolName}}
</q-td> </q-td>
...@@ -326,12 +326,12 @@ ...@@ -326,12 +326,12 @@
field: 'Remark', field: 'Remark',
align: 'left' align: 'left'
}, },
{ // {
name: 'ProductTypeName', // name: 'ProductTypeName',
label: '类型', // label: '类型',
field: 'ProductTypeName', // field: 'ProductTypeName',
align: 'left' // align: 'left'
}, // },
{ {
name: 'Name', name: 'Name',
label: '项目名称', label: '项目名称',
...@@ -350,12 +350,12 @@ ...@@ -350,12 +350,12 @@
field: 'SupplierName', field: 'SupplierName',
align: 'left' align: 'left'
}, },
{ // {
name: 'StudyCountryName', // name: 'StudyCountryName',
label: '留学国家', // label: '留学国家',
field: 'StudyCountryName', // field: 'StudyCountryName',
align: 'left' // align: 'left'
}, // },
{ {
name: 'SchoolName', name: 'SchoolName',
label: '所属校区', label: '所属校区',
......
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