[fix 84045] 修改所属井场
This commit is contained in:
@@ -75,13 +75,11 @@
|
|||||||
<span slot="label" class="vertical-label">油<br/>井</span>
|
<span slot="label" class="vertical-label">油<br/>井</span>
|
||||||
<dict-picker :triggerChange="true"
|
<dict-picker :triggerChange="true"
|
||||||
class="search-input mb-8"
|
class="search-input mb-8"
|
||||||
style="width: 100%;"
|
|
||||||
dictCode="wellhead_area"
|
dictCode="wellhead_area"
|
||||||
@change="changeWellSite"
|
@change="changeWellSite"
|
||||||
v-model="queryParam.wellheadArea"
|
v-model="queryParam.wellheadArea"
|
||||||
placeholder="请选择所属井场"/>
|
placeholder="请选择所属井场"/>
|
||||||
<select-picker class="search-input"
|
<select-picker class="search-input"
|
||||||
style="width: 100%"
|
|
||||||
v-model="queryParam.singleWell"
|
v-model="queryParam.singleWell"
|
||||||
placeholder="请选择单井"
|
placeholder="请选择单井"
|
||||||
label-key="wellheadName"
|
label-key="wellheadName"
|
||||||
@@ -142,13 +140,11 @@
|
|||||||
<span slot="label" class="vertical-label">场站<br/>门站</span>
|
<span slot="label" class="vertical-label">场站<br/>门站</span>
|
||||||
<dict-picker :triggerChange="true"
|
<dict-picker :triggerChange="true"
|
||||||
class="search-input mb-8"
|
class="search-input mb-8"
|
||||||
style="width: 100%"
|
|
||||||
dictCode="wellhead_area"
|
dictCode="wellhead_area"
|
||||||
@change="changeWellSite"
|
@change="changeWellSite"
|
||||||
v-model="queryParam.wellheadArea"
|
v-model="queryParam.wellheadArea"
|
||||||
placeholder="请选择场站门站"/>
|
placeholder="请选择场站门站"/>
|
||||||
<select-picker class="search-input"
|
<select-picker class="search-input"
|
||||||
style="width: 100%"
|
|
||||||
v-model="queryParam.singleWell"
|
v-model="queryParam.singleWell"
|
||||||
placeholder="请选择数采设备"
|
placeholder="请选择数采设备"
|
||||||
label-key="wellheadName"
|
label-key="wellheadName"
|
||||||
@@ -162,10 +158,10 @@
|
|||||||
<span class="btn-text">查询</span>
|
<span class="btn-text">查询</span>
|
||||||
</a-button>
|
</a-button>
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<a-button class="icon-btn" style="margin-right: 0.08rem;" type="primary">
|
<a-button class="icon-btn" ghost style="margin-right: 0.08rem;" type="primary">
|
||||||
<span class="btn-text"><a-icon type="left" /></span>
|
<span class="btn-text"><a-icon type="left" /></span>
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button class="icon-btn" type="primary">
|
<a-button class="icon-btn" ghost type="primary">
|
||||||
<span class="btn-text"><a-icon type="right" /></span>
|
<span class="btn-text"><a-icon type="right" /></span>
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
@@ -199,7 +195,7 @@ const staticData = {
|
|||||||
wellName: '华H62-1',
|
wellName: '华H62-1',
|
||||||
pumpingType: '抽油机',
|
pumpingType: '抽油机',
|
||||||
wellType: '水平井',
|
wellType: '水平井',
|
||||||
wellField: '华H62井场',
|
wellField: '树101井',
|
||||||
productionLayer: '长7_1_2',
|
productionLayer: '长7_1_2',
|
||||||
productionDate: '2020-03-27',
|
productionDate: '2020-03-27',
|
||||||
realTimeMoisture: '11.1',
|
realTimeMoisture: '11.1',
|
||||||
@@ -558,4 +554,8 @@ export default {
|
|||||||
.empty-box {
|
.empty-box {
|
||||||
margin-top: 20vh;
|
margin-top: 20vh;
|
||||||
}
|
}
|
||||||
|
.search-input {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 2.4rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ const staticData = {
|
|||||||
wellName: '华H62-1',
|
wellName: '华H62-1',
|
||||||
pumpingType: '抽油机',
|
pumpingType: '抽油机',
|
||||||
wellType: '水平井',
|
wellType: '水平井',
|
||||||
wellField: '华H62井场',
|
wellField: '树101井',
|
||||||
productionLayer: '长7_1_2',
|
productionLayer: '长7_1_2',
|
||||||
productionDate: '2020-03-27',
|
productionDate: '2020-03-27',
|
||||||
realTimeMoisture: '11.1',
|
realTimeMoisture: '11.1',
|
||||||
|
|||||||
Reference in New Issue
Block a user