Merge remote-tracking branch 'origin/orderChange' into zhairh

# Conflicts:
#	src/views/inventory/invMAOrderAudit.vue
zhairh
x_z 3 years ago
commit ae318e8db4

File diff suppressed because it is too large Load Diff

@ -100,6 +100,11 @@
prop="qxlb"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="配送企业"
prop="companyName"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope">
<el-button

@ -45,10 +45,7 @@
>查询
</el-button
>
<el-button type="primary" icon="search" @click="addMAOrder"
>新增养护记录
</el-button
>
</el-button-group>
</el-form-item>
</el-row>
@ -212,6 +209,7 @@ export default {
this.getList();
},
onSubmit() {
this.filterQuery.page = 1;
this.getList();
},
handleCurrentChange(val) {

Loading…
Cancel
Save