|
|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<lx-header icon="md-apps" :text="`${chukuType}出库管理`" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
|
|
|
|
|
<slot>
|
|
|
|
|
<div style="display: flex;justify-content: flex-start;flex-wrap: wrap;">
|
|
|
|
|
<Input v-model="select.keyword" style="width: 200px;margin-right: 10px;" placeholder="借用人搜索" />
|
|
|
|
|
<Input v-model="select.keyword" style="width: 200px;margin-right: 10px;" placeholder="经办人搜索" />
|
|
|
|
|
<Button type="primary" @click="getindex">查询</Button>
|
|
|
|
|
<Button icon="ios-add" type="primary" style="margin-left: 10px;"
|
|
|
|
|
@click="$refs['addoutbounds'].isShow = true,$refs['addoutbounds'].type = 'add',
|
|
|
|
|
@ -216,7 +216,7 @@
|
|
|
|
|
page_size: this.select.pageSize,
|
|
|
|
|
page: this.select.pageIndex,
|
|
|
|
|
table_name: 'outbounds',
|
|
|
|
|
filter:[{"key":"jieyongren","op":"like","value":this.select.keyword},
|
|
|
|
|
filter:[{"key":"jilurenyuan","op":"like","value":this.select.keyword},
|
|
|
|
|
{"key":"chukuleixing","op":"like","value":this.chukuType}],
|
|
|
|
|
})
|
|
|
|
|
this.list = res.data
|
|
|
|
|
|