作者 小范

表单清空

@@ -20,6 +20,9 @@ @@ -20,6 +20,9 @@
20 <el-input v-model="form.bill.origin" auto-complete="off" placeholder="起始站" size="mini"></el-input> 20 <el-input v-model="form.bill.origin" auto-complete="off" placeholder="起始站" size="mini"></el-input>
21 </el-form-item> 21 </el-form-item>
22 </el-col> 22 </el-col>
  23 + <el-col style="margin-left: 30px" :span="2">
  24 + <el-button type="warning" plain @click="cancleBtn">清空</el-button>
  25 + </el-col>
23 </el-row> 26 </el-row>
24 <!-- 发货人信息--> 27 <!-- 发货人信息-->
25 <el-row> 28 <el-row>
@@ -878,7 +881,6 @@ Handling Information @@ -878,7 +881,6 @@ Handling Information
878 <el-row style="margin-top: 40px;margin-left: 40%"> 881 <el-row style="margin-top: 40px;margin-left: 40%">
879 <el-form-item> 882 <el-form-item>
880 <el-button type="primary" @click="addFwb">提交</el-button> 883 <el-button type="primary" @click="addFwb">提交</el-button>
881 - <el-button @click="cancleBtn">清空</el-button>  
882 </el-form-item> 884 </el-form-item>
883 </el-row> 885 </el-row>
884 </el-form> 886 </el-form>
@@ -909,6 +911,9 @@ Handling Information @@ -909,6 +911,9 @@ Handling Information
909 <el-input v-model="addForm.hbs.hbs_origin" auto-complete="off" placeholder="起始站" size="mini"></el-input> 911 <el-input v-model="addForm.hbs.hbs_origin" auto-complete="off" placeholder="起始站" size="mini"></el-input>
910 </el-form-item> 912 </el-form-item>
911 </el-col> 913 </el-col>
  914 + <el-col style="margin-left: 30px" :span="2">
  915 + <el-button type="warning" plain @click="cancleBtn">清空</el-button>
  916 + </el-col>
912 </el-row> 917 </el-row>
913 <!-- 发货人信息--> 918 <!-- 发货人信息-->
914 <el-row> 919 <el-row>
@@ -1770,7 +1775,6 @@ Handling Information @@ -1770,7 +1775,6 @@ Handling Information
1770 <el-row style="margin-top: 40px;margin-left: 40%"> 1775 <el-row style="margin-top: 40px;margin-left: 40%">
1771 <el-form-item> 1776 <el-form-item>
1772 <el-button type="primary" @click="addFhl">提交</el-button> 1777 <el-button type="primary" @click="addFhl">提交</el-button>
1773 - <el-button @click="cancleBtn">清空</el-button>  
1774 </el-form-item> 1778 </el-form-item>
1775 </el-row> 1779 </el-row>
1776 </el-form> 1780 </el-form>