|
@@ -127,7 +127,7 @@
|
|
:lg="8"
|
|
:lg="8"
|
|
><el-form-item prop="remark" label="内容"> <el-input v-model="invoiceOrderForm.remark" /> </el-form-item></el-col>
|
|
><el-form-item prop="remark" label="内容"> <el-input v-model="invoiceOrderForm.remark" /> </el-form-item></el-col>
|
|
<el-col :xs="24" :sm="12" :lg="8">
|
|
<el-col :xs="24" :sm="12" :lg="8">
|
|
- <el-button size="mini" @click="handleReset('invoiceOrde')">重置</el-button>
|
|
|
|
|
|
+ <el-button size="mini" @click="handleReset($event,'invoiceOrde')">重置</el-button>
|
|
<el-button size="mini" type="primary" @click="getListInvoiceOrder">查询</el-button>
|
|
<el-button size="mini" type="primary" @click="getListInvoiceOrder">查询</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -426,7 +426,6 @@ export default {
|
|
// 获取物流列表
|
|
// 获取物流列表
|
|
async getListInvoiceOrder() {
|
|
async getListInvoiceOrder() {
|
|
const time = this.invoiceOrderForm.time || []
|
|
const time = this.invoiceOrderForm.time || []
|
|
- delete this.invoiceOrderForm.time
|
|
|
|
const data = {
|
|
const data = {
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
pageNum: this.currentPage,
|
|
pageNum: this.currentPage,
|
|
@@ -448,7 +447,7 @@ export default {
|
|
this.arrivalNoticeList = res.data.records
|
|
this.arrivalNoticeList = res.data.records
|
|
this.listTotal = res.data.total
|
|
this.listTotal = res.data.total
|
|
},
|
|
},
|
|
- handleReset(type) {
|
|
|
|
|
|
+ handleReset(e, type) {
|
|
this.pageSize = 10
|
|
this.pageSize = 10
|
|
this.pageNum = 1
|
|
this.pageNum = 1
|
|
if (type) {
|
|
if (type) {
|