|
@@ -125,24 +125,9 @@
|
|
|
</el-autocomplete>
|
|
|
</el-form-item>
|
|
|
</el-form> -->
|
|
|
- <el-form :inline="true" class="demo-form-inline" label-width="80px" style="margin-left:500px;margin-top:30px">
|
|
|
- <el-form-item label="到站:">
|
|
|
- <el-autocomplete
|
|
|
- class="inline-input"
|
|
|
- v-model="toTheStation"
|
|
|
- :fetch-suggestions="querySearchToTheStation"
|
|
|
- placeholder="请输入到站名称"
|
|
|
- :trigger-on-focus="false"
|
|
|
- @select="handleSelectToTheStation"
|
|
|
- >
|
|
|
- <template slot-scope="{ item }">
|
|
|
- <div class="name">{{ item.arrivalName }}</div>
|
|
|
- </template>
|
|
|
- </el-autocomplete>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
+
|
|
|
</div>
|
|
|
- <div class="remark from" v-if="matching">
|
|
|
+ <!-- <div class="remark from" v-if="matching">
|
|
|
<span class="text">船名/备注:</span>
|
|
|
<el-input
|
|
|
v-model="remark"
|
|
@@ -161,9 +146,27 @@
|
|
|
>
|
|
|
</el-input>
|
|
|
<span class="span"></span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="form">
|
|
|
- <div class="form_box" style="margin-right: 10rem">
|
|
|
+ <div class="form_box" style="margin-right: 10rem;margin-top:20px">
|
|
|
+ <el-form>
|
|
|
+ <div class="preview-group">
|
|
|
+ <el-form-item label="到站:">
|
|
|
+ <el-autocomplete
|
|
|
+ class="inline-input"
|
|
|
+ v-model="toTheStation"
|
|
|
+ :fetch-suggestions="querySearchToTheStation"
|
|
|
+ placeholder="请输入到站名称"
|
|
|
+ :trigger-on-focus="false"
|
|
|
+ @select="handleSelectToTheStation"
|
|
|
+ >
|
|
|
+ <template slot-scope="{ item }">
|
|
|
+ <div class="name">{{ item.arrivalName }}</div>
|
|
|
+ </template>
|
|
|
+ </el-autocomplete>
|
|
|
+ </el-form-item>
|
|
|
+ </div>
|
|
|
+ </el-form>
|
|
|
<dil-form :formId="364" v-model="form1" ref="from1"></dil-form>
|
|
|
</div>
|
|
|
</div>
|