|
@@ -3,7 +3,7 @@
|
|
<el-form :model="queryParams" :rules="rules" ref="rules" :inline="true" v-show="showSearch" label-width="68px">
|
|
<el-form :model="queryParams" :rules="rules" ref="rules" :inline="true" v-show="showSearch" label-width="68px">
|
|
<el-row>
|
|
<el-row>
|
|
|
|
|
|
- <el-form-item label="客户" prop="fGoodsid">
|
|
|
|
|
|
+ <el-form-item label="项目" prop="fGoodsid">
|
|
<el-select
|
|
<el-select
|
|
v-model="queryParams.fGoodsid"
|
|
v-model="queryParams.fGoodsid"
|
|
filterable
|
|
filterable
|
|
@@ -11,12 +11,12 @@
|
|
style="width: 200px"
|
|
style="width: 200px"
|
|
size="small"
|
|
size="small"
|
|
@keyup.enter.native="handleQuery"
|
|
@keyup.enter.native="handleQuery"
|
|
- placeholder="请选择客户项目"
|
|
|
|
|
|
+ placeholder="请选择项目"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, index) in projectOption"
|
|
v-for="(item, index) in projectOption"
|
|
:key="index"
|
|
:key="index"
|
|
- :label="item.fName"
|
|
|
|
|
|
+ :label="item.projectName"
|
|
:value="item.fId"
|
|
:value="item.fId"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
@@ -291,8 +291,8 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
surface: "3",
|
|
surface: "3",
|
|
- label: "fCorpName",
|
|
|
|
- name: "客户名称",
|
|
|
|
|
|
+ label: "projectName",
|
|
|
|
+ name: "项目名称",
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 300,
|
|
width: 300,
|
|
},
|
|
},
|
|
@@ -317,6 +317,13 @@ export default {
|
|
checked: 0,
|
|
checked: 0,
|
|
width: 300,
|
|
width: 300,
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ surface: "7",
|
|
|
|
+ label: "profitMargin",
|
|
|
|
+ name: "利润率(%)",
|
|
|
|
+ checked: 0,
|
|
|
|
+ width: 300,
|
|
|
|
+ },
|
|
],
|
|
],
|
|
allCheck: false,
|
|
allCheck: false,
|
|
fFeetypeOptions: [],
|
|
fFeetypeOptions: [],
|