...
|
...
|
@@ -20,6 +20,9 @@ |
|
|
<el-input v-model="form.bill.origin" auto-complete="off" placeholder="起始站" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="margin-left: 30px" :span="2">
|
|
|
<el-button type="warning" plain @click="cancleBtn">清空</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 发货人信息-->
|
|
|
<el-row>
|
...
|
...
|
@@ -878,7 +881,6 @@ Handling Information |
|
|
<el-row style="margin-top: 40px;margin-left: 40%">
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="addFwb">提交</el-button>
|
|
|
<el-button @click="cancleBtn">清空</el-button>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
</el-form>
|
...
|
...
|
@@ -909,6 +911,9 @@ Handling Information |
|
|
<el-input v-model="addForm.hbs.hbs_origin" auto-complete="off" placeholder="起始站" size="mini"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col style="margin-left: 30px" :span="2">
|
|
|
<el-button type="warning" plain @click="cancleBtn">清空</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 发货人信息-->
|
|
|
<el-row>
|
...
|
...
|
@@ -1770,7 +1775,6 @@ Handling Information |
|
|
<el-row style="margin-top: 40px;margin-left: 40%">
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="addFhl">提交</el-button>
|
|
|
<el-button @click="cancleBtn">清空</el-button>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
</el-form>
|
...
|
...
|
|